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+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{00e3ec47-314a-4868-b361-123b3ee5a175}</ProjectGuid >
25+ <RootNamespace >O2CSP</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 >v143</PlatformToolset >
33+ <CharacterSet >MultiByte</CharacterSet >
34+ <PreferredToolArchitecture >x86</PreferredToolArchitecture >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37+ <ConfigurationType >DynamicLibrary</ConfigurationType >
38+ <UseDebugLibraries >false</UseDebugLibraries >
39+ <PlatformToolset >v143</PlatformToolset >
40+ <WholeProgramOptimization >true</WholeProgramOptimization >
41+ <CharacterSet >MultiByte</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44+ <ConfigurationType >DynamicLibrary</ConfigurationType >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ <PlatformToolset >v143</PlatformToolset >
47+ <CharacterSet >MultiByte</CharacterSet >
48+ <PreferredToolArchitecture >x86</PreferredToolArchitecture >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
51+ <ConfigurationType >DynamicLibrary</ConfigurationType >
52+ <UseDebugLibraries >false</UseDebugLibraries >
53+ <PlatformToolset >v143</PlatformToolset >
54+ <WholeProgramOptimization >true</WholeProgramOptimization >
55+ <CharacterSet >MultiByte</CharacterSet >
56+ </PropertyGroup >
57+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
58+ <ImportGroup Label =" ExtensionSettings" >
59+ </ImportGroup >
60+ <ImportGroup Label =" Shared" >
61+ </ImportGroup >
62+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
63+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64+ </ImportGroup >
65+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
66+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67+ </ImportGroup >
68+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
69+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70+ </ImportGroup >
71+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
72+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
73+ </ImportGroup >
74+ <PropertyGroup Label =" UserMacros" />
75+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
76+ <ClCompile >
77+ <WarningLevel >Level3</WarningLevel >
78+ <SDLCheck >true</SDLCheck >
79+ <PreprocessorDefinitions >WIN32;_DEBUG;O2CSP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
80+ <ConformanceMode >true</ConformanceMode >
81+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
82+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
83+ </ClCompile >
84+ <Link >
85+ <SubSystem >Windows</SubSystem >
86+ <GenerateDebugInformation >true</GenerateDebugInformation >
87+ <EnableUAC >false</EnableUAC >
88+ </Link >
89+ </ItemDefinitionGroup >
90+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
91+ <ClCompile >
92+ <WarningLevel >Level3</WarningLevel >
93+ <FunctionLevelLinking >true</FunctionLevelLinking >
94+ <IntrinsicFunctions >true</IntrinsicFunctions >
95+ <SDLCheck >true</SDLCheck >
96+ <PreprocessorDefinitions >WIN32;NDEBUG;O2CSP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
97+ <ConformanceMode >true</ConformanceMode >
98+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
99+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
100+ </ClCompile >
101+ <Link >
102+ <SubSystem >Windows</SubSystem >
103+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
104+ <OptimizeReferences >true</OptimizeReferences >
105+ <GenerateDebugInformation >true</GenerateDebugInformation >
106+ <EnableUAC >false</EnableUAC >
107+ </Link >
108+ </ItemDefinitionGroup >
109+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
110+ <ClCompile >
111+ <WarningLevel >Level3</WarningLevel >
112+ <SDLCheck >true</SDLCheck >
113+ <PreprocessorDefinitions >_DEBUG;O2CSP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114+ <ConformanceMode >true</ConformanceMode >
115+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
116+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
117+ </ClCompile >
118+ <Link >
119+ <SubSystem >Windows</SubSystem >
120+ <GenerateDebugInformation >true</GenerateDebugInformation >
121+ <EnableUAC >false</EnableUAC >
122+ </Link >
123+ </ItemDefinitionGroup >
124+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
125+ <ClCompile >
126+ <WarningLevel >Level3</WarningLevel >
127+ <FunctionLevelLinking >true</FunctionLevelLinking >
128+ <IntrinsicFunctions >true</IntrinsicFunctions >
129+ <SDLCheck >true</SDLCheck >
130+ <PreprocessorDefinitions >NDEBUG;O2CSP_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131+ <ConformanceMode >true</ConformanceMode >
132+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
133+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
134+ </ClCompile >
135+ <Link >
136+ <SubSystem >Windows</SubSystem >
137+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
138+ <OptimizeReferences >true</OptimizeReferences >
139+ <GenerateDebugInformation >true</GenerateDebugInformation >
140+ <EnableUAC >false</EnableUAC >
141+ </Link >
142+ </ItemDefinitionGroup >
143+ <ItemGroup >
144+ <ClInclude Include =" framework.h" />
145+ <ClInclude Include =" O2CSP.h" />
146+ <ClInclude Include =" mem.h" />
147+ <ClInclude Include =" winver.h" />
148+ </ItemGroup >
149+ <ItemGroup >
150+ <ClCompile Include =" dllmain.cpp" />
151+ <ClCompile Include =" O2CSP.cpp" />
152+ <ClCompile Include =" mem.cpp" />
153+ </ItemGroup >
154+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
155+ <ImportGroup Label =" ExtensionTargets" >
156+ </ImportGroup >
157+ </Project >
0 commit comments