|
3 | 3 |
|
4 | 4 | <!-- MSBuild Dependencies --> |
5 | 5 | <ItemGroup> |
6 | | - <PackageReference Include="KSPBuildTools" Version="0.0.4" /> |
| 6 | + <PackageReference Include="KSPBuildTools" Version="1.0.0-*" /> |
| 7 | + <PackageReference Include="KSPCommunityLib" Version="0.1.1" /> |
7 | 8 | <PackageReference Include="MinVer" Version="5.0.0"> |
8 | 9 | <PrivateAssets>all</PrivateAssets> |
9 | 10 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
|
21 | 22 | <IsPackable>false</IsPackable> |
22 | 23 | <PlatformTarget>x64</PlatformTarget> |
23 | 24 | <NoWarn>1701;1702;CS0649;CS1591;</NoWarn> |
24 | | - <AssemblyCopyright>2024 KSPModdingLibs Contributors</AssemblyCopyright> |
| 25 | + <AssemblyCopyright>2025 KSPModdingLibs Contributors</AssemblyCopyright> |
25 | 26 | <AssemblyName>Shabby</AssemblyName> |
26 | | - <RepoRootPath>$(ProjectDir)../</RepoRootPath> |
27 | | - <GenerateKSPAssemblyAttribute>true</GenerateKSPAssemblyAttribute> |
28 | | - <GenerateKSPAssemblyDependencyAttributes>true</GenerateKSPAssemblyDependencyAttributes> |
| 27 | + <KSPBT_ModRoot>$(MSBuildThisFileDirectory)/../GameData/Shabby</KSPBT_ModRoot> |
29 | 28 | </PropertyGroup> |
30 | 29 |
|
31 | 30 | <!-- DLL Dependencies--> |
32 | 31 | <ItemGroup> |
33 | | - <Reference Include="0Harmony, Culture=neutral, PublicKeyToken=null"> |
34 | | - <HintPath>$(KSPRoot)/GameData/000_Harmony/0Harmony.dll</HintPath> |
| 32 | + <ModReference Include="0Harmony"> |
| 33 | + <DLLPath>GameData/000_Harmony/0Harmony.dll</DLLPath> |
35 | 34 | <CKANIdentifier>Harmony2</CKANIdentifier> |
36 | 35 | <Private>False</Private> |
37 | | - </Reference> |
| 36 | + </ModReference> |
38 | 37 | </ItemGroup> |
39 | 38 |
|
40 | 39 | <!-- Version Files --> |
41 | 40 | <ItemGroup> |
42 | 41 | <KSPVersionFile Include="."> |
43 | | - <Destination>$(RepoRootPath)GameData/Shabby/Shabby.version</Destination> |
| 42 | + <Destination>$(KSPBT_ModRoot)/Shabby.version</Destination> |
44 | 43 | <URL>https://github.com/KSPModdingLibs/Shabby/releases/latest/download/Shabby.version</URL> |
45 | 44 | <Download>https://github.com/KSPModdingLibs/Shabby/releases/latest</Download> |
46 | 45 | </KSPVersionFile> |
|
0 commit comments