<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="ZEngine"
	ProjectGUID="{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
	Keyword="Win32Proj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="4"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
				OmitFramePointers="TRUE"
				AdditionalIncludeDirectories="../include"
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
				StringPooling="TRUE"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="TRUE"
				UsePrecompiledHeader="0"
				WarningLevel="4"
				WarnAsError="TRUE"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
				OutputFile="../lib/ZEngineS.lib"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="Source Implementations"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
			<File
				RelativePath="..\src\external\SDLGL_Util.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_Utility.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZClient.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZConfigFile.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZEngine.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZError.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZFont.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZImage.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZMusic.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZRect.cpp">
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						ObjectFile="$(IntDir)/$(InputName)1.obj"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="..\src\ZE_ZServer.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZSound.cpp">
			</File>
			<File
				RelativePath="..\src\ZE_ZTimer.cpp">
			</File>
			<File
				RelativePath="..\src\external\mt19937ar.cpp">
			</File>
			<File
				RelativePath="..\src\external\physfsrwops.cpp">
			</File>
		</Filter>
		<Filter
			Name="Source Headers"
			Filter="h;hpp;hxx;hm;inl;inc">
			<File
				RelativePath="..\include\external\SDLGL_Util.h">
			</File>
			<File
				RelativePath="..\include\ZE_Defines.h">
			</File>
			<File
				RelativePath="..\include\ZE_Includes.h">
			</File>
			<File
				RelativePath="..\include\ZE_Utility.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZClient.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZConfigFile.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZEngine.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZError.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZFont.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZImage.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZMusic.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZRect.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZServer.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZSound.h">
			</File>
			<File
				RelativePath="..\include\ZE_ZTimer.h">
			</File>
			<File
				RelativePath="..\include\ZEngine.h">
			</File>
			<File
				RelativePath="..\include\external\mt19937ar.h">
			</File>
			<File
				RelativePath="..\include\external\physfsrwops.h">
			</File>
		</Filter>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>