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 >{A260166E-BD29-44E3-AD94-6D95C1458612}</ProjectGuid >
24+ <Keyword >Win32Proj</Keyword >
25+ <RootNamespace >bladedll</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 >NotSet</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 >NotSet</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)'=='Debug|Win32'" >
74+ <TargetName >BLADEDLL</TargetName >
75+ <LinkIncremental >true</LinkIncremental >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
78+ <TargetName >BLADEDLL</TargetName >
79+ <LinkIncremental >true</LinkIncremental >
80+ </PropertyGroup >
81+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
82+ <TargetName >BLADEDLL</TargetName >
83+ <LinkIncremental >false</LinkIncremental >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86+ <TargetName >BLADEDLL</TargetName >
87+ <LinkIncremental >false</LinkIncremental >
88+ </PropertyGroup >
89+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
90+ <ClCompile >
91+ <PrecompiledHeader >Use</PrecompiledHeader >
92+ <WarningLevel >Level3</WarningLevel >
93+ <Optimization >Disabled</Optimization >
94+ <SDLCheck >true</SDLCheck >
95+ <PreprocessorDefinitions >WIN32;_DEBUG;BLADEDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
96+ <ConformanceMode >false</ConformanceMode >
97+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
98+ </ClCompile >
99+ <Link >
100+ <SubSystem >Windows</SubSystem >
101+ <GenerateDebugInformation >true</GenerateDebugInformation >
102+ <EnableUAC >false</EnableUAC >
103+ </Link >
104+ </ItemDefinitionGroup >
105+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
106+ <ClCompile >
107+ <PrecompiledHeader >Use</PrecompiledHeader >
108+ <WarningLevel >Level3</WarningLevel >
109+ <Optimization >Disabled</Optimization >
110+ <SDLCheck >true</SDLCheck >
111+ <PreprocessorDefinitions >_DEBUG;BLADEDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112+ <ConformanceMode >true</ConformanceMode >
113+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
114+ </ClCompile >
115+ <Link >
116+ <SubSystem >Windows</SubSystem >
117+ <GenerateDebugInformation >true</GenerateDebugInformation >
118+ <EnableUAC >false</EnableUAC >
119+ </Link >
120+ </ItemDefinitionGroup >
121+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
122+ <ClCompile >
123+ <PrecompiledHeader >Use</PrecompiledHeader >
124+ <WarningLevel >Level3</WarningLevel >
125+ <Optimization >MaxSpeed</Optimization >
126+ <FunctionLevelLinking >true</FunctionLevelLinking >
127+ <IntrinsicFunctions >true</IntrinsicFunctions >
128+ <SDLCheck >true</SDLCheck >
129+ <PreprocessorDefinitions >WIN32;NDEBUG;BLADEDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
130+ <ConformanceMode >false</ConformanceMode >
131+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
132+ </ClCompile >
133+ <Link >
134+ <SubSystem >Windows</SubSystem >
135+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
136+ <OptimizeReferences >true</OptimizeReferences >
137+ <GenerateDebugInformation >true</GenerateDebugInformation >
138+ <EnableUAC >false</EnableUAC >
139+ </Link >
140+ </ItemDefinitionGroup >
141+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
142+ <ClCompile >
143+ <PrecompiledHeader >Use</PrecompiledHeader >
144+ <WarningLevel >Level3</WarningLevel >
145+ <Optimization >MaxSpeed</Optimization >
146+ <FunctionLevelLinking >true</FunctionLevelLinking >
147+ <IntrinsicFunctions >true</IntrinsicFunctions >
148+ <SDLCheck >true</SDLCheck >
149+ <PreprocessorDefinitions >NDEBUG;BLADEDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
150+ <ConformanceMode >true</ConformanceMode >
151+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
152+ </ClCompile >
153+ <Link >
154+ <SubSystem >Windows</SubSystem >
155+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
156+ <OptimizeReferences >true</OptimizeReferences >
157+ <GenerateDebugInformation >true</GenerateDebugInformation >
158+ <EnableUAC >false</EnableUAC >
159+ </Link >
160+ </ItemDefinitionGroup >
161+ <ItemGroup >
162+ <None Include =" cpp.hint" />
163+ </ItemGroup >
164+ <ItemGroup >
165+ <ClInclude Include =" blade_dll.h" />
166+ <ClInclude Include =" framework.h" />
167+ <ClInclude Include =" pch.h" />
168+ </ItemGroup >
169+ <ItemGroup >
170+ <ClCompile Include =" blade_dll.cpp" />
171+ <ClCompile Include =" dllmain.cpp" />
172+ <ClCompile Include =" pch.cpp" >
173+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
174+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
175+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
176+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
177+ </ClCompile >
178+ </ItemGroup >
179+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
180+ <ImportGroup Label =" ExtensionTargets" >
181+ </ImportGroup >
182+ </Project >
0 commit comments