We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eff5ce commit 4348377Copy full SHA for 4348377
KSPBuildTools.csproj
@@ -38,7 +38,7 @@
38
<None Include="KSPCommon.props" Pack="True" PackagePath="build/KSPBuildTools.props" />
39
<None Include="KSPCommon.targets" Pack="True" PackagePath="build/KSPBuildTools.targets" />
40
<None Include="README.md" Pack="True" PackagePath="/"/>
41
- <None Include="include/*.cs" Pack="True" PackagePath="/build/include/"/>
+ <None Include="include/**/*.cs" Pack="True" PackagePath="/build/include/"/>
42
</ItemGroup>
43
44
<ItemGroup>
tests/plugin-mod-nuget/pluginModNuget.cs
@@ -0,0 +1,6 @@
1
+using KSPBuildTools;
2
+using UnityEngine;
3
+using HarmonyLib;
4
+using System.Collections.Generic;
5
+
6
+public class pluginModNuget { }
0 commit comments