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 >16.0</VCProjectVersion >
23+ <ProjectGuid >{44E8BA05-3A0B-4342-B114-E66351A8748E}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <RootNamespace >d3d9</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 >DynamicLibrary</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v142</PlatformToolset >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v142</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <ConfigurationType >DynamicLibrary</ConfigurationType >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <PlatformToolset >v142</PlatformToolset >
46+ <CharacterSet >Unicode</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49+ <ConfigurationType >DynamicLibrary</ConfigurationType >
50+ <UseDebugLibraries >false</UseDebugLibraries >
51+ <PlatformToolset >v142</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ </ImportGroup >
58+ <ImportGroup Label =" Shared" >
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
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|x64'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <PropertyGroup Label =" UserMacros" />
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
74+ <LinkIncremental >false</LinkIncremental >
75+ <TargetName >bin64\$(ProjectName)</TargetName >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78+ <LinkIncremental >true</LinkIncremental >
79+ <TargetName >bin64\$(ProjectName)</TargetName >
80+ </PropertyGroup >
81+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
82+ <LinkIncremental >true</LinkIncremental >
83+ <TargetName >bin64\$(ProjectName)</TargetName >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
86+ <LinkIncremental >false</LinkIncremental >
87+ <TargetName >bin64\$(ProjectName)</TargetName >
88+ </PropertyGroup >
89+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
90+ <ClCompile >
91+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
92+ <WarningLevel >Level3</WarningLevel >
93+ <FunctionLevelLinking >true</FunctionLevelLinking >
94+ <IntrinsicFunctions >true</IntrinsicFunctions >
95+ <SDLCheck >true</SDLCheck >
96+ <PreprocessorDefinitions >NDEBUG;D3D9_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
97+ <ConformanceMode >true</ConformanceMode >
98+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
99+ </ClCompile >
100+ <Link >
101+ <SubSystem >Windows</SubSystem >
102+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
103+ <OptimizeReferences >true</OptimizeReferences >
104+ <GenerateDebugInformation >true</GenerateDebugInformation >
105+ <EnableUAC >false</EnableUAC >
106+ <ModuleDefinitionFile >deffile.def</ModuleDefinitionFile >
107+ </Link >
108+ </ItemDefinitionGroup >
109+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
110+ <ClCompile >
111+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
112+ <WarningLevel >Level3</WarningLevel >
113+ <SDLCheck >true</SDLCheck >
114+ <PreprocessorDefinitions >WIN32;_DEBUG;D3D9_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115+ <ConformanceMode >true</ConformanceMode >
116+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
117+ </ClCompile >
118+ <Link >
119+ <SubSystem >Windows</SubSystem >
120+ <GenerateDebugInformation >true</GenerateDebugInformation >
121+ <EnableUAC >false</EnableUAC >
122+ <ModuleDefinitionFile >deffile.def</ModuleDefinitionFile >
123+ </Link >
124+ </ItemDefinitionGroup >
125+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
126+ <ClCompile >
127+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
128+ <WarningLevel >Level3</WarningLevel >
129+ <SDLCheck >true</SDLCheck >
130+ <PreprocessorDefinitions >_DEBUG;D3D9_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131+ <ConformanceMode >true</ConformanceMode >
132+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
133+ </ClCompile >
134+ <Link >
135+ <SubSystem >Windows</SubSystem >
136+ <GenerateDebugInformation >true</GenerateDebugInformation >
137+ <EnableUAC >false</EnableUAC >
138+ <ModuleDefinitionFile >deffile.def</ModuleDefinitionFile >
139+ </Link >
140+ </ItemDefinitionGroup >
141+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
142+ <ClCompile >
143+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
144+ <WarningLevel >Level3</WarningLevel >
145+ <FunctionLevelLinking >true</FunctionLevelLinking >
146+ <IntrinsicFunctions >true</IntrinsicFunctions >
147+ <SDLCheck >true</SDLCheck >
148+ <PreprocessorDefinitions >WIN32;NDEBUG;D3D9_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
149+ <ConformanceMode >true</ConformanceMode >
150+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
151+ </ClCompile >
152+ <Link >
153+ <SubSystem >Windows</SubSystem >
154+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
155+ <OptimizeReferences >true</OptimizeReferences >
156+ <GenerateDebugInformation >true</GenerateDebugInformation >
157+ <EnableUAC >false</EnableUAC >
158+ <ModuleDefinitionFile >deffile.def</ModuleDefinitionFile >
159+ </Link >
160+ </ItemDefinitionGroup >
161+ <ItemGroup >
162+ <ClCompile Include =" dllmain.cpp" />
163+ </ItemGroup >
164+ <ItemGroup >
165+ <None Include =" deffile.def" />
166+ </ItemGroup >
167+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
168+ <ImportGroup Label =" ExtensionTargets" >
169+ </ImportGroup >
170+ </Project >
0 commit comments