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