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 >{a1259a23-9513-4bc9-955c-8460c98a84af}</ProjectGuid >
17
+ <RootNamespace >Registers_MOV</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
+ </Link >
58
+ </ItemDefinitionGroup >
59
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
60
+ <ClCompile >
61
+ <WarningLevel >Level3</WarningLevel >
62
+ <FunctionLevelLinking >true</FunctionLevelLinking >
63
+ <IntrinsicFunctions >true</IntrinsicFunctions >
64
+ <SDLCheck >true</SDLCheck >
65
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
66
+ <ConformanceMode >true</ConformanceMode >
67
+ </ClCompile >
68
+ <Link >
69
+ <SubSystem >Console</SubSystem >
70
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
71
+ <OptimizeReferences >true</OptimizeReferences >
72
+ <GenerateDebugInformation >true</GenerateDebugInformation >
73
+ </Link >
74
+ </ItemDefinitionGroup >
75
+ <ItemGroup >
76
+ <ClCompile Include =" main.cpp" />
77
+ </ItemGroup >
78
+ <ItemGroup >
79
+ <MASM Include =" registers+MOV.asm" />
80
+ </ItemGroup >
81
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
82
+ <ImportGroup Label =" ExtensionTargets" >
83
+ <Import Project =" $(VCTargetsPath)\BuildCustomizations\masm.targets" />
84
+ </ImportGroup >
85
+ </Project >
0 commit comments