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 =" Release|Win32" >
9
- <Configuration >Release</Configuration >
10
- <Platform >Win32</Platform >
11
- </ProjectConfiguration >
12
- </ItemGroup >
13
- <PropertyGroup Label =" Globals" >
14
- <ProjectGuid >{990BB195-6716-4DE3-B5E4-DCFCB1BD7D9C}</ProjectGuid >
15
- <Keyword >Win32Proj</Keyword >
16
- <RootNamespace >Installer</RootNamespace >
17
- </PropertyGroup >
18
- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
20
- <ConfigurationType >Application</ConfigurationType >
21
- <UseDebugLibraries >true</UseDebugLibraries >
22
- <CharacterSet >Unicode</CharacterSet >
23
- </PropertyGroup >
24
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
25
- <ConfigurationType >Application</ConfigurationType >
26
- <UseDebugLibraries >false</UseDebugLibraries >
27
- <WholeProgramOptimization >true</WholeProgramOptimization >
28
- <CharacterSet >Unicode</CharacterSet >
29
- <UseOfMfc >Static</UseOfMfc >
30
- </PropertyGroup >
31
- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
32
- <ImportGroup Label =" ExtensionSettings" >
33
- </ImportGroup >
34
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
35
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36
- </ImportGroup >
37
- <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
38
- <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39
- </ImportGroup >
40
- <PropertyGroup Label =" UserMacros" />
41
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
42
- <LinkIncremental >true</LinkIncremental >
43
- </PropertyGroup >
44
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
45
- <LinkIncremental >false</LinkIncremental >
46
- </PropertyGroup >
47
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
48
- <ClCompile >
49
- <PrecompiledHeader >Use</PrecompiledHeader >
50
- <WarningLevel >Level3</WarningLevel >
51
- <Optimization >Disabled</Optimization >
52
- <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
53
- </ClCompile >
54
- <Link >
55
- <SubSystem >Console</SubSystem >
56
- <GenerateDebugInformation >true</GenerateDebugInformation >
57
- </Link >
58
- </ItemDefinitionGroup >
59
- <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
60
- <ClCompile >
61
- <WarningLevel >Level3</WarningLevel >
62
- <PrecompiledHeader >Use</PrecompiledHeader >
63
- <Optimization >MaxSpeed</Optimization >
64
- <FunctionLevelLinking >true</FunctionLevelLinking >
65
- <IntrinsicFunctions >true</IntrinsicFunctions >
66
- <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67
- </ClCompile >
68
- <Link >
69
- <SubSystem >Console</SubSystem >
70
- <GenerateDebugInformation >true</GenerateDebugInformation >
71
- <EnableCOMDATFolding >true</EnableCOMDATFolding >
72
- <OptimizeReferences >true</OptimizeReferences >
73
- <AdditionalDependencies >ole32.lib;oleaut32.lib;advapi32.lib</AdditionalDependencies >
74
- <UACExecutionLevel >RequireAdministrator</UACExecutionLevel >
75
- </Link >
76
- </ItemDefinitionGroup >
77
- <ItemGroup >
78
- <None Include =" ReadMe.txt" />
79
- </ItemGroup >
80
- <ItemGroup >
81
- <ClInclude Include =" stdafx.h" />
82
- <ClInclude Include =" targetver.h" />
83
- <ClInclude Include =" XUnzip.h" />
84
- </ItemGroup >
85
- <ItemGroup >
86
- <ClCompile Include =" Installer.cpp" />
87
- <ClCompile Include =" stdafx.cpp" >
88
- <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
89
- <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
90
- </ClCompile >
91
- <ClCompile Include =" XUnzip.cpp" />
92
- </ItemGroup >
93
- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
94
- <ImportGroup Label =" ExtensionTargets" >
95
- </ImportGroup >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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 =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{990BB195-6716-4DE3-B5E4-DCFCB1BD7D9C}</ProjectGuid >
15
+ <Keyword >Win32Proj</Keyword >
16
+ <RootNamespace >Installer</RootNamespace >
17
+ <ProjectName >InstallerHelper</ProjectName >
18
+ </PropertyGroup >
19
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
21
+ <ConfigurationType >Application</ConfigurationType >
22
+ <UseDebugLibraries >true</UseDebugLibraries >
23
+ <CharacterSet >Unicode</CharacterSet >
24
+ <PlatformToolset >v120</PlatformToolset >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
27
+ <ConfigurationType >Application</ConfigurationType >
28
+ <UseDebugLibraries >false</UseDebugLibraries >
29
+ <WholeProgramOptimization >true</WholeProgramOptimization >
30
+ <CharacterSet >Unicode</CharacterSet >
31
+ <UseOfMfc >Static</UseOfMfc >
32
+ <PlatformToolset >v120</PlatformToolset >
33
+ </PropertyGroup >
34
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35
+ <ImportGroup Label =" ExtensionSettings" >
36
+ </ImportGroup >
37
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
38
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39
+ </ImportGroup >
40
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
41
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
42
+ </ImportGroup >
43
+ <PropertyGroup Label =" UserMacros" />
44
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
45
+ <LinkIncremental >true</LinkIncremental >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
48
+ <LinkIncremental >false</LinkIncremental >
49
+ </PropertyGroup >
50
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
51
+ <ClCompile >
52
+ <PrecompiledHeader >Use</PrecompiledHeader >
53
+ <WarningLevel >Level3</WarningLevel >
54
+ <Optimization >Disabled</Optimization >
55
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
56
+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
57
+ </ClCompile >
58
+ <Link >
59
+ <SubSystem >Console</SubSystem >
60
+ <GenerateDebugInformation >true</GenerateDebugInformation >
61
+ </Link >
62
+ </ItemDefinitionGroup >
63
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64
+ <ClCompile >
65
+ <WarningLevel >Level3</WarningLevel >
66
+ <PrecompiledHeader >Use</PrecompiledHeader >
67
+ <Optimization >MaxSpeed</Optimization >
68
+ <FunctionLevelLinking >true</FunctionLevelLinking >
69
+ <IntrinsicFunctions >true</IntrinsicFunctions >
70
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
71
+ </ClCompile >
72
+ <Link >
73
+ <SubSystem >Console</SubSystem >
74
+ <GenerateDebugInformation >true</GenerateDebugInformation >
75
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
76
+ <OptimizeReferences >true</OptimizeReferences >
77
+ <AdditionalDependencies >ole32.lib;oleaut32.lib;advapi32.lib</AdditionalDependencies >
78
+ <UACExecutionLevel >RequireAdministrator</UACExecutionLevel >
79
+ </Link >
80
+ </ItemDefinitionGroup >
81
+ <ItemGroup >
82
+ <None Include =" ReadMe.txt" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <ClInclude Include =" stdafx.h" />
86
+ <ClInclude Include =" targetver.h" />
87
+ <ClInclude Include =" XUnzip.h" />
88
+ </ItemGroup >
89
+ <ItemGroup >
90
+ <ClCompile Include =" Installer.cpp" />
91
+ <ClCompile Include =" stdafx.cpp" >
92
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
93
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
94
+ </ClCompile >
95
+ <ClCompile Include =" XUnzip.cpp" />
96
+ </ItemGroup >
97
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
98
+ <ImportGroup Label =" ExtensionTargets" >
99
+ </ImportGroup >
96
100
</Project >
0 commit comments