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 >{25b31587-b890-46bc-8fe7-b152555fb6fc}</ProjectGuid >
25+ <RootNamespace >SharkStringConverter</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)'=='Debug|Win32'" >
74+ <LinkIncremental >true</LinkIncremental >
75+ <TargetName >SharkStringConverter</TargetName >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
78+ <LinkIncremental >false</LinkIncremental >
79+ <TargetName >SharkStringConverter</TargetName >
80+ </PropertyGroup >
81+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
82+ <LinkIncremental >true</LinkIncremental >
83+ <TargetName >SharkStringConverter</TargetName >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
86+ <LinkIncremental >false</LinkIncremental >
87+ <TargetName >SharkStringConverter</TargetName >
88+ </PropertyGroup >
89+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
90+ <ClCompile >
91+ <WarningLevel >Level3</WarningLevel >
92+ <SDLCheck >true</SDLCheck >
93+ <PreprocessorDefinitions >WIN32;_DEBUG;SHARKSTRINGCONVERTER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
94+ <ConformanceMode >true</ConformanceMode >
95+ <PrecompiledHeader >Use</PrecompiledHeader >
96+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
97+ </ClCompile >
98+ <Link >
99+ <SubSystem >Windows</SubSystem >
100+ <GenerateDebugInformation >true</GenerateDebugInformation >
101+ <EnableUAC >false</EnableUAC >
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;SHARKSTRINGCONVERTER_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+ </Link >
122+ </ItemDefinitionGroup >
123+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
124+ <ClCompile >
125+ <WarningLevel >Level3</WarningLevel >
126+ <SDLCheck >true</SDLCheck >
127+ <PreprocessorDefinitions >_DEBUG;SHARKSTRINGCONVERTER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
128+ <ConformanceMode >true</ConformanceMode >
129+ <PrecompiledHeader >Use</PrecompiledHeader >
130+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
131+ </ClCompile >
132+ <Link >
133+ <SubSystem >Windows</SubSystem >
134+ <GenerateDebugInformation >true</GenerateDebugInformation >
135+ <EnableUAC >false</EnableUAC >
136+ </Link >
137+ </ItemDefinitionGroup >
138+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
139+ <ClCompile >
140+ <WarningLevel >Level3</WarningLevel >
141+ <FunctionLevelLinking >true</FunctionLevelLinking >
142+ <IntrinsicFunctions >true</IntrinsicFunctions >
143+ <SDLCheck >true</SDLCheck >
144+ <PreprocessorDefinitions >NDEBUG;SHARKSTRINGCONVERTER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
145+ <ConformanceMode >true</ConformanceMode >
146+ <PrecompiledHeader >Use</PrecompiledHeader >
147+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
148+ </ClCompile >
149+ <Link >
150+ <SubSystem >Windows</SubSystem >
151+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
152+ <OptimizeReferences >true</OptimizeReferences >
153+ <GenerateDebugInformation >true</GenerateDebugInformation >
154+ <EnableUAC >false</EnableUAC >
155+ </Link >
156+ </ItemDefinitionGroup >
157+ <ItemGroup >
158+ <None Include =" cpp.hint" />
159+ </ItemGroup >
160+ <ItemGroup >
161+ <ClInclude Include =" framework.h" />
162+ <ClInclude Include =" pch.h" />
163+ <ClInclude Include =" SharkStringConverter.h" />
164+ </ItemGroup >
165+ <ItemGroup >
166+ <ClCompile Include =" dllmain.cpp" />
167+ <ClCompile Include =" pch.cpp" >
168+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
169+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
170+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
171+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
172+ </ClCompile >
173+ <ClCompile Include =" SharkStringConverter.cpp" />
174+ </ItemGroup >
175+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
176+ <ImportGroup Label =" ExtensionTargets" >
177+ </ImportGroup >
178+ </Project >
0 commit comments