mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			1063 lines
		
	
	
	
		
			26 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			1063 lines
		
	
	
	
		
			26 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="Windows-1252"?>
 | 
						|
<VisualStudioProject
 | 
						|
	ProjectType="Visual C++"
 | 
						|
	Version="9.00"
 | 
						|
	Name="MasterServer"
 | 
						|
	ProjectGUID="{6AEBAD84-BCB1-4302-A453-7AAD1DF006DA}"
 | 
						|
	RootNamespace="MasterServer"
 | 
						|
	TargetFrameworkVersion="0"
 | 
						|
	>
 | 
						|
	<Platforms>
 | 
						|
		<Platform
 | 
						|
			Name="Win32"
 | 
						|
		/>
 | 
						|
		<Platform
 | 
						|
			Name="x64"
 | 
						|
		/>
 | 
						|
	</Platforms>
 | 
						|
	<ToolFiles>
 | 
						|
	</ToolFiles>
 | 
						|
	<Configurations>
 | 
						|
		<Configuration
 | 
						|
			Name="Client Release|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 | 
						|
			UseOfMFC="0"
 | 
						|
			ATLMinimizesCRunTimeLibraryUsage="false"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TypeLibraryName=".\../../bin/VC/Release/MasterClient/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="1"
 | 
						|
				PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				StringPooling="true"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				EnableFunctionLevelLinking="true"
 | 
						|
				PrecompiledHeaderFile=".\../../objs/VC/Release/MasterClient/Master.pch"
 | 
						|
				AssemblerListingLocation=".\../../objs/VC/Release/MasterClient/"
 | 
						|
				ObjectFile=".\../../objs/VC/Release/MasterClient/"
 | 
						|
				ProgramDataBaseFileName=".\../../objs/VC/Release/MasterClient/"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="NDEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="1"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				ProgramDatabaseFile=".\../../bin/VC/Release/MasterClient/MasterClient.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="1"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile=".\../../bin/VC/Release/MasterClient/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Client Debug|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 | 
						|
			UseOfMFC="0"
 | 
						|
			ATLMinimizesCRunTimeLibraryUsage="false"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TypeLibraryName=".\../../bin/VC/Debug/MasterClient/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				PreprocessorDefinitions="_DEBUG;_WIN32;__DEBUG__;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				PrecompiledHeaderFile=".\../../objs/VC/Debug/MasterClient/Master.pch"
 | 
						|
				AssemblerListingLocation=".\../../objs/VC/Debug/MasterClient/"
 | 
						|
				ObjectFile=".\../../objs/VC/Debug/MasterClient/"
 | 
						|
				ProgramDataBaseFileName=".\../../objs/VC/Debug/MasterClient/"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="_DEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="2"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile=".\../../bin/VC/Debug/MasterClient/MasterClient.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="1"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile=".\../../bin/VC/Debug/MasterClient/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Debug|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 | 
						|
			UseOfMFC="0"
 | 
						|
			ATLMinimizesCRunTimeLibraryUsage="false"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TypeLibraryName=".\../../bin/VC/Debug/MasterServer/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				PreprocessorDefinitions="_DEBUG;_WIN32;__DEBUG__;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				PrecompiledHeaderFile=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\Master.pch"
 | 
						|
				AssemblerListingLocation=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ObjectFile=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ProgramDataBaseFileName=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="_DEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib libmysql.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="2"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile=".\bin/VC/Debug/MasterServer/MasterServer.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="1"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile="./bin/VC/Debug/MasterServer/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Release|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
 | 
						|
			UseOfMFC="0"
 | 
						|
			ATLMinimizesCRunTimeLibraryUsage="false"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TypeLibraryName=".\../../bin/VC/Release/MasterServer/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="1"
 | 
						|
				PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				StringPooling="true"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				EnableFunctionLevelLinking="true"
 | 
						|
				PrecompiledHeaderFile=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\Master.pch"
 | 
						|
				AssemblerListingLocation=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ObjectFile=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ProgramDataBaseFileName=".\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="NDEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib libmysql.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="1"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				ProgramDatabaseFile="./bin/VC/Release/MasterServer/MasterServer.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="1"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile="./bin/VC/Release/MasterServer/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Client Release|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.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/VC/Release/MasterClient/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="1"
 | 
						|
				PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				StringPooling="true"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				EnableFunctionLevelLinking="true"
 | 
						|
				PrecompiledHeaderFile=".\../../objs/VC/Release/MasterClient/Master.pch"
 | 
						|
				AssemblerListingLocation=".\../../objs/VC/Release/MasterClient/"
 | 
						|
				ObjectFile=".\../../objs/VC/Release/MasterClient/"
 | 
						|
				ProgramDataBaseFileName=".\../../objs/VC/Release/MasterClient/"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="NDEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="1"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				ProgramDatabaseFile=".\../../bin/VC/Release/MasterClient/MasterClient.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="17"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile=".\../../bin/VC/Release/MasterClient/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Client Debug|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.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/VC/Debug/MasterClient/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				PreprocessorDefinitions="_DEBUG;_WIN32;__DEBUG__;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				PrecompiledHeaderFile=".\../../objs/VC/Debug/MasterClient/Master.pch"
 | 
						|
				AssemblerListingLocation=".\../../objs/VC/Debug/MasterClient/"
 | 
						|
				ObjectFile=".\../../objs/VC/Debug/MasterClient/"
 | 
						|
				ProgramDataBaseFileName=".\../../objs/VC/Debug/MasterClient/"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="_DEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="2"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile=".\../../bin/VC/Debug/MasterClient/MasterClient.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="17"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile=".\../../bin/VC/Debug/MasterClient/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Debug|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.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/VC/Debug/MasterServer/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				PreprocessorDefinitions="_DEBUG;_WIN32;__DEBUG__;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				PrecompiledHeaderFile=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\Master.pch"
 | 
						|
				AssemblerListingLocation=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ObjectFile=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ProgramDataBaseFileName=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="_DEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib libmysql.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="2"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile=".\../../bin/VC/Debug/MasterServer/MasterServer.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="17"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile=".\../../bin/VC/Debug/MasterServer/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Release|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="1"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.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/VC/Release/MasterServer/Master.tlb"
 | 
						|
				HeaderFileName=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="1"
 | 
						|
				PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;__STDC__;_POSIX_;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				StringPooling="true"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				EnableFunctionLevelLinking="true"
 | 
						|
				PrecompiledHeaderFile=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\Master.pch"
 | 
						|
				AssemblerListingLocation=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ObjectFile=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				ProgramDataBaseFileName=".\..\..\objs\VC9\$(PlatformName)\$(ConfigurationName)\MasterServer\"
 | 
						|
				BrowseInformation="1"
 | 
						|
				WarningLevel="4"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
				PreprocessorDefinitions="NDEBUG"
 | 
						|
				Culture="1033"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="wsock32.lib libmysql.lib"
 | 
						|
				OutputFile=".\bin\VC\$(PlatformName)\$(ConfigurationName)\MasterServer.exe"
 | 
						|
				LinkIncremental="1"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				ProgramDatabaseFile=".\../../bin/VC/Release/MasterServer/MasterServer.pdb"
 | 
						|
				SubSystem="1"
 | 
						|
				RandomizedBaseAddress="1"
 | 
						|
				DataExecutionPrevention="0"
 | 
						|
				TargetMachine="17"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
				SuppressStartupBanner="true"
 | 
						|
				OutputFile=".\../../bin/VC/Release/MasterServer/Master.bsc"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
	</Configurations>
 | 
						|
	<References>
 | 
						|
	</References>
 | 
						|
	<Files>
 | 
						|
		<Filter
 | 
						|
			Name="Source Files"
 | 
						|
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath="common.cpp"
 | 
						|
				>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath="crypt.cpp"
 | 
						|
				>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath="ipcs.cpp"
 | 
						|
				>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\md5.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath="server.cpp"
 | 
						|
				>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|Win32"
 | 
						|
					ExcludedFromBuild="true"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|Win32"
 | 
						|
					ExcludedFromBuild="true"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|Win32"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Release|x64"
 | 
						|
					ExcludedFromBuild="true"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Client Debug|x64"
 | 
						|
					ExcludedFromBuild="true"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Debug|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
				<FileConfiguration
 | 
						|
					Name="Release|x64"
 | 
						|
					>
 | 
						|
					<Tool
 | 
						|
						Name="VCCLCompilerTool"
 | 
						|
						PreprocessorDefinitions=""
 | 
						|
					/>
 | 
						|
				</FileConfiguration>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Header Files"
 | 
						|
			Filter="h;hpp;hxx;hm;inl"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath="common.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath="ipcs.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\md5.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Resource Files"
 | 
						|
			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 | 
						|
			>
 | 
						|
		</Filter>
 | 
						|
	</Files>
 | 
						|
	<Globals>
 | 
						|
	</Globals>
 | 
						|
</VisualStudioProject>
 |