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|x64" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >x64</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|x64" >
9+ <Configuration >Release</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <VCProjectVersion >16.0</VCProjectVersion >
15+ <Keyword >Win32Proj</Keyword >
16+ <ProjectGuid >{b1ed6ea7-dd8f-4f43-b429-4eb53f83041e}</ProjectGuid >
17+ <RootNamespace >CmpInstruction</RootNamespace >
18+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19+ </PropertyGroup >
20+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22+ <ConfigurationType >Application</ConfigurationType >
23+ <UseDebugLibraries >true</UseDebugLibraries >
24+ <PlatformToolset >v143</PlatformToolset >
25+ <CharacterSet >Unicode</CharacterSet >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28+ <ConfigurationType >Application</ConfigurationType >
29+ <UseDebugLibraries >false</UseDebugLibraries >
30+ <PlatformToolset >v143</PlatformToolset >
31+ <WholeProgramOptimization >true</WholeProgramOptimization >
32+ <CharacterSet >Unicode</CharacterSet >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35+ <ImportGroup Label =" ExtensionSettings" >
36+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\masm.props" />
37+ </ImportGroup >
38+ <ImportGroup Label =" Shared" >
39+ </ImportGroup >
40+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
41+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
42+ </ImportGroup >
43+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
44+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
45+ </ImportGroup >
46+ <PropertyGroup Label =" UserMacros" />
47+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
48+ <ClCompile >
49+ <WarningLevel >Level3</WarningLevel >
50+ <SDLCheck >true</SDLCheck >
51+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
52+ <ConformanceMode >true</ConformanceMode >
53+ </ClCompile >
54+ <Link >
55+ <SubSystem >Console</SubSystem >
56+ <GenerateDebugInformation >true</GenerateDebugInformation >
57+ <EntryPointSymbol >main</EntryPointSymbol >
58+ </Link >
59+ </ItemDefinitionGroup >
60+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
61+ <ClCompile >
62+ <WarningLevel >Level3</WarningLevel >
63+ <FunctionLevelLinking >true</FunctionLevelLinking >
64+ <IntrinsicFunctions >true</IntrinsicFunctions >
65+ <SDLCheck >true</SDLCheck >
66+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
67+ <ConformanceMode >true</ConformanceMode >
68+ </ClCompile >
69+ <Link >
70+ <SubSystem >Console</SubSystem >
71+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
72+ <OptimizeReferences >true</OptimizeReferences >
73+ <GenerateDebugInformation >true</GenerateDebugInformation >
74+ <EntryPointSymbol >main</EntryPointSymbol >
75+ </Link >
76+ </ItemDefinitionGroup >
77+ <ItemGroup >
78+ <MASM Include =" main.asm" />
79+ </ItemGroup >
80+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
81+ <ImportGroup Label =" ExtensionTargets" >
82+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\masm.targets" />
83+ </ImportGroup >
84+ </Project >
0 commit comments