We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02279d commit 13a20f1Copy full SHA for 13a20f1
2 files changed
KSPBuildTools.csproj
@@ -38,7 +38,6 @@
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/"/>
42
</ItemGroup>
43
44
<ItemGroup>
tests/plugin-mod-nuget/pluginModNuget.cs
@@ -1,4 +1,3 @@
1
-using KSPBuildTools;
2
using UnityEngine;
3
using HarmonyLib;
4
using System.Collections.Generic;
0 commit comments