1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" 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="Optimized|Win32">
9 <Configuration>Optimized</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
17 <PropertyGroup Label="Globals">
18 <ProjectGuid>{03F3C054-F380-4618-BE46-6E25061A3587}</ProjectGuid>
19 <Keyword>Win32Proj</Keyword>
21 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
23 <ConfigurationType>StaticLibrary</ConfigurationType>
24 <PlatformToolset>v120</PlatformToolset>
25 <UseOfMfc>false</UseOfMfc>
26 <CharacterSet>MultiByte</CharacterSet>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'" Label="Configuration">
29 <ConfigurationType>StaticLibrary</ConfigurationType>
30 <PlatformToolset>v120</PlatformToolset>
31 <UseOfMfc>false</UseOfMfc>
32 <CharacterSet>MultiByte</CharacterSet>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <PlatformToolset>v120</PlatformToolset>
37 <UseOfMfc>false</UseOfMfc>
38 <CharacterSet>MultiByte</CharacterSet>
40 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41 <ImportGroup Label="ExtensionSettings">
43 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
44 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'" Label="PropertySheets">
47 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52 <PropertyGroup Label="UserMacros" />
54 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57 <OutDir>..\..\..\..\..\..\compile\win32\$(ProjectName)\$(Configuration)\</OutDir>
58 <IntDir>..\..\..\..\..\..\compile\win32\$(ProjectName)\$(Configuration)\</IntDir>
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'">
61 <OutDir>..\..\..\..\..\..\compile\win32\$(ProjectName)\$(Configuration)\</OutDir>
62 <IntDir>..\..\..\..\..\..\compile\win32\$(ProjectName)\$(Configuration)\</IntDir>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <OutDir>..\..\..\..\..\..\compile\win32\$(ProjectName)\$(Configuration)\</OutDir>
66 <IntDir>..\..\..\..\..\..\compile\win32\$(ProjectName)\$(Configuration)\</IntDir>
68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <Optimization>Disabled</Optimization>
71 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
72 <AdditionalIncludeDirectories>..\..\include\private;..\..\include\public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
73 <PreprocessorDefinitions>WIN32;_DEBUG;_MBCS;DEBUG_LEVEL=2;_CRT_SECURE_NO_DEPRECATE=1;_USE_32BIT_TIME_T=1;_LIB;ENABLE_TCG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74 <MinimalRebuild>true</MinimalRebuild>
75 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
76 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
77 <FunctionLevelLinking>true</FunctionLevelLinking>
78 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
79 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
80 <RuntimeTypeInfo>true</RuntimeTypeInfo>
82 <PrecompiledHeaderFile />
83 <PrecompiledHeaderOutputFile>$(OutDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
84 <AssemblerListingLocation>$(OutDir)</AssemblerListingLocation>
85 <ObjectFileName>$(OutDir)</ObjectFileName>
86 <ProgramDataBaseFileName>$(OutDir)$(ProjectName)_d.pdb</ProgramDataBaseFileName>
87 <WarningLevel>Level4</WarningLevel>
88 <TreatWarningAsError>false</TreatWarningAsError>
89 <SuppressStartupBanner>true</SuppressStartupBanner>
90 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
91 <CompileAs>Default</CompileAs>
92 <UseFullPaths>true</UseFullPaths>
95 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96 <Culture>0x0409</Culture>
99 <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
100 <SuppressStartupBanner>true</SuppressStartupBanner>
102 </ItemDefinitionGroup>
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Optimized|Win32'">
105 <Optimization>Full</Optimization>
106 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
107 <IntrinsicFunctions>true</IntrinsicFunctions>
108 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
109 <OmitFramePointers>false</OmitFramePointers>
110 <AdditionalIncludeDirectories>..\..\include\private;..\..\include\public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
111 <PreprocessorDefinitions>WIN32;_DEBUG;_MBCS;DEBUG_LEVEL=1;_CRT_SECURE_NO_DEPRECATE=1;_USE_32BIT_TIME_T=1;_LIB;ENABLE_TCG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112 <MinimalRebuild>true</MinimalRebuild>
113 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
114 <FunctionLevelLinking>true</FunctionLevelLinking>
115 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
116 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
117 <RuntimeTypeInfo>true</RuntimeTypeInfo>
118 <PrecompiledHeader />
119 <PrecompiledHeaderFile />
120 <PrecompiledHeaderOutputFile>$(OutDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
121 <AssemblerListingLocation>$(OutDir)</AssemblerListingLocation>
122 <ObjectFileName>$(OutDir)</ObjectFileName>
123 <ProgramDataBaseFileName>$(OutDir)$(ProjectName)_o.pdb</ProgramDataBaseFileName>
124 <WarningLevel>Level4</WarningLevel>
125 <TreatWarningAsError>false</TreatWarningAsError>
126 <SuppressStartupBanner>true</SuppressStartupBanner>
127 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
128 <CompileAs>Default</CompileAs>
129 <UseFullPaths>true</UseFullPaths>
132 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133 <Culture>0x0409</Culture>
136 <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
137 <SuppressStartupBanner>true</SuppressStartupBanner>
139 </ItemDefinitionGroup>
140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
142 <Optimization>MaxSpeed</Optimization>
143 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
144 <IntrinsicFunctions>true</IntrinsicFunctions>
145 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
146 <OmitFramePointers>true</OmitFramePointers>
147 <AdditionalIncludeDirectories>..\..\include\private;..\..\include\public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
148 <PreprocessorDefinitions>WIN32;NDEBUG;_MBCS;DEBUG_LEVEL=0;_CRT_SECURE_NO_DEPRECATE=1;_USE_32BIT_TIME_T=1;_LIB;ENABLE_TCG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149 <StringPooling>true</StringPooling>
150 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
151 <FunctionLevelLinking>true</FunctionLevelLinking>
152 <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
153 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
154 <RuntimeTypeInfo>true</RuntimeTypeInfo>
155 <PrecompiledHeader />
156 <PrecompiledHeaderFile />
157 <PrecompiledHeaderOutputFile>$(OutDir)$(ProjectName).pch</PrecompiledHeaderOutputFile>
158 <AssemblerListingLocation>$(OutDir)</AssemblerListingLocation>
159 <ObjectFileName>$(OutDir)</ObjectFileName>
160 <ProgramDataBaseFileName>$(OutDir)$(ProjectName)_r.pdb</ProgramDataBaseFileName>
161 <WarningLevel>Level4</WarningLevel>
162 <TreatWarningAsError>false</TreatWarningAsError>
163 <SuppressStartupBanner>true</SuppressStartupBanner>
164 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
165 <CompileAs>Default</CompileAs>
166 <UseFullPaths>true</UseFullPaths>
169 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170 <Culture>0x0409</Culture>
173 <OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
174 <SuppressStartupBanner>true</SuppressStartupBanner>
176 </ItemDefinitionGroup>
178 <ClCompile Include="..\..\src\win32\libEverQuestTCG.cpp" />
181 <ClInclude Include="..\..\src\win32\libEverQuestTCG.h" />
183 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
184 <ImportGroup Label="ExtensionTargets">