aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/TestEngine
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-26 20:31:50 -0400
committerBob Arnson <bob@firegiant.com>2020-09-26 20:36:18 -0400
commit6241bbf88e61f07816ea8fd028d7aaeba6bc524e (patch)
treebc77cbfe75f73f81cfcb487e57b378fa70fb6072 /src/test/examples/TestEngine
parent8ff3569ddfb908107f9f1ef344fde0fdbbccb31d (diff)
downloadwix-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.vcxproj4
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" />