diff options
author | Bob Arnson <bob@firegiant.com> | 2020-09-26 20:31:50 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-09-26 20:36:18 -0400 |
commit | 6241bbf88e61f07816ea8fd028d7aaeba6bc524e (patch) | |
tree | bc77cbfe75f73f81cfcb487e57b378fa70fb6072 /src/test/examples/TestEngine | |
parent | 8ff3569ddfb908107f9f1ef344fde0fdbbccb31d (diff) | |
download | wix-6241bbf88e61f07816ea8fd028d7aaeba6bc524e.tar.gz wix-6241bbf88e61f07816ea8fd028d7aaeba6bc524e.tar.bz2 wix-6241bbf88e61f07816ea8fd028d7aaeba6bc524e.zip |
Last bit of inner text expunged.
Diffstat (limited to 'src/test/examples/TestEngine')
-rw-r--r-- | src/test/examples/TestEngine/Example.TestEngine.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/test/examples/TestEngine/Example.TestEngine.vcxproj index cc772e37..543668d2 100644 --- a/src/test/examples/TestEngine/Example.TestEngine.vcxproj +++ b/src/test/examples/TestEngine/Example.TestEngine.vcxproj | |||
@@ -27,9 +27,9 @@ | |||
27 | <ConfigurationType>Application</ConfigurationType> | 27 | <ConfigurationType>Application</ConfigurationType> |
28 | <ProjectSubSystem>Console</ProjectSubSystem> | 28 | <ProjectSubSystem>Console</ProjectSubSystem> |
29 | <TargetName>Example.TestEngine</TargetName> | 29 | <TargetName>Example.TestEngine</TargetName> |
30 | <PlatformToolset>v141</PlatformToolset> | 30 | <PlatformToolset>v142</PlatformToolset> |
31 | <CharacterSet>Unicode</CharacterSet> | 31 | <CharacterSet>Unicode</CharacterSet> |
32 | <WindowsTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</WindowsTargetPlatformVersion> | 32 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
33 | </PropertyGroup> | 33 | </PropertyGroup> |
34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |