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 =" MemoryModule.cpp" />
23+ <ClCompile Include =" Native.cpp" />
24+ <ClCompile Include =" NativeFunctionsInternal.cpp" />
25+ </ItemGroup >
26+ <ItemGroup >
27+ <ClInclude Include =" MemoryModule.h" />
28+ <ClInclude Include =" Native.h" />
29+ <ClInclude Include =" NativeFunctionsInternal.h" />
30+ <ClInclude Include =" rtltype.h" />
31+ </ItemGroup >
32+ <PropertyGroup Label =" Globals" >
33+ <VCProjectVersion >16.0</VCProjectVersion >
34+ <ProjectGuid >{5B1F46DB-036E-4A50-AF5F-F5D6584D42C6}</ProjectGuid >
35+ <Keyword >Win32Proj</Keyword >
36+ <RootNamespace >MemoryModule</RootNamespace >
37+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
38+ <ProjectName >MemoryModule</ProjectName >
39+ </PropertyGroup >
40+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
42+ <ConfigurationType >StaticLibrary</ConfigurationType >
43+ <UseDebugLibraries >true</UseDebugLibraries >
44+ <PlatformToolset >v142</PlatformToolset >
45+ <CharacterSet >Unicode</CharacterSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
48+ <ConfigurationType >StaticLibrary</ConfigurationType >
49+ <UseDebugLibraries >false</UseDebugLibraries >
50+ <PlatformToolset >v142</PlatformToolset >
51+ <WholeProgramOptimization >true</WholeProgramOptimization >
52+ <CharacterSet >Unicode</CharacterSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
55+ <ConfigurationType >StaticLibrary</ConfigurationType >
56+ <UseDebugLibraries >true</UseDebugLibraries >
57+ <PlatformToolset >v142</PlatformToolset >
58+ <CharacterSet >Unicode</CharacterSet >
59+ </PropertyGroup >
60+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
61+ <ConfigurationType >StaticLibrary</ConfigurationType >
62+ <UseDebugLibraries >false</UseDebugLibraries >
63+ <PlatformToolset >v142</PlatformToolset >
64+ <WholeProgramOptimization >true</WholeProgramOptimization >
65+ <CharacterSet >Unicode</CharacterSet >
66+ </PropertyGroup >
67+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
68+ <ImportGroup Label =" ExtensionSettings" >
69+ </ImportGroup >
70+ <ImportGroup Label =" Shared" >
71+ </ImportGroup >
72+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
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|Win32'" >
76+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77+ </ImportGroup >
78+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
79+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
80+ </ImportGroup >
81+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
82+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
83+ </ImportGroup >
84+ <PropertyGroup Label =" UserMacros" />
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
86+ <LinkIncremental >true</LinkIncremental >
87+ </PropertyGroup >
88+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
89+ <LinkIncremental >true</LinkIncremental >
90+ </PropertyGroup >
91+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
92+ <LinkIncremental >false</LinkIncremental >
93+ </PropertyGroup >
94+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
95+ <LinkIncremental >false</LinkIncremental >
96+ </PropertyGroup >
97+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
98+ <ClCompile >
99+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
100+ <WarningLevel >Level3</WarningLevel >
101+ <SDLCheck >true</SDLCheck >
102+ <PreprocessorDefinitions >WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103+ <ConformanceMode >true</ConformanceMode >
104+ <PrecompiledHeaderFile >
105+ </PrecompiledHeaderFile >
106+ <PrecompiledHeaderOutputFile />
107+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
108+ </ClCompile >
109+ <Link >
110+ <SubSystem >Windows</SubSystem >
111+ <GenerateDebugInformation >true</GenerateDebugInformation >
112+ </Link >
113+ </ItemDefinitionGroup >
114+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
115+ <ClCompile >
116+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
117+ <WarningLevel >Level3</WarningLevel >
118+ <SDLCheck >true</SDLCheck >
119+ <PreprocessorDefinitions >_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120+ <ConformanceMode >true</ConformanceMode >
121+ <PrecompiledHeaderFile >
122+ </PrecompiledHeaderFile >
123+ <PrecompiledHeaderOutputFile />
124+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
125+ </ClCompile >
126+ <Link >
127+ <SubSystem >Windows</SubSystem >
128+ <GenerateDebugInformation >true</GenerateDebugInformation >
129+ </Link >
130+ </ItemDefinitionGroup >
131+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
132+ <ClCompile >
133+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
134+ <WarningLevel >Level3</WarningLevel >
135+ <FunctionLevelLinking >true</FunctionLevelLinking >
136+ <IntrinsicFunctions >true</IntrinsicFunctions >
137+ <SDLCheck >true</SDLCheck >
138+ <PreprocessorDefinitions >WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
139+ <ConformanceMode >true</ConformanceMode >
140+ <PrecompiledHeaderFile >
141+ </PrecompiledHeaderFile >
142+ <PrecompiledHeaderOutputFile />
143+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
144+ </ClCompile >
145+ <Link >
146+ <SubSystem >Windows</SubSystem >
147+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
148+ <OptimizeReferences >true</OptimizeReferences >
149+ <GenerateDebugInformation >true</GenerateDebugInformation >
150+ </Link >
151+ </ItemDefinitionGroup >
152+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
153+ <ClCompile >
154+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
155+ <WarningLevel >Level3</WarningLevel >
156+ <FunctionLevelLinking >true</FunctionLevelLinking >
157+ <IntrinsicFunctions >true</IntrinsicFunctions >
158+ <SDLCheck >true</SDLCheck >
159+ <PreprocessorDefinitions >NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
160+ <ConformanceMode >true</ConformanceMode >
161+ <PrecompiledHeaderFile >
162+ </PrecompiledHeaderFile >
163+ <PrecompiledHeaderOutputFile />
164+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
165+ </ClCompile >
166+ <Link >
167+ <SubSystem >Windows</SubSystem >
168+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
169+ <OptimizeReferences >true</OptimizeReferences >
170+ <GenerateDebugInformation >true</GenerateDebugInformation >
171+ </Link >
172+ </ItemDefinitionGroup >
173+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
174+ <ImportGroup Label =" ExtensionTargets" >
175+ </ImportGroup >
176+ </Project >
0 commit comments