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 >17.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{dd605915-25fa-47e1-aaaa-b02896ccc5da}</ProjectGuid >
25+ <RootNamespace >loaderaozhou</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 >v143</PlatformToolset >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v143</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 >v143</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 >v143</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\masm.props" />
58+ </ImportGroup >
59+ <ImportGroup Label =" Shared" >
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
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+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
75+ <GenerateManifest >false</GenerateManifest >
76+ <LinkIncremental >false</LinkIncremental >
77+ <EmbedManifest >false</EmbedManifest >
78+ </PropertyGroup >
79+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
80+ <ClCompile >
81+ <WarningLevel >Level3</WarningLevel >
82+ <SDLCheck >true</SDLCheck >
83+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
84+ <ConformanceMode >true</ConformanceMode >
85+ </ClCompile >
86+ <Link >
87+ <SubSystem >Console</SubSystem >
88+ <GenerateDebugInformation >true</GenerateDebugInformation >
89+ </Link >
90+ </ItemDefinitionGroup >
91+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
92+ <ClCompile >
93+ <WarningLevel >Level3</WarningLevel >
94+ <FunctionLevelLinking >true</FunctionLevelLinking >
95+ <IntrinsicFunctions >true</IntrinsicFunctions >
96+ <SDLCheck >true</SDLCheck >
97+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98+ <ConformanceMode >true</ConformanceMode >
99+ </ClCompile >
100+ <Link >
101+ <SubSystem >Console</SubSystem >
102+ <GenerateDebugInformation >true</GenerateDebugInformation >
103+ </Link >
104+ </ItemDefinitionGroup >
105+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
106+ <ClCompile >
107+ <WarningLevel >Level3</WarningLevel >
108+ <SDLCheck >true</SDLCheck >
109+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
110+ <ConformanceMode >true</ConformanceMode >
111+ </ClCompile >
112+ <Link >
113+ <SubSystem >Console</SubSystem >
114+ <GenerateDebugInformation >true</GenerateDebugInformation >
115+ </Link >
116+ </ItemDefinitionGroup >
117+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
118+ <ClCompile >
119+ <WarningLevel >Level3</WarningLevel >
120+ <FunctionLevelLinking >true</FunctionLevelLinking >
121+ <IntrinsicFunctions >false</IntrinsicFunctions >
122+ <SDLCheck >false</SDLCheck >
123+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
124+ <ConformanceMode >false</ConformanceMode >
125+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
126+ <BufferSecurityCheck >false</BufferSecurityCheck >
127+ <WholeProgramOptimization >false</WholeProgramOptimization >
128+ <Optimization >MinSpace</Optimization >
129+ <InlineFunctionExpansion >Default</InlineFunctionExpansion >
130+ <FavorSizeOrSpeed >Size</FavorSizeOrSpeed >
131+ </ClCompile >
132+ <Link >
133+ <SubSystem >Console</SubSystem >
134+ <GenerateDebugInformation >false</GenerateDebugInformation >
135+ <EntryPointSymbol >
136+ </EntryPointSymbol >
137+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
138+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
139+ <FixedBaseAddress >false</FixedBaseAddress >
140+ <AdditionalDependencies >%(AdditionalDependencies)</AdditionalDependencies >
141+ <OptimizeReferences >true</OptimizeReferences >
142+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
143+ <LinkTimeCodeGeneration >Default</LinkTimeCodeGeneration >
144+ </Link >
145+ </ItemDefinitionGroup >
146+ <ItemGroup >
147+ <ClCompile Include =" 1.cpp" >
148+ <ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >false</ExcludedFromBuild >
149+ </ClCompile >
150+ </ItemGroup >
151+ <ItemGroup >
152+ <MASM Include =" x64.asm" >
153+ <ExcludedFromBuild Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >false</ExcludedFromBuild >
154+ </MASM >
155+ </ItemGroup >
156+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
157+ <ImportGroup Label =" ExtensionTargets" >
158+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\masm.targets" />
159+ </ImportGroup >
160+ </Project >
0 commit comments