Skip to content

Commit f53bdd6

Browse files
committed
fix sharpziplib references
1 parent ac09572 commit f53bdd6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/kOS.Safe/kOS.Safe.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<Compile Remove="$(PkgKSPBuildTools)/build/include/Log.cs" />
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ModReference Include="SharpZipLib">
19-
<DLLPath>GameData/kOS/Plugins/ICSharpCode.SharpZipLib.dll</DLLPath>
20-
</ModReference>
18+
<Reference Include="$(KSPBT_ModRoot)\$(KSPBT_ModPluginFolder)\ICSharpCode.SharpZipLib.dll">
19+
<Private>false</Private>
20+
</Reference>
2121
</ItemGroup>
2222
<ItemGroup>
2323
<PackageReference Include="KSPBuildTools" Version="1.1.1" GeneratePathProperty="True" />

src/kOS/kOS.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</ProjectReference>
1111
</ItemGroup>
1212
<ItemGroup>
13-
<ModReference Include="SharpZipLib">
14-
<DLLPath>GameData/kOS/Plugins/ICSharpCode.SharpZipLib.dll</DLLPath>
15-
</ModReference>
13+
<Reference Include="$(KSPBT_ModRoot)\$(KSPBT_ModPluginFolder)\ICSharpCode.SharpZipLib.dll">
14+
<Private>false</Private>
15+
</Reference>
1616
</ItemGroup>
1717
<ItemGroup>
1818
<KSPVersionFile Include=".">

0 commit comments

Comments
 (0)