File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 86
86
Generate the KSPAssembly attribute based on the FileVersion property
87
87
-->
88
88
<Target Name =" GenerateKSPAssemblyAttribute" BeforeTargets =" CoreGenerateAssemblyInfo"
89
- Condition =" $(GenerateKSPAssemblyAttribute)" >
89
+ Condition =" ' $(GenerateKSPAssemblyAttribute)' == 'true' " >
90
90
<ItemGroup >
91
91
<AssemblyAttribute Include =" KSPAssembly" >
92
92
<_Parameter1 >$(AssemblyName)</_Parameter1 >
110
110
Otherwise 0.0.0 is used (no minimum version)
111
111
-->
112
112
<Target Name =" GenerateKSPAssemblyDependencyAttributes" BeforeTargets =" CoreGenerateAssemblyInfo"
113
- Condition =" $(GenerateKSPAssemblyDependencyAttributes) == 'true'" >
113
+ Condition =" ' $(GenerateKSPAssemblyDependencyAttributes)' == 'true'" >
114
114
<ItemGroup >
115
115
<Reference Update =" %(Reference.identity)" Condition =" '%(Reference.CKANIdentifier)%(Reference.KSPAssemblyName)' != ''" >
116
116
<KSPAssemblyName Condition =" %(Reference.KSPAssemblyName) == ''" >$([System.String]::Copy('%(Reference.identity)').Split(',')[0])</KSPAssemblyName >
You can’t perform that action at this time.
0 commit comments