File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 9
9
<DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
10
10
</PropertyGroup >
11
11
12
+ <!-- reference unity and KSP assemblies unless explicitly disabled-->
13
+ <PropertyGroup >
14
+ <ReferenceUnityAssemblies Condition =" '$(ReferenceUnityAssemblies)' == '' " >true</ReferenceUnityAssemblies >
15
+ <ReferenceKSPAssemblies Condition =" '$(ReferenceKSPAssemblies)' == '' " >true</ReferenceKSPAssemblies >
16
+ </PropertyGroup >
17
+
12
18
<!-- default CKAN compatibility versions -->
13
19
<PropertyGroup >
14
20
<CKANCompatibleVersions Condition =" ('$(CKANCompatibleVersions)' == '')" >1.12 1.11 1.10 1.9 1.8</CKANCompatibleVersions >
116
122
<Name >System.Xml (KSP/Mono)</Name >
117
123
<Private >False</Private >
118
124
</Reference >
125
+ </ItemGroup >
126
+ <ItemGroup Condition =" '$(ReferenceUnityAssemblies)' == 'true' " >
119
127
<Reference Include =" $(ManagedPath)\UnityEngine*.dll" >
120
128
<Name >UnityEngine</Name >
121
129
<Private >False</Private >
122
130
</Reference >
131
+ </ItemGroup >
132
+ <ItemGroup Condition =" '$(ReferenceKSPAssemblies)' == 'true' " >
123
133
<Reference Include =" $(ManagedPath)\Assembly-CSharp.dll" >
124
134
<Name >Assembly-CSharp</Name >
125
135
<Private >False</Private >
You can’t perform that action at this time.
0 commit comments