Commit a whitespace change that VS keeps making to vcxproj

* This is left over from some hand edit of the vcxproj I guess which
  didn't get caught at the time.
This commit is contained in:
baldurk
2017-08-17 13:06:48 +01:00
parent e77f3ad8d1
commit 3c8ca468d7
+1 -1
View File
@@ -32,7 +32,7 @@
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<LinkIncremental>false</LinkIncremental>
<LinkIncremental>false</LinkIncremental>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />