We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63350d0 commit d779b5bCopy full SHA for d779b5b
UnitsNet/UnitsNet.Net35.csproj
@@ -48,7 +48,7 @@
48
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
49
</ItemGroup>
50
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51
- <PropertyGroup>
+ <PropertyGroup Condition="$(SkipGenerateUnits) == '' Or $(SkipGenerateUnits) == '*Undefined*'">
52
<PreBuildEvent>call $(ProjectDir)..\GenerateUnits.bat</PreBuildEvent>
53
</PropertyGroup>
54
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
0 commit comments