diff options
Diffstat (limited to 'src/wixnative/wixnative.vcxproj')
-rw-r--r-- | src/wixnative/wixnative.vcxproj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wixnative/wixnative.vcxproj b/src/wixnative/wixnative.vcxproj index 1c1c9010..57afcc0b 100644 --- a/src/wixnative/wixnative.vcxproj +++ b/src/wixnative/wixnative.vcxproj | |||
@@ -23,16 +23,11 @@ | |||
23 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
24 | </ItemGroup> | 24 | </ItemGroup> |
25 | 25 | ||
26 | <PropertyGroup> | ||
27 | <NameSuffix Condition=" '$(Platform)'=='Win32' ">x86</NameSuffix> | ||
28 | <NameSuffix Condition=" '$(Platform)'=='x64' ">amd64</NameSuffix> | ||
29 | </PropertyGroup> | ||
30 | |||
31 | <PropertyGroup Label="Globals"> | 26 | <PropertyGroup Label="Globals"> |
32 | <ProjectGuid>{8497EC72-B8D0-4272-A9D0-7E9D871CEFBF}</ProjectGuid> | 27 | <ProjectGuid>{8497EC72-B8D0-4272-A9D0-7E9D871CEFBF}</ProjectGuid> |
33 | <ConfigurationType>Application</ConfigurationType> | 28 | <ConfigurationType>Application</ConfigurationType> |
34 | <ProjectSubSystem>Console</ProjectSubSystem> | 29 | <ProjectSubSystem>Console</ProjectSubSystem> |
35 | <TargetName>wixnative.$(NameSuffix)</TargetName> | 30 | <TargetName>wixnative</TargetName> |
36 | <PlatformToolset>v141</PlatformToolset> | 31 | <PlatformToolset>v141</PlatformToolset> |
37 | <CharacterSet>Unicode</CharacterSet> | 32 | <CharacterSet>Unicode</CharacterSet> |
38 | <Description>Native component of WixToolset.Core</Description> | 33 | <Description>Native component of WixToolset.Core</Description> |