We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b205e commit cdc5ef6Copy full SHA for cdc5ef6
2 files changed
tests/plugin-mod-nuget/plugin-mod.csproj
@@ -22,6 +22,7 @@
22
<NoWarn>1701;1702;CS0649;CS1591;</NoWarn>
23
<AssemblyCopyright>2024 KSPModdingLibs Contributors</AssemblyCopyright>
24
<AssemblyName>PluginModNuget</AssemblyName>
25
+ <KSPModRoot>$(MSBuildThisFileDirectory)</KSPModRoot>
26
</PropertyGroup>
27
28
<!-- DLL Dependencies-->
tests/plugin-mod/plugin-mod.csproj
@@ -17,6 +17,7 @@
17
18
19
<AssemblyName>PluginMod</AssemblyName>
20
21
0 commit comments