Skip to content

Commit 4447bae

Browse files
committed
Update KSPBuildTools
1 parent 8b9462f commit 4447bae

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

Source/Shabby.csproj

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33

44
<ItemGroup>
5-
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.0" />
5+
<PackageReference Include="KSPBuildTools" Version="0.0.2-alpha.1" />
66
<PackageReference Include="MinVer" Version="5.0.0">
77
<PrivateAssets>all</PrivateAssets>
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
@@ -19,19 +19,15 @@
1919
<AssemblyCopyright>2024 KSPModdingLibs Contributors</AssemblyCopyright>
2020
<AssemblyName>Shabby</AssemblyName>
2121
<RepoRootPath>$(ProjectDir)../</RepoRootPath>
22+
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
23+
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
2224
</PropertyGroup>
2325

2426
<!-- DLL Dependencies-->
2527
<ItemGroup>
2628
<Reference Include="0Harmony, Culture=neutral, PublicKeyToken=null">
2729
<HintPath>$(KSPRoot)/GameData/000_Harmony/0Harmony.dll</HintPath>
2830
<CKANIdentifier>Harmony2</CKANIdentifier>
29-
<CKANVersion>2.2.1.0</CKANVersion>
30-
<Private>False</Private>
31-
</Reference>
32-
<Reference Include="0Harmony, Culture=neutral, PublicKeyToken=null">
33-
<HintPath>$(KSPRoot)/GameData/000_Harmony/0Harmony.dll</HintPath>
34-
<CKANIdentifier>ModuleManager</CKANIdentifier>
3531
<Private>False</Private>
3632
</Reference>
3733
</ItemGroup>
@@ -42,13 +38,4 @@
4238
<Destination>$(RepoRootPath)GameData/Shabby/Shabby.version</Destination>
4339
</KSPVersionFile>
4440
</ItemGroup>
45-
46-
<PropertyGroup>
47-
<GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute>
48-
<GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes>
49-
</PropertyGroup>
50-
51-
<Target Name="MakeModDir" BeforeTargets="BeforeBuild">
52-
<MakeDir Directories="$(RepoRootPath)GameData/Shabby" />
53-
</Target>
5441
</Project>

0 commit comments

Comments
 (0)