1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{679D03C5-CD70-4FFA-93F8-A4AB3637509B}</ProjectGuid >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <RootNamespace >MsiUseFeature</RootNamespace >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <CharacterSet >Unicode</CharacterSet >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
33
+ <ConfigurationType >Application</ConfigurationType >
34
+ <UseDebugLibraries >true</UseDebugLibraries >
35
+ <CharacterSet >Unicode</CharacterSet >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
38
+ <ConfigurationType >Application</ConfigurationType >
39
+ <UseDebugLibraries >false</UseDebugLibraries >
40
+ <WholeProgramOptimization >true</WholeProgramOptimization >
41
+ <CharacterSet >Unicode</CharacterSet >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >false</UseDebugLibraries >
46
+ <WholeProgramOptimization >true</WholeProgramOptimization >
47
+ <CharacterSet >Unicode</CharacterSet >
48
+ </PropertyGroup >
49
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
50
+ <ImportGroup Label =" ExtensionSettings" >
51
+ </ImportGroup >
52
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
53
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54
+ <Import Project =" ..\include\Win32.props" />
55
+ <Import Project =" ..\include\Debug.props" />
56
+ <Import Project =" MsiUseFeature.props" />
57
+ </ImportGroup >
58
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ <Import Project =" ..\include\x64.props" />
61
+ <Import Project =" ..\include\Debug.props" />
62
+ <Import Project =" MsiUseFeature.props" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ <Import Project =" ..\include\Win32.props" />
67
+ <Import Project =" ..\include\Release.props" />
68
+ <Import Project =" MsiUseFeature.props" />
69
+ </ImportGroup >
70
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
71
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72
+ <Import Project =" ..\include\x64.props" />
73
+ <Import Project =" ..\include\Release.props" />
74
+ <Import Project =" MsiUseFeature.props" />
75
+ </ImportGroup >
76
+ <PropertyGroup Label =" UserMacros" />
77
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" />
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
80
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
82
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" />
83
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
84
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
85
+ <ItemGroup >
86
+ <ClInclude Include =" StdAfx.h" />
87
+ </ItemGroup >
88
+ <ItemGroup >
89
+ <ClCompile Include =" Main.cpp" />
90
+ <ClCompile Include =" StdAfx.cpp" >
91
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
92
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
93
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
94
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
95
+ </ClCompile >
96
+ </ItemGroup >
97
+ <ItemGroup >
98
+ <None Include =" README.md" />
99
+ </ItemGroup >
100
+ <ItemGroup >
101
+ <ResourceCompile Include =" MsiUseFeature.rc" />
102
+ </ItemGroup >
103
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
104
+ <ImportGroup Label =" ExtensionTargets" >
105
+ </ImportGroup >
106
+ </Project >
0 commit comments