Skip to content

Commit

Permalink
Update KSPBuildTools
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Sep 8, 2024
1 parent 8b9462f commit 4447bae
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions Source/Shabby.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.0" />
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.1" />
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand All @@ -19,19 +19,15 @@
<AssemblyCopyright>2024 KSPModdingLibs Contributors</AssemblyCopyright>
<AssemblyName>Shabby</AssemblyName>
<RepoRootPath>$(ProjectDir)../</RepoRootPath>
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
</PropertyGroup>

<!-- DLL Dependencies-->
<ItemGroup>
<Reference Include="0Harmony, Culture=neutral, PublicKeyToken=null">
<HintPath>$(KSPRoot)/GameData/000_Harmony/0Harmony.dll</HintPath>
<CKANIdentifier>Harmony2</CKANIdentifier>
<CKANVersion>2.2.1.0</CKANVersion>
<Private>False</Private>
</Reference>
<Reference Include="0Harmony, Culture=neutral, PublicKeyToken=null">
<HintPath>$(KSPRoot)/GameData/000_Harmony/0Harmony.dll</HintPath>
<CKANIdentifier>ModuleManager</CKANIdentifier>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand All @@ -42,13 +38,4 @@
<Destination>$(RepoRootPath)GameData/Shabby/Shabby.version</Destination>
</KSPVersionFile>
</ItemGroup>

<PropertyGroup>
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
</PropertyGroup>

<Target Name="MakeModDir" BeforeTargets="BeforeBuild">
<MakeDir Directories="$(RepoRootPath)GameData/Shabby" />
</Target>
</Project>

0 comments on commit 4447bae

Please sign in to comment.