File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112 <DebugType >portable</DebugType >
113113 </PropertyGroup >
114114
115- <!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
116- <PropertyGroup >
117- <!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
118- <DisableTransitiveFrameworkReferenceDownloads >true</DisableTransitiveFrameworkReferenceDownloads >
119- <!-- Instruct the compiler to not automatically reference mscorlib -->
120- <NoStandardLib >true</NoStandardLib >
121- <!-- Prevent the GetReferenceAssemblyPaths task in Microsoft.Common.CurrentVersion.targets
122- from attempting to locate an external copy of the reference assemblies. -->
123- <AutomaticallyUseReferenceAssemblyPackages >false</AutomaticallyUseReferenceAssemblyPackages >
124- <FrameworkPathOverride >$(KSPBT_ManagedPath)</FrameworkPathOverride >
125- <DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
126- </PropertyGroup >
127-
128115 <ItemGroup >
129116 <Compile Include =" $(MSBuildThisFileDirectory)/include/*.cs" Condition =" exists('$(MSBuildThisFileDirectory)/include')" />
130117 </ItemGroup >
Original file line number Diff line number Diff line change 77 <KSPBT_ManagedPath >$(KSPBT_GameRoot)/$(KSPBT_ManagedRelativePath)</KSPBT_ManagedPath >
88 </PropertyGroup >
99
10+ <!-- Prevent the compiler from acquiring or referencing any external reference assemblies -->
11+ <PropertyGroup >
12+ <!-- Do not download the .NET Framework Target Pack NuGet package automatically -->
13+ <DisableTransitiveFrameworkReferenceDownloads >true</DisableTransitiveFrameworkReferenceDownloads >
14+ <!-- Instruct the compiler to not automatically reference mscorlib -->
15+ <NoStandardLib >true</NoStandardLib >
16+ <!-- Prevent the GetReferenceAssemblyPaths task in Microsoft.Common.CurrentVersion.targets
17+ from attempting to locate an external copy of the reference assemblies. -->
18+ <AutomaticallyUseReferenceAssemblyPackages >false</AutomaticallyUseReferenceAssemblyPackages >
19+ <FrameworkPathOverride >$(KSPBT_ManagedPath)</FrameworkPathOverride >
20+ <DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
21+ </PropertyGroup >
22+
1023 <!-- Import references -->
1124 <ItemGroup Condition =" '$(KSPBT_ReferenceSystemAssemblies)' == 'true' " >
1225 <Reference Include =" $(KSPBT_ManagedPath)/System.dll" >
You can’t perform that action at this time.
0 commit comments