diff options
Diffstat (limited to 'win/VC90')
-rw-r--r-- | win/VC90/ScriptsInterfaces.vcproj | 405 | ||||
-rw-r--r-- | win/VC90/TrinityCore.vcproj | 500 | ||||
-rw-r--r-- | win/VC90/TrinityRealm.vcproj | 444 | ||||
-rw-r--r-- | win/VC90/framework.vcproj | 491 | ||||
-rw-r--r-- | win/VC90/g3dlite.vcproj | 492 | ||||
-rw-r--r-- | win/VC90/game.vcproj | 1326 | ||||
-rw-r--r-- | win/VC90/shared.vcproj | 778 | ||||
-rw-r--r-- | win/VC90/sockets.vcproj | 531 | ||||
-rw-r--r-- | win/VC90/zlib.vcproj | 405 | ||||
-rw-r--r-- | win/VC90/zthread.vcproj | 666 |
10 files changed, 6038 insertions, 0 deletions
diff --git a/win/VC90/ScriptsInterfaces.vcproj b/win/VC90/ScriptsInterfaces.vcproj new file mode 100644 index 00000000000..0d2b7e7299e --- /dev/null +++ b/win/VC90/ScriptsInterfaces.vcproj @@ -0,0 +1,405 @@ +<?xml version="1.0" encoding="windows-1251"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="ScriptsInterfaces" + ProjectGUID="{4205C8A9-79B7-4354-8064-F05FB9CA0C96}" + RootNamespace="ScriptsInterfaces" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_WINDOWS;_USRDLL;SCRIPT" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="4" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="trinitycore.lib zlib.lib zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll" + LinkIncremental="2" + AdditionalLibraryDirectories="".\trinitycore__$(PlatformName)_$(ConfigurationName)";"..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zlib__$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)\TrinityScript.lib" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_WINDOWS;_USRDLL;SCRIPT" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="trinitycore.lib zlib.lib zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll" + LinkIncremental="2" + AdditionalLibraryDirectories="".\trinitycore__$(PlatformName)_$(ConfigurationName)";"..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zlib__$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(OutDir)\TrinityScript.pdb" + SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)\TrinityScript.lib" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="1" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="trinitycore.lib zlib.lib zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll" + LinkIncremental="1" + AdditionalLibraryDirectories="".\trinitycore__$(PlatformName)_$(ConfigurationName)";"..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zlib__$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="false" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)/TrinityScript.lib" + TargetMachine="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\script__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include" + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="0" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="trinitycore.lib zlib.lib zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityScript.dll" + LinkIncremental="1" + AdditionalLibraryDirectories="".\trinitycore__$(PlatformName)_$(ConfigurationName)";"..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zlib__$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="false" + SubSystem="2" + OptimizeReferences="2" + EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)/TrinityScript.lib" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\src\bindings\interface\ScriptMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\bindings\interface\system.cpp" + > + </File> + <Filter + Name="Scripts" + > + <File + RelativePath="..\..\src\bindings\interface\Scripts\sc_default.cpp" + > + </File> + </Filter> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\src\bindings\interface\config.h" + > + </File> + <File + RelativePath="..\..\src\bindings\interface\ScriptMgr.h" + > + </File> + <Filter + Name="Scripts" + > + <File + RelativePath="..\..\src\bindings\interface\Scripts\sc_defines.h" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/TrinityCore.vcproj b/win/VC90/TrinityCore.vcproj new file mode 100644 index 00000000000..8a460afd470 --- /dev/null +++ b/win/VC90/TrinityCore.vcproj @@ -0,0 +1,500 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="TrinityCore" + ProjectGUID="{A3A04E47-43A2-4C08-90B3-029CEF558594}" + RootNamespace="mangosd" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\..\..\bin\Release\mangosd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore" + PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="1" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch" + AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map" + SubSystem="1" + LargeAddressAware="2" + LinkTimeCodeGeneration="0" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)\TrinityCore.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist
" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + TypeLibraryName=".\..\..\bin\Release\mangosd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore" + PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;NDEBUG;_CONSOLE;ENABLE_CLI" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="0" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch" + AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map" + SubSystem="1" + LinkTimeCodeGeneration="0" + ImportLibrary="$(OutDir)\TrinityCore.lib" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist
" + /> + </Configuration> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\mangosd__$(PlatformName)_$(ConfigurationName)\mangosd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore" + PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" + IgnoreStandardIncludePath="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch" + AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" + Version="" + LinkIncremental="2" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map" + SubSystem="1" + LargeAddressAware="2" + RandomizedBaseAddress="1" + FixedBaseAddress="1" + DataExecutionPrevention="0" + ImportLibrary="$(OutDir)\TrinityCore.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist
" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinitycore__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + TypeLibraryName=".\mangosd__$(PlatformName)_$(ConfigurationName)\mangosd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include,..\..\src\framework,..\..\src\shared,..\..\src\game,..\..\src\trinitycore" + PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE;ENABLE_CLI" + IgnoreStandardIncludePath="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\trinitycore.pch" + AssemblerListingLocation=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinitycore__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.exe" + Version="" + LinkIncremental="2" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.map" + SubSystem="1" + FixedBaseAddress="1" + ImportLibrary="$(OutDir)\TrinityCore.lib" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\dep\lib\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\src\trinitycore\trinitycore.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityCore.conf.dist
" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="doc" + > + <File + RelativePath="..\..\Authors" + > + </File> + <File + RelativePath="..\..\ChangeLog" + > + </File> + <File + RelativePath="..\..\Copying" + > + </File> + <File + RelativePath="..\..\Install" + > + </File> + <File + RelativePath="..\..\News" + > + </File> + <File + RelativePath="..\..\Readme" + > + </File> + <File + RelativePath="..\..\Thanks" + > + </File> + </Filter> + <File + RelativePath="..\..\src\trinitycore\CliRunnable.cpp" + > + </File> + <File + RelativePath="..\..\src\trinitycore\CliRunnable.h" + > + </File> + <File + RelativePath="..\..\src\trinitycore\Main.cpp" + > + </File> + <File + RelativePath="..\..\src\trinitycore\Master.cpp" + > + </File> + <File + RelativePath="..\..\src\trinitycore\Master.h" + > + </File> + <File + RelativePath="..\..\src\trinitycore\RASocket.cpp" + > + </File> + <File + RelativePath="..\..\src\trinitycore\RASocket.h" + > + </File> + <File + RelativePath="..\..\src\trinitycore\resource.h" + > + </File> + <File + RelativePath="..\..\src\trinitycore\TrinityCore.rc" + > + </File> + <File + RelativePath="..\..\src\trinitycore\WorldRunnable.cpp" + > + </File> + <File + RelativePath="..\..\src\trinitycore\WorldRunnable.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/TrinityRealm.vcproj b/win/VC90/TrinityRealm.vcproj new file mode 100644 index 00000000000..f1c4e0de04c --- /dev/null +++ b/win/VC90/TrinityRealm.vcproj @@ -0,0 +1,444 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="TrinityRealm" + ProjectGUID="{563E9905-3657-460C-AE63-0AC39D162E23}" + RootNamespace="realmd" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\realmd__$(PlatformName)_$(ConfigurationName)\realmd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories=""$(ProjectDir)\..\..\dep\include";"$(ProjectDir)\..\..\src\framework";"$(ProjectDir)\..\..\src\shared";"$(ProjectDir)\..\..\src\realmd"" + PreprocessorDefinitions="VERSION="0.12.0-SVN",WIN32,NDEBUG,_CONSOLE" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="1" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\realmd.pch" + AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map" + SubSystem="1" + LargeAddressAware="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + TypeLibraryName=".\realmd__$(PlatformName)_$(ConfigurationName)\realmd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd" + PreprocessorDefinitions="VERSION="0.12.0-SVN",WIN32,NDEBUG,_CONSOLE" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="0" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\realmd.pch" + AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" + LinkIncremental="1" + SuppressStartupBanner="true" + AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map" + SubSystem="1" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist" + /> + </Configuration> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName=".\realmd__$(PlatformName)_$(ConfigurationName)\realmd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories=""$(ProjectDir)\..\..\dep\include";"$(ProjectDir)\..\..\src\framework";"$(ProjectDir)\..\..\src\shared";"$(ProjectDir)\..\..\src\realmd"" + PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE" + IgnoreStandardIncludePath="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\realmd.pch" + AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" + LinkIncremental="2" + SuppressStartupBanner="true" + AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map" + SubSystem="1" + LargeAddressAware="2" + RandomizedBaseAddress="1" + FixedBaseAddress="1" + DataExecutionPrevention="0" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\trinityrealm__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + TypeLibraryName=".\realmd__$(PlatformName)_$(ConfigurationName)\realmd.tlb" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\realmd" + PreprocessorDefinitions="VERSION="0.12.0-SVN";WIN32;_DEBUG;MANGOS_DEBUG;_CONSOLE" + IgnoreStandardIncludePath="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + RuntimeTypeInfo="true" + PrecompiledHeaderFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\realmd.pch" + AssemblerListingLocation=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\trinityrealm__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="zthread.lib libmySQL.lib libeay32.lib ws2_32.lib winmm.lib odbc32.lib odbccp32.lib advapi32.lib dbghelp.lib" + OutputFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.exe" + LinkIncremental="2" + SuppressStartupBanner="true" + AdditionalLibraryDirectories=""..\..\dep\lib\$(PlatformName)_$(ConfigurationName)";".\zthread__$(PlatformName)_$(ConfigurationName)"" + GenerateDebugInformation="true" + ProgramDatabaseFile="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.pdb" + GenerateMapFile="true" + MapFileName="..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.map" + SubSystem="1" + FixedBaseAddress="1" + TargetMachine="17" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCPostBuildEventTool" + CommandLine="copy ..\..\src\trinityrealm\trinityrealm.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)\TrinityRealm.conf.dist" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\..\src\trinityrealm\AuthCodes.h" + > + </File> + <File + RelativePath="..\..\src\trinityrealm\AuthSocket.cpp" + > + </File> + <File + RelativePath="..\..\src\trinityrealm\AuthSocket.h" + > + </File> + <File + RelativePath="..\..\src\trinityrealm\Main.cpp" + > + </File> + <File + RelativePath="..\..\src\trinityrealm\RealmList.cpp" + > + </File> + <File + RelativePath="..\..\src\trinityrealm\RealmList.h" + > + </File> + <File + RelativePath="..\..\src\trinityrealm\TrinityRealm.rc" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/framework.vcproj b/win/VC90/framework.vcproj new file mode 100644 index 00000000000..0e29784c84d --- /dev/null +++ b/win/VC90/framework.vcproj @@ -0,0 +1,491 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="framework" + ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}" + RootNamespace="framework" + Keyword="ManagedCProj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + ManagedExtensions="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/Zl /MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\src\framework" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch" + AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + ManagedExtensions="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/Zl /MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\src\framework" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + StringPooling="true" + MinimalRebuild="false" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="1" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch" + AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + ManagedExtensions="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/Zl /MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\src\framework" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch" + AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\framework__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + ManagedExtensions="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/Zl /MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\src\framework" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + StringPooling="true" + MinimalRebuild="false" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="0" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.pch" + AssemblerListingLocation=".\framework__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\framework__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\framework__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\framework__$(PlatformName)_$(ConfigurationName)\framework.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="GameSystem" + > + <File + RelativePath="..\..\src\framework\GameSystem\Grid.h" + > + </File> + <File + RelativePath="..\..\src\framework\GameSystem\GridLoader.h" + > + </File> + <File + RelativePath="..\..\src\framework\GameSystem\GridReference.h" + > + </File> + <File + RelativePath="..\..\src\framework\GameSystem\GridRefManager.h" + > + </File> + <File + RelativePath="..\..\src\framework\GameSystem\NGrid.h" + > + </File> + <File + RelativePath="..\..\src\framework\GameSystem\TypeContainer.h" + > + </File> + <File + RelativePath="..\..\src\framework\GameSystem\TypeContainerFunctions.h" + > + </File> + <File + RelativePath="..\..\src\framework\GameSystem\TypeContainerVisitor.h" + > + </File> + </Filter> + <Filter + Name="Platform" + > + <File + RelativePath="..\..\src\framework\Platform\CompilerDefs.h" + > + </File> + <File + RelativePath="..\..\src\framework\Platform\Define.h" + > + </File> + </Filter> + <Filter + Name="Policies" + > + <File + RelativePath="..\..\src\framework\Policies\CreationPolicy.h" + > + </File> + <File + RelativePath="..\..\src\framework\Policies\ObjectLifeTime.cpp" + > + </File> + <File + RelativePath="..\..\src\framework\Policies\ObjectLifeTime.h" + > + </File> + <File + RelativePath="..\..\src\framework\Policies\Singleton.h" + > + </File> + <File + RelativePath="..\..\src\framework\Policies\SingletonImp.h" + > + </File> + <File + RelativePath="..\..\src\framework\Policies\ThreadingModel.h" + > + </File> + </Filter> + <Filter + Name="Utilities" + > + <File + RelativePath="..\..\src\framework\Utilities\ByteConverter.h" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\Callback.h" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\EventProcessor.cpp" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\EventProcessor.h" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\HashMap.h" + > + </File> + <File + RelativePath="..\..\src\game\LinkedList.h" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\TypeList.h" + > + </File> + <Filter + Name="CountedReference" + > + <File + RelativePath="..\..\src\framework\Utilities\CountedReference\Reference.h" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceHolder.h" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\CountedReference\ReferenceImpl.h" + > + </File> + </Filter> + <Filter + Name="LinkedReference" + > + <File + RelativePath="..\..\src\framework\Utilities\LinkedReference\Reference.h" + > + </File> + <File + RelativePath="..\..\src\framework\Utilities\LinkedReference\RefManager.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="Dynamic" + > + <File + RelativePath="..\..\src\framework\Dynamic\FactoryHolder.h" + > + </File> + <File + RelativePath="..\..\src\framework\Dynamic\ObjectRegistry.h" + > + </File> + </Filter> + <Filter + Name="Network" + > + <File + RelativePath="..\..\src\framework\Network\SocketDefines.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/g3dlite.vcproj b/win/VC90/g3dlite.vcproj new file mode 100644 index 00000000000..023998fdf0d --- /dev/null +++ b/win/VC90/g3dlite.vcproj @@ -0,0 +1,492 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="g3dlite" + ProjectGUID="{8072769E-CF10-48BF-B9E1-12752A5DAC6E}" + Keyword="Win32Proj" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include\g3dlite" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="4" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/g3dlite.lib" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\dep\include\g3dlite" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="1" + FloatingPointModel="2" + UsePrecompiledHeader="0" + AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/g3dlite.lib" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include\g3dlite" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + BufferSecurityCheck="true" + UsePrecompiledHeader="0" + AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/g3dlite.lib" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\dep\include\g3dlite" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="0" + UsePrecompiledHeader="0" + FloatingPointModel="2" + AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/g3dlite.lib" + IgnoreAllDefaultLibraries="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Header Files" + > + <File + RelativePath="..\..\dep\include\g3dlite\G3D\AABox.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Array.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Box.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\CollisionDetection.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\CoordinateFrame.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Crypto.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\debug.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\format.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.inl" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\GCamera.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Line.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Matrix3.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Plane.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\platform.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Quat.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Quat.inl" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Ray.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\RegistryUtil.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Sphere.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\stringutils.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\System.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Table.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Triangle.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.inl" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector2int16.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.inl" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector3int16.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.h" + > + </File> + <File + RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.inl" + > + </File> + </Filter> + <Filter + Name="Source Files" + > + <File + RelativePath="..\..\dep\src\g3dlite\AABox.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\Box.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\Crypto.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\format.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\Matrix3.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\Plane.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\System.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\Triangle.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\Vector3.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\g3dlite\Vector4.cpp" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj new file mode 100644 index 00000000000..78daa1b8c4a --- /dev/null +++ b/win/VC90/game.vcproj @@ -0,0 +1,1326 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="game" + ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}" + RootNamespace="game" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;" + StringPooling="false" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch" + AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="1" + FloatingPointModel="2" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch" + AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;" + StringPooling="false" + MinimalRebuild="false" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch" + AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\game__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\shared\vmap" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="0" + FloatingPointModel="2" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\game__$(PlatformName)_$(ConfigurationName)\game.pch" + AssemblerListingLocation=".\game__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\game__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\game__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + OutputFile=".\game__$(PlatformName)_$(ConfigurationName)\game.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="World/Handlers" + > + <File + RelativePath="..\..\src\game\AccountMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\AccountMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\AddonHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\AddonHandler.h" + > + </File> + <File + RelativePath="..\..\src\game\ArenaTeamHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\AuctionHouse.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGround.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGround.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundAA.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundAA.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundAB.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundAB.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundAV.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundAV.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundBE.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundBE.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundEY.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundEY.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundNA.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundNA.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundRL.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundRL.h" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundWS.cpp" + > + </File> + <File + RelativePath="..\..\src\game\BattleGroundWS.h" + > + </File> + <File + RelativePath="..\..\src\game\Cell.h" + > + </File> + <File + RelativePath="..\..\src\game\CellImpl.h" + > + </File> + <File + RelativePath="..\..\src\game\Channel.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Channel.h" + > + </File> + <File + RelativePath="..\..\src\game\ChannelHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ChannelMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\CharacterHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Chat.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Chat.h" + > + </File> + <File + RelativePath="..\..\src\game\ChatHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\CombatHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\DuelHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GameEvent.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GameEvent.h" + > + </File> + <File + RelativePath="..\..\src\game\GossipDef.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GossipDef.h" + > + </File> + <File + RelativePath="..\..\src\game\GridDefines.h" + > + </File> + <File + RelativePath="..\..\src\game\GridNotifiers.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GridNotifiers.h" + > + </File> + <File + RelativePath="..\..\src\game\GridNotifiersImpl.h" + > + </File> + <File + RelativePath="..\..\src\game\GridStates.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GridStates.h" + > + </File> + <File + RelativePath="..\..\src\game\Group.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Group.h" + > + </File> + <File + RelativePath="..\..\src\game\GroupHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GuildHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\InstanceData.cpp" + > + </File> + <File + RelativePath="..\..\src\game\InstanceData.h" + > + </File> + <File + RelativePath="..\..\src\game\InstanceSaveMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\InstanceSaveMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\ItemHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\LFGHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\LootHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Mail.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Mail.h" + > + </File> + <File + RelativePath="..\..\src\game\Map.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Map.h" + > + </File> + <File + RelativePath="..\..\src\game\MapInstanced.cpp" + > + </File> + <File + RelativePath="..\..\src\game\MapInstanced.h" + > + </File> + <File + RelativePath="..\..\src\game\MapManager.cpp" + > + </File> + <File + RelativePath="..\..\src\game\MapManager.h" + > + </File> + <File + RelativePath="..\..\src\game\MiscHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\MovementHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\NPCHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\NPCHandler.h" + > + </File> + <File + RelativePath="..\..\src\game\ObjectGridLoader.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ObjectGridLoader.h" + > + </File> + <File + RelativePath="..\..\src\game\Path.h" + > + </File> + <File + RelativePath="..\..\src\game\PetHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\PetitionsHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\QueryHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\QuestDef.cpp" + > + </File> + <File + RelativePath="..\..\src\game\QuestDef.h" + > + </File> + <File + RelativePath="..\..\src\game\QuestHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ScriptCalls.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ScriptCalls.h" + > + </File> + <File + RelativePath="..\..\src\game\SkillDiscovery.cpp" + > + </File> + <File + RelativePath="..\..\src\game\SkillDiscovery.h" + > + </File> + <File + RelativePath="..\..\src\game\SkillExtraItems.cpp" + > + </File> + <File + RelativePath="..\..\src\game\SkillExtraItems.h" + > + </File> + <File + RelativePath="..\..\src\game\SkillHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Spell.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Spell.h" + > + </File> + <File + RelativePath="..\..\src\game\SpellAuraDefines.h" + > + </File> + <File + RelativePath="..\..\src\game\SpellAuras.cpp" + > + </File> + <File + RelativePath="..\..\src\game\SpellAuras.h" + > + </File> + <File + RelativePath="..\..\src\game\SpellEffects.cpp" + > + </File> + <File + RelativePath="..\..\src\game\SpellHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\TaxiHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\TradeHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Transports.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Transports.h" + > + </File> + <File + RelativePath="..\..\src\game\UpdateData.cpp" + > + </File> + <File + RelativePath="..\..\src\game\UpdateData.h" + > + </File> + <File + RelativePath="..\..\src\game\VoiceChatHandler.cpp" + > + </File> + <File + RelativePath="..\..\src\game\WaypointManager.cpp" + > + </File> + <File + RelativePath="..\..\src\game\WaypointManager.h" + > + </File> + <File + RelativePath="..\..\src\game\Weather.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Weather.h" + > + </File> + <File + RelativePath="..\..\src\game\World.cpp" + > + </File> + <File + RelativePath="..\..\src\game\World.h" + > + </File> + </Filter> + <Filter + Name="Object" + > + <File + RelativePath="..\..\src\game\AggressorAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\AggressorAI.h" + > + </File> + <File + RelativePath="..\..\src\game\AnimalRandomMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\ArenaTeam.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ArenaTeam.h" + > + </File> + <File + RelativePath="..\..\src\game\AuctionHouseObject.h" + > + </File> + <File + RelativePath="..\..\src\game\Bag.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Bag.h" + > + </File> + <File + RelativePath="..\..\src\game\ConfusedMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ConfusedMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\Corpse.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Corpse.h" + > + </File> + <File + RelativePath="..\..\src\game\Creature.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Creature.h" + > + </File> + <File + RelativePath="..\..\src\game\CreatureAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\CreatureAI.h" + > + </File> + <File + RelativePath="..\..\src\game\CreatureAIImpl.h" + > + </File> + <File + RelativePath="..\..\src\game\CreatureAIRegistry.cpp" + > + </File> + <File + RelativePath="..\..\src\game\CreatureAIRegistry.h" + > + </File> + <File + RelativePath="..\..\src\game\CreatureAISelector.cpp" + > + </File> + <File + RelativePath="..\..\src\game\CreatureAISelector.h" + > + </File> + <File + RelativePath="..\..\src\game\DestinationHolder.cpp" + > + </File> + <File + RelativePath="..\..\src\game\DestinationHolder.h" + > + </File> + <File + RelativePath="..\..\src\game\DestinationHolderImp.h" + > + </File> + <File + RelativePath="..\..\src\game\DynamicObject.cpp" + > + </File> + <File + RelativePath="..\..\src\game\DynamicObject.h" + > + </File> + <File + RelativePath="..\..\src\game\FleeingMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\FleeingMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\Formulas.h" + > + </File> + <File + RelativePath="..\..\src\game\GameObject.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GameObject.h" + > + </File> + <File + RelativePath="..\..\src\game\GuardAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GuardAI.h" + > + </File> + <File + RelativePath="..\..\src\game\Guild.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Guild.h" + > + </File> + <File + RelativePath="..\..\src\game\HateMatrix.h" + > + </File> + <File + RelativePath="..\..\src\game\HomeMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\HomeMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\IdleMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\IdleMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\Item.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Item.h" + > + </File> + <File + RelativePath="..\..\src\game\ItemEnchantmentMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ItemEnchantmentMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\ItemPrototype.h" + > + </File> + <File + RelativePath="..\..\src\game\LootMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\LootMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\MotionMaster.cpp" + > + </File> + <File + RelativePath="..\..\src\game\MotionMaster.h" + > + </File> + <File + RelativePath="..\..\src\game\MovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\MovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\NullCreatureAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\NullCreatureAI.h" + > + </File> + <File + RelativePath="..\..\src\game\Object.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Object.h" + > + </File> + <File + RelativePath="..\..\src\game\ObjectAccessor.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ObjectAccessor.h" + > + </File> + <File + RelativePath="..\..\src\game\ObjectDefines.h" + > + </File> + <File + RelativePath="..\..\src\game\ObjectMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ObjectMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\ObjectPosSelector.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ObjectPosSelector.h" + > + </File> + <File + RelativePath="..\..\src\game\Pet.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Pet.h" + > + </File> + <File + RelativePath="..\..\src\game\PetAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\PetAI.h" + > + </File> + <File + RelativePath="..\..\src\game\Player.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Player.h" + > + </File> + <File + RelativePath="..\..\src\game\PointMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\PointMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\RandomMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\RandomMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\ReactorAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ReactorAI.h" + > + </File> + <File + RelativePath="..\..\src\game\SocialMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\SocialMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\SpellMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\SpellMgr.h" + > + </File> + <File + RelativePath="..\..\src\game\StatSystem.cpp" + > + </File> + <File + RelativePath="..\..\src\game\TargetedMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\TargetedMovementGenerator.h" + > + </File> + <File + RelativePath="..\..\src\game\TemporarySummon.cpp" + > + </File> + <File + RelativePath="..\..\src\game\TemporarySummon.h" + > + </File> + <File + RelativePath="..\..\src\game\Totem.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Totem.h" + > + </File> + <File + RelativePath="..\..\src\game\TotemAI.cpp" + > + </File> + <File + RelativePath="..\..\src\game\TotemAI.h" + > + </File> + <File + RelativePath="..\..\src\game\Traveller.h" + > + </File> + <File + RelativePath="..\..\src\game\Unit.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Unit.h" + > + </File> + <File + RelativePath="..\..\src\game\UnitEvents.h" + > + </File> + <File + RelativePath="..\..\src\game\UpdateFields.h" + > + </File> + <File + RelativePath="..\..\src\game\UpdateMask.h" + > + </File> + <File + RelativePath="..\..\src\game\WaypointMovementGenerator.cpp" + > + </File> + <File + RelativePath="..\..\src\game\WaypointMovementGenerator.h" + > + </File> + </Filter> + <Filter + Name="Server" + > + <File + RelativePath="..\..\src\game\GlobalEvents.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GlobalEvents.h" + > + </File> + <File + RelativePath="..\..\src\game\Opcodes.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Opcodes.h" + > + </File> + <File + RelativePath="..\..\src\game\SharedDefines.h" + > + </File> + <File + RelativePath="..\..\src\game\WorldLog.cpp" + > + </File> + <File + RelativePath="..\..\src\game\WorldLog.h" + > + </File> + <File + RelativePath="..\..\src\game\WorldSession.cpp" + > + </File> + <File + RelativePath="..\..\src\game\WorldSession.h" + > + </File> + <File + RelativePath="..\..\src\game\WorldSocket.cpp" + > + </File> + <File + RelativePath="..\..\src\game\WorldSocket.h" + > + </File> + <File + RelativePath="..\..\src\game\WorldSocketMgr.cpp" + > + </File> + <File + RelativePath="..\..\src\game\WorldSocketMgr.h" + > + </File> + </Filter> + <Filter + Name="Chat Commands" + > + <File + RelativePath="..\..\src\game\debugcmds.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Level0.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Level1.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Level2.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Level3.cpp" + > + </File> + </Filter> + <Filter + Name="Tool" + > + <File + RelativePath="..\..\src\game\Language.h" + > + </File> + <File + RelativePath="..\..\src\game\PlayerDump.cpp" + > + </File> + <File + RelativePath="..\..\src\game\PlayerDump.h" + > + </File> + <File + RelativePath="..\..\src\game\tools.cpp" + > + </File> + <File + RelativePath="..\..\src\game\Tools.h" + > + </File> + </Filter> + <Filter + Name="References" + > + <File + RelativePath="..\..\src\game\FollowerReference.cpp" + > + </File> + <File + RelativePath="..\..\src\game\FollowerReference.h" + > + </File> + <File + RelativePath="..\..\src\game\FollowerRefManager.h" + > + </File> + <File + RelativePath="..\..\src\game\GroupReference.cpp" + > + </File> + <File + RelativePath="..\..\src\game\GroupReference.h" + > + </File> + <File + RelativePath="..\..\src\game\GroupRefManager.h" + > + </File> + <File + RelativePath="..\..\src\game\HostilRefManager.cpp" + > + </File> + <File + RelativePath="..\..\src\game\HostilRefManager.h" + > + </File> + <File + RelativePath="..\..\src\game\ThreatManager.cpp" + > + </File> + <File + RelativePath="..\..\src\game\ThreatManager.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/shared.vcproj b/win/VC90/shared.vcproj new file mode 100644 index 00000000000..368abcff909 --- /dev/null +++ b/win/VC90/shared.vcproj @@ -0,0 +1,778 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="shared" + ProjectGUID="{90297C34-F231-4DF4-848E-A74BCC0E40ED}" + RootNamespace="shared" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + CommandLine="" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="1" + FloatingPointModel="2" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)/shared.pch" + AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib" + OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + CommandLine="" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch" + AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib" + OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + CommandLine="" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="0" + FloatingPointModel="2" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)/shared.pch" + AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib" + OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\shared__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + CommandLine="" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include;..\..\dep\include\g3dlite;..\..\src\framework;..\..\src\shared" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.pch" + AssemblerListingLocation=".\shared__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\shared__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\shared__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + AdditionalDependencies=".\g3dlite__$(PlatformName)_$(ConfigurationName)\g3dlite.lib" + OutputFile=".\shared__$(PlatformName)_$(ConfigurationName)\shared.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Database" + > + <File + RelativePath="..\..\src\shared\Database\Database.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\Database.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DatabaseEnv.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DatabaseImpl.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DatabaseMysql.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DatabaseMysql.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DatabaseSqlite.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DatabaseSqlite.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\Field.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\Field.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\MySQLDelayThread.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\QueryResult.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\QueryResultMysql.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\QueryResultMysql.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\QueryResultSqlite.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\QueryResultSqlite.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\SqlDelayThread.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\SqlDelayThread.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\SqlOperations.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\SqlOperations.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\SQLStorage.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\SQLStorage.h" + > + </File> + <Filter + Name="DataStores" + > + <File + RelativePath="..\..\src\shared\Database\dbcfile.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\dbcfile.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DBCfmt.cpp" + > + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\..\src\shared\Database\DBCStores.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DBCStores.h" + > + </File> + <File + RelativePath="..\..\src\shared\Database\DBCStructure.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="Log" + > + <File + RelativePath="..\..\src\shared\Log.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Log.h" + > + </File> + </Filter> + <Filter + Name="Util" + > + <File + RelativePath="..\..\src\shared\Base.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Base.h" + > + </File> + <File + RelativePath="..\..\src\shared\ByteBuffer.h" + > + </File> + <File + RelativePath="..\..\src\shared\Errors.h" + > + </File> + <File + RelativePath="..\..\dep\include\mersennetwister\MersenneTwister.h" + > + </File> + <File + RelativePath="..\..\src\shared\Mthread.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Mthread.h" + > + </File> + <File + RelativePath="..\..\src\shared\ProgressBar.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\ProgressBar.h" + > + </File> + <File + RelativePath="..\..\src\shared\Timer.h" + > + </File> + <File + RelativePath="..\..\src\shared\Util.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Util.h" + > + </File> + </Filter> + <Filter + Name="Config" + > + <File + RelativePath="..\..\src\shared\Config\Config.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Config\Config.h" + > + </File> + <File + RelativePath="..\..\src\shared\Config\ConfigEnv.h" + > + </File> + <Filter + Name="dotconfpp" + > + <File + RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Config\dotconfpp\dotconfpp.h" + > + </File> + <File + RelativePath="..\..\src\shared\Config\dotconfpp\mempool.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Config\dotconfpp\mempool.h" + > + </File> + </Filter> + </Filter> + <Filter + Name="Auth" + > + <File + RelativePath="..\..\src\shared\Auth\AuthCrypt.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Auth\AuthCrypt.h" + > + </File> + <File + RelativePath="..\..\src\shared\Auth\BigNumber.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Auth\BigNumber.h" + > + </File> + <File + RelativePath="..\..\src\shared\Auth\Hmac.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Auth\Hmac.h" + > + </File> + <File + RelativePath="..\..\src\shared\Auth\Sha1.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Auth\Sha1.h" + > + </File> + </Filter> + <Filter + Name="vmaps" + > + <File + RelativePath="..\..\src\shared\vmap\AABSPTree.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\BaseModel.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\BaseModel.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\CoordModelMapping.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\CoordModelMapping.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\DebugCmdLogger.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\DebugCmdLogger.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\IVMapManager.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\ManagedModelContainer.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\ManagedModelContainer.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\ModelContainer.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\ModelContainer.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\NodeValueAccess.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\ShortBox.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\ShortVector.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\SubModel.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\SubModel.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\TileAssembler.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\TileAssembler.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\TreeNode.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\TreeNode.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\VMapDefinitions.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\VMapFactory.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\VMapFactory.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\VMapManager.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\VMapManager.h" + > + </File> + <File + RelativePath="..\..\src\shared\vmap\VMapTools.h" + > + </File> + </Filter> + <File + RelativePath="..\..\src\shared\Common.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\Common.h" + > + </File> + <File + RelativePath="..\..\src\shared\ServiceWin32.cpp" + > + </File> + <File + RelativePath="..\..\src\shared\ServiceWin32.h" + > + </File> + <File + RelativePath="..\..\src\shared\SystemConfig.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/sockets.vcproj b/win/VC90/sockets.vcproj new file mode 100644 index 00000000000..024ac42292d --- /dev/null +++ b/win/VC90/sockets.vcproj @@ -0,0 +1,531 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="sockets" + ProjectGUID="{04BAF755-0D67-46F8-B1C6-77AE5368F3CB}" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Release|Win32" + OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include\sockets" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="1" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch" + AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include\sockets" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch" + AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="..\..\dep\include\sockets" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + EnableEnhancedInstructionSet="0" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)/sockets.pch" + AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\sockets__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include\sockets" + PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.pch" + AssemblerListingLocation=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ObjectFile=".\sockets__$(PlatformName)_$(ConfigurationName)\" + ProgramDataBaseFileName=".\sockets__$(PlatformName)_$(ConfigurationName)\" + WarningLevel="3" + SuppressStartupBanner="true" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + CompileAs="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile=".\sockets__$(PlatformName)_$(ConfigurationName)\sockets.lib" + SuppressStartupBanner="true" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Header Files" + > + <File + RelativePath="..\..\dep\include\sockets\Base64.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Exception.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\File.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\IFile.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Ipv4Address.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Ipv6Address.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\ISocketHandler.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\ListenSocket.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Lock.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Mutex.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Parse.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\ResolvServer.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\ResolvSocket.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\SctpSocket.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Socket.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\socket_include.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\SocketAddress.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\SocketHandler.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\sockets-config.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\StdLog.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\StdoutLog.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\StreamSocket.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\TcpSocket.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Thread.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\UdpSocket.h" + > + </File> + <File + RelativePath="..\..\dep\include\sockets\Utility.h" + > + </File> + </Filter> + <Filter + Name="Source Files" + > + <File + RelativePath="..\..\dep\src\sockets\Base64.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Exception.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Ipv4Address.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Ipv6Address.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Lock.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Mutex.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Parse.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\ResolvServer.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\ResolvSocket.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Socket.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\socket_include.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\SocketHandler.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\StdoutLog.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\StreamSocket.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\TcpSocket.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Thread.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\UdpSocket.cpp" + > + </File> + <File + RelativePath="..\..\dep\src\sockets\Utility.cpp" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/zlib.vcproj b/win/VC90/zlib.vcproj new file mode 100644 index 00000000000..3a90a858b8a --- /dev/null +++ b/win/VC90/zlib.vcproj @@ -0,0 +1,405 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="zlib" + ProjectGUID="{8F1DEA42-6A5B-4B62-839D-C141A7BFACF2}" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zlib.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="1" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zlib.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zlib.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zlib__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="0" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zlib__$(PlatformName)_$(ConfigurationName)\zlib.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zlib.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\dep\src\zlib\adler32.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\compress.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\crc32.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\deflate.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\example.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\gzio.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\infback.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\inffast.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\inflate.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\inftrees.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\trees.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\uncompr.c" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\zutil.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\dep\src\zlib\crc32.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\deflate.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\inffast.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\inffixed.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\inflate.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\inftrees.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\trees.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\zconf.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\zlib.h" + > + </File> + <File + RelativePath="..\..\dep\src\zlib\zutil.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/win/VC90/zthread.vcproj b/win/VC90/zthread.vcproj new file mode 100644 index 00000000000..8ccfbd4d50a --- /dev/null +++ b/win/VC90/zthread.vcproj @@ -0,0 +1,666 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="zthread" + ProjectGUID="{262199E8-EEDF-4700-A1D1-E9CC901CF480}" + RootNamespace="zthread" + TargetFrameworkVersion="131072" + > + <Platforms> + <Platform + Name="Win32" + /> + <Platform + Name="x64" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zthread.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="1" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zthread.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Debug|x64" + OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zthread.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|x64" + OutputDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + IntermediateDirectory=".\zthread__$(PlatformName)_$(ConfigurationName)" + ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TargetEnvironment="3" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalOptions="/MP" + AdditionalIncludeDirectories="..\..\dep\include" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" + RuntimeLibrary="0" + EnableEnhancedInstructionSet="0" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + PrecompiledHeaderFile=".\zthread__$(PlatformName)_$(ConfigurationName)\zthread.pch" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + CallingConvention="0" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + OutputFile="$(OutDir)/zthread.lib" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\dep\src\zthread\AtomicCount.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ConcurrentExecutor.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Condition.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ConditionImpl.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\config.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\CountingSemaphore.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Debug.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\DeferredInterruptionScope.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\FastLock.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\FastMutex.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\FastRecursiveLock.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\FastRecursiveMutex.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\IntrusivePtr.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Monitor.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Monitor.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Mutex.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\MutexImpl.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\PoolExecutor.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\PriorityCondition.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\PriorityInheritanceMutex.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\PriorityMutex.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\PrioritySemaphore.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\RecursiveMutex.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\RecursiveMutexImpl.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Scheduling.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Semaphore.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\SemaphoreImpl.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\State.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Status.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\SynchronousExecutor.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Thread.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadedExecutor.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadImpl.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadImpl.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadLocalImpl.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadOps.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadOps.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadQueue.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\ThreadQueue.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\Time.cxx" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\TimeStrategy.h" + > + </File> + <File + RelativePath="..\..\dep\src\zthread\TSS.h" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\dep\include\zthread\AtomicCount.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Barrier.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\BiasedReadWriteLock.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\BlockingQueue.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\BoundedQueue.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Cancelable.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\ClassLockable.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\ConcurrentExecutor.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Condition.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Config.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\CountedPtr.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\CountingSemaphore.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Exceptions.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Executor.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\FairReadWriteLock.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\FastMutex.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\FastRecursiveMutex.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Guard.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\GuardedClass.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Lockable.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\LockedQueue.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\MonitoredQueue.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Mutex.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\NonCopyable.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\PoolExecutor.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Priority.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\PriorityCondition.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\PriorityInheritanceMutex.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\PriorityMutex.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\PrioritySemaphore.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Queue.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\ReadWriteLock.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\RecursiveMutex.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Runnable.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Semaphore.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Singleton.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\SynchronousExecutor.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Task.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Thread.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\ThreadedExecutor.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\ThreadLocal.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\ThreadLocalImpl.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Time.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\Waitable.h" + > + </File> + <File + RelativePath="..\..\dep\include\zthread\ZThread.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |