1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" 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+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</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+ <VCProjectVersion >16.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{16608d17-1839-48d8-a455-21aaf0257e36}</ProjectGuid >
25+ <RootNamespace >APPClientDownload</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >Application</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v142</PlatformToolset >
33+ <CharacterSet >MultiByte</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v142</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <ConfigurationType >Application</ConfigurationType >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <PlatformToolset >v142</PlatformToolset >
46+ <CharacterSet >Unicode</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49+ <ConfigurationType >Application</ConfigurationType >
50+ <UseDebugLibraries >false</UseDebugLibraries >
51+ <PlatformToolset >v142</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ </ImportGroup >
58+ <ImportGroup Label =" Shared" >
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <PropertyGroup Label =" UserMacros" />
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74+ <LinkIncremental >true</LinkIncremental >
75+ <IncludePath >$(XEngine_Include);$(IncludePath)</IncludePath >
76+ <LibraryPath >$(XEngine_Library);$(LibraryPath)</LibraryPath >
77+ </PropertyGroup >
78+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
79+ <LinkIncremental >false</LinkIncremental >
80+ </PropertyGroup >
81+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
82+ <LinkIncremental >true</LinkIncremental >
83+ </PropertyGroup >
84+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
85+ <LinkIncremental >false</LinkIncremental >
86+ </PropertyGroup >
87+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
88+ <ClCompile >
89+ <WarningLevel >Level3</WarningLevel >
90+ <SDLCheck >true</SDLCheck >
91+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
92+ <ConformanceMode >true</ConformanceMode >
93+ </ClCompile >
94+ <Link >
95+ <SubSystem >Console</SubSystem >
96+ <GenerateDebugInformation >true</GenerateDebugInformation >
97+ </Link >
98+ </ItemDefinitionGroup >
99+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
100+ <ClCompile >
101+ <WarningLevel >Level3</WarningLevel >
102+ <FunctionLevelLinking >true</FunctionLevelLinking >
103+ <IntrinsicFunctions >true</IntrinsicFunctions >
104+ <SDLCheck >true</SDLCheck >
105+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
106+ <ConformanceMode >true</ConformanceMode >
107+ </ClCompile >
108+ <Link >
109+ <SubSystem >Console</SubSystem >
110+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
111+ <OptimizeReferences >true</OptimizeReferences >
112+ <GenerateDebugInformation >true</GenerateDebugInformation >
113+ </Link >
114+ </ItemDefinitionGroup >
115+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
116+ <ClCompile >
117+ <WarningLevel >Level3</WarningLevel >
118+ <SDLCheck >true</SDLCheck >
119+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120+ <ConformanceMode >true</ConformanceMode >
121+ </ClCompile >
122+ <Link >
123+ <SubSystem >Console</SubSystem >
124+ <GenerateDebugInformation >true</GenerateDebugInformation >
125+ </Link >
126+ </ItemDefinitionGroup >
127+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
128+ <ClCompile >
129+ <WarningLevel >Level3</WarningLevel >
130+ <FunctionLevelLinking >true</FunctionLevelLinking >
131+ <IntrinsicFunctions >true</IntrinsicFunctions >
132+ <SDLCheck >true</SDLCheck >
133+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
134+ <ConformanceMode >true</ConformanceMode >
135+ </ClCompile >
136+ <Link >
137+ <SubSystem >Console</SubSystem >
138+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
139+ <OptimizeReferences >true</OptimizeReferences >
140+ <GenerateDebugInformation >true</GenerateDebugInformation >
141+ </Link >
142+ </ItemDefinitionGroup >
143+ <ItemGroup >
144+ <ClCompile Include =" APPClient_Download.cpp" />
145+ </ItemGroup >
146+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
147+ <ImportGroup Label =" ExtensionTargets" >
148+ </ImportGroup >
149+ </Project >
0 commit comments