File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ packages/
3535[Rr ]esources /GameData /kOS /Plugins /
3636[Rr ]esources /* .dll
3737[Rr ]esources /GameData /* .dll
38+ [Rr ]esources /UnitTests /* .dll
39+ [Rr ]esources /UnitTests /* .pdb
3840! Resources /GameData /kOS /ICSharpCode.SharpZipLib.dll
3941
4042# Symlink to KSP directory
Original file line number Diff line number Diff line change 66 <PropertyGroup >
77 <ReferenceUnityAssemblies >false</ReferenceUnityAssemblies >
88 <ReferenceKSPAssemblies >false</ReferenceKSPAssemblies >
9+ <BinariesOutputRelativePath >Resources/UnitTests</BinariesOutputRelativePath >
910 </PropertyGroup >
11+ <ItemGroup >
12+ <None Include =" Compilation\CompiledObject-doc.md" />
13+ <None Include =" Compilation\KS\kRISC.tpg" />
14+ <Compile Remove =" $(PkgKSPBuildTools)/build/include/Log.cs" />
15+ </ItemGroup >
1016 <ItemGroup >
1117 <ProjectReference Include =" ..\kOS.Safe\kOS.Safe.csproj" >
1218 <Project >{590FFDA8-7B44-4BC3-A12A-5FFE2BB7D8FD}</Project >
1319 <Name >kOS.Safe</Name >
14- <Private >False</Private >
1520 </ProjectReference >
1621 </ItemGroup >
1722 <ItemGroup >
1823 <PackageReference Include =" NSubstitute" Version =" 1.8.1.0" />
1924 <PackageReference Include =" NUnit" Version =" 2.7.1" />
25+ <PackageReference Include =" KSPBuildTools" Version =" 0.0.4" GeneratePathProperty =" True" />
2026 </ItemGroup >
2127</Project >
You can’t perform that action at this time.
0 commit comments