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
+ <ItemGroup >
22
+ <ClCompile Include =" run.cpp" />
23
+ </ItemGroup >
24
+ <ItemGroup >
25
+ <ResourceCompile Include =" macloader.rc" />
26
+ </ItemGroup >
27
+ <PropertyGroup Label =" Globals" >
28
+ <VCProjectVersion >17.0</VCProjectVersion >
29
+ <Keyword >Win32Proj</Keyword >
30
+ <ProjectGuid >{6d6ac860-ba16-4be7-9169-21787f21cb6f}</ProjectGuid >
31
+ <RootNamespace >macloader</RootNamespace >
32
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
33
+ </PropertyGroup >
34
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
36
+ <ConfigurationType >Application</ConfigurationType >
37
+ <UseDebugLibraries >true</UseDebugLibraries >
38
+ <PlatformToolset >v143</PlatformToolset >
39
+ <CharacterSet >Unicode</CharacterSet >
40
+ </PropertyGroup >
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
42
+ <ConfigurationType >Application</ConfigurationType >
43
+ <UseDebugLibraries >false</UseDebugLibraries >
44
+ <PlatformToolset >v143</PlatformToolset >
45
+ <WholeProgramOptimization >true</WholeProgramOptimization >
46
+ <CharacterSet >Unicode</CharacterSet >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
49
+ <ConfigurationType >Application</ConfigurationType >
50
+ <UseDebugLibraries >true</UseDebugLibraries >
51
+ <PlatformToolset >v143</PlatformToolset >
52
+ <CharacterSet >Unicode</CharacterSet >
53
+ </PropertyGroup >
54
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
55
+ <ConfigurationType >Application</ConfigurationType >
56
+ <UseDebugLibraries >false</UseDebugLibraries >
57
+ <PlatformToolset >v143</PlatformToolset >
58
+ <WholeProgramOptimization >true</WholeProgramOptimization >
59
+ <CharacterSet >Unicode</CharacterSet >
60
+ </PropertyGroup >
61
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
62
+ <ImportGroup Label =" ExtensionSettings" >
63
+ </ImportGroup >
64
+ <ImportGroup Label =" Shared" >
65
+ </ImportGroup >
66
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
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|Win32'" >
70
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71
+ </ImportGroup >
72
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74
+ </ImportGroup >
75
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77
+ </ImportGroup >
78
+ <PropertyGroup Label =" UserMacros" />
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
80
+ <TargetName >$(ProjectName)64</TargetName >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
83
+ <TargetName >$(ProjectName)64</TargetName >
84
+ </PropertyGroup >
85
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86
+ <ClCompile >
87
+ <WarningLevel >Level3</WarningLevel >
88
+ <SDLCheck >true</SDLCheck >
89
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;USE_DETOURS;_GDIPP_EXE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
90
+ <ConformanceMode >Default</ConformanceMode >
91
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
92
+ </ClCompile >
93
+ <Link >
94
+ <SubSystem >Windows</SubSystem >
95
+ <GenerateDebugInformation >true</GenerateDebugInformation >
96
+ </Link >
97
+ </ItemDefinitionGroup >
98
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
99
+ <ClCompile >
100
+ <WarningLevel >Level3</WarningLevel >
101
+ <FunctionLevelLinking >true</FunctionLevelLinking >
102
+ <IntrinsicFunctions >true</IntrinsicFunctions >
103
+ <SDLCheck >true</SDLCheck >
104
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;USE_DETOURS;_GDIPP_EXE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
105
+ <ConformanceMode >Default</ConformanceMode >
106
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
107
+ </ClCompile >
108
+ <Link >
109
+ <SubSystem >Windows</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;_WINDOWS;USE_DETOURS;_GDIPP_EXE;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <ConformanceMode >Default</ConformanceMode >
121
+ </ClCompile >
122
+ <Link >
123
+ <SubSystem >Windows</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;_WINDOWS;USE_DETOURS;_GDIPP_EXE;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions >
134
+ <ConformanceMode >Default</ConformanceMode >
135
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
136
+ </ClCompile >
137
+ <Link >
138
+ <SubSystem >Windows</SubSystem >
139
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
140
+ <OptimizeReferences >true</OptimizeReferences >
141
+ <GenerateDebugInformation >true</GenerateDebugInformation >
142
+ </Link >
143
+ </ItemDefinitionGroup >
144
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
145
+ <ImportGroup Label =" ExtensionTargets" >
146
+ </ImportGroup >
147
+ </Project >
0 commit comments