added ZAnimTest
This commit is contained in:
parent
5a817e1c70
commit
c6df470cf6
75
vc7/ZAnimTest.vcproj
Normal file
75
vc7/ZAnimTest.vcproj
Normal file
@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Name="ZAnimTest"
|
||||
ProjectGUID="{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
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="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="sdl.lib
|
||||
sdlmain.lib
|
||||
opengl32.lib
|
||||
sdl_ttf.lib
|
||||
sdl_mixer.lib
|
||||
sdl_image.lib
|
||||
ZEngineS.lib"
|
||||
OutputFile="../test/bin/ZAnimTest.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="../lib"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="..\test\ZAnimTest.cpp">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -1,6 +1,4 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZEngine", "ZEngine.vcproj", "{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZImageTest", "ZImageTest.vcproj", "{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZFontTest", "ZFontTest.vcproj", "{999F6F58-3518-4F66-AEDD-FAD808DA2878}"
|
||||
@ -17,26 +15,18 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZRectTest", "ZRectTest.vcpr
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZParticleTest", "ZParticleTest.vcproj", "{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZAnimTest", "ZAnimTest.vcproj", "{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZEngine", "ZEngine.vcproj", "{65AA7404-28C1-4B15-979E-4D3A14092CC1}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
ConfigName.0 = Debug
|
||||
ConfigName.1 = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectDependencies) = postSolution
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
{999F6F58-3518-4F66-AEDD-FAD808DA2878}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
{18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
{C658B38D-B4E7-434D-8431-88BAD8CF0781}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
{68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.ActiveCfg = Release|Win32
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.Build.0 = Release|Win32
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.ActiveCfg = Release|Win32
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.Build.0 = Release|Win32
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.ActiveCfg = Release|Win32
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.Build.0 = Release|Win32
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Release.ActiveCfg = Release|Win32
|
||||
@ -69,6 +59,14 @@ Global
|
||||
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Debug.Build.0 = Release|Win32
|
||||
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Release.ActiveCfg = Release|Win32
|
||||
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Release.Build.0 = Release|Win32
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.ActiveCfg = Release|Win32
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.Build.0 = Release|Win32
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Release.ActiveCfg = Release|Win32
|
||||
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Release.Build.0 = Release|Win32
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.ActiveCfg = Release|Win32
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.Build.0 = Release|Win32
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.ActiveCfg = Release|Win32
|
||||
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
|
Loading…
Reference in New Issue
Block a user