2010-11-12 16:25:14 +08:00
|
|
|
<?xml version="1.0" encoding="gb2312"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9.00"
|
2010-11-17 10:16:21 +08:00
|
|
|
Name="tests"
|
2010-11-12 16:25:14 +08:00
|
|
|
ProjectGUID="{76A39BB2-9B84-4C65-98A5-654D86B86F2A}"
|
|
|
|
RootNamespace="test_win32"
|
|
|
|
Keyword="Win32Proj"
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2010-11-17 10:46:43 +08:00
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName).win32"
|
2010-11-17 10:16:21 +08:00
|
|
|
IntermediateDirectory="$(ConfigurationName).win32"
|
2010-11-12 16:25:14 +08:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2011-03-09 12:00:04 +08:00
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)cocos2dx\platform";"$(SolutionDir)cocos2dx";"$(SolutionDir)cocos2dx\include";"$(SolutionDir)";"$(SolutionDir)chipmunk\include\chipmunk";"$(SolutionDir)CocosDenshion\include";..\tests;"$(SolutionDir)cocos2dx\platform\third_party\win32\OGLES";..\;.\"
|
2010-11-12 16:25:14 +08:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_MATH_DEFINES;GL_GLEXT_PROTOTYPES"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
DisableSpecificWarnings="4244;4996"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2011-03-10 12:00:29 +08:00
|
|
|
AdditionalDependencies="libcocos2d.lib libgles_cm.lib libBox2d.lib libchipmunk.lib"
|
2010-11-17 10:46:43 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).exe"
|
2010-11-12 16:25:14 +08:00
|
|
|
LinkIncremental="2"
|
|
|
|
AdditionalLibraryDirectories=""$(OutDir)""
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
2011-01-17 18:01:20 +08:00
|
|
|
CommandLine="copy_res.bat "$(OutDir)""
|
2010-11-12 16:25:14 +08:00
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
2010-11-17 10:46:43 +08:00
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName).win32"
|
2010-11-17 10:16:21 +08:00
|
|
|
IntermediateDirectory="$(ConfigurationName).win32"
|
2010-11-12 16:25:14 +08:00
|
|
|
ConfigurationType="1"
|
|
|
|
CharacterSet="1"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
2011-03-10 12:00:29 +08:00
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)cocos2dx\platform";"$(SolutionDir)cocos2dx";"$(SolutionDir)cocos2dx\include";"$(SolutionDir)";"$(SolutionDir)chipmunk\include\chipmunk";"$(SolutionDir)CocosDenshion\include";..\tests;"$(SolutionDir)cocos2dx\platform\third_party\win32\OGLES";..\;.\"
|
2010-11-12 16:25:14 +08:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_MATH_DEFINES;GL_GLEXT_PROTOTYPES"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4244;4996"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2011-03-10 12:00:29 +08:00
|
|
|
AdditionalDependencies="libcocos2d.lib libgles_cm.lib libBox2d.lib libchipmunk.lib"
|
2010-11-17 10:46:43 +08:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).exe"
|
2010-11-12 16:25:14 +08:00
|
|
|
LinkIncremental="1"
|
|
|
|
AdditionalLibraryDirectories=""$(OutDir)""
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
2011-01-17 18:01:20 +08:00
|
|
|
CommandLine="copy_res.bat "$(OutDir)""
|
2010-11-12 16:25:14 +08:00
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
2011-03-01 14:28:39 +08:00
|
|
|
Name="win32"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
<File
|
2010-12-20 12:47:56 +08:00
|
|
|
RelativePath=".\main.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2010-12-20 12:47:56 +08:00
|
|
|
RelativePath=".\main.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
2011-03-01 14:28:39 +08:00
|
|
|
Name="classes"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\AppDelegate.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\AppDelegate.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<Filter
|
2011-03-01 14:28:39 +08:00
|
|
|
Name="tests"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\controller.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\controller.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\testBasic.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\testBasic.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\testResource.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\tests.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
<Filter
|
|
|
|
Name="ActionsTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ActionsTest\ActionsTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ActionsTest\ActionsTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="TransitionsTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\TransitionsTest\TransitionsTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\TransitionsTest\TransitionsTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="ProgressActionsTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ProgressActionsTest\ProgressActionsTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ProgressActionsTest\ProgressActionsTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2010-11-12 16:25:14 +08:00
|
|
|
<Filter
|
2011-03-01 14:28:39 +08:00
|
|
|
Name="EffectsTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\EffectsTest\EffectsTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\EffectsTest\EffectsTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="ClickAndMoveTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ClickAndMoveTest\ClickAndMoveTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ClickAndMoveTest\ClickAndMoveTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="RotateWorldTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\RotateWorldTest\RotateWorldTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\RotateWorldTest\RotateWorldTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="ParticleTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ParticleTest\ParticleTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ParticleTest\ParticleTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="EaseActionsTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\EaseActionsTest\EaseActionsTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\EaseActionsTest\EaseActionsTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="MotionStreakTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\MotionStreakTest\MotionStreakTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\MotionStreakTest\MotionStreakTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="DrawPrimitivesTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\DrawPrimitivesTest\DrawPrimitivesTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\DrawPrimitivesTest\DrawPrimitivesTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="CocosNodeTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\CocosNodeTest\CocosNodeTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\CocosNodeTest\CocosNodeTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="TouchesTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TouchesTest\Ball.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TouchesTest\Ball.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TouchesTest\Paddle.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TouchesTest\Paddle.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TouchesTest\TouchesTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TouchesTest\TouchesTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="MenuTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\MenuTest\MenuTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\MenuTest\MenuTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="ActionManagerTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ActionManagerTest\ActionManagerTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ActionManagerTest\ActionManagerTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="LayerTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\LayerTest\LayerTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\LayerTest\LayerTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="SceneTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\SceneTest\SceneTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\SceneTest\SceneTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="ParallaxTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ParallaxTest\ParallaxTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\ParallaxTest\ParallaxTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="TileMapTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TileMapTest\TileMapTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\TileMapTest\TileMapTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="IntervalTest"
|
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\IntervalTest\IntervalTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-01 14:28:39 +08:00
|
|
|
RelativePath="..\tests\IntervalTest\IntervalTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-03-01 14:28:39 +08:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
2011-03-02 17:34:26 +08:00
|
|
|
Name="LabelTest"
|
2011-03-01 14:28:39 +08:00
|
|
|
>
|
2010-11-12 16:25:14 +08:00
|
|
|
<File
|
2011-03-02 17:34:26 +08:00
|
|
|
RelativePath="..\tests\LabelTest\LabelTest.cpp"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-03-02 17:34:26 +08:00
|
|
|
RelativePath="..\tests\LabelTest\LabelTest.h"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2011-03-01 14:28:39 +08:00
|
|
|
<Filter
|
|
|
|
Name="SpriteTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\SpriteTest\SpriteTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\SpriteTest\SpriteTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="SchedulerTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\SchedulerTest\SchedulerTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\SchedulerTest\SchedulerTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="RenderTextureTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\RenderTextureTest\RenderTextureTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\RenderTextureTest\RenderTextureTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="ChipmunkTest"
|
2010-11-12 16:25:14 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Bounce.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\ChipmunkDemo.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\cocos2dChipmunkDemo.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\cocos2dChipmunkDemo.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\drawSpace.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\drawSpace.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Joints.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\LogoSmash.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\MagnetsElectric.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\OneWay.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Planet.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Player.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Plink.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Pump.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\PyramidStack.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\PyramidTopple.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Query.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Sensors.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Simple.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Springies.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\TheoJansen.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\Tumble.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\ChipmunkTest\UnsafeOps.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Box2dTest"
|
2010-12-14 10:23:20 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTest\Box2dTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTest\Box2dTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Box2DTestBed"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Box2dView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Box2dView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\GLES-Render.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\GLES-Render.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Test.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Test.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\TestEntries.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="Tests"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\ApplyForce.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\BodyTypes.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Breakable.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Bridge.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Cantilever.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Chain.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\CharacterCollision.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\CollisionFiltering.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\CollisionProcessing.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\CompoundShapes.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Confined.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\ContinuousTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\DistanceTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Dominos.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\DynamicTreeTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\EdgeShapes.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\ElasticBody.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Gears.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\LineJoint.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\OneSidedPlatform.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\PolyCollision.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\PolyShapes.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Prismatic.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Pulleys.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Pyramid.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\RayCast.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Revolute.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\SensorTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\ShapeEditing.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\SliderCrank.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\SphereStack.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\TheoJansen.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\TimeOfImpact.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\VaryingFriction.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\VaryingRestitution.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\VerticalStack.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\Box2DTestBed\Tests\Web.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="EffectsAdvancedTest"
|
2010-12-14 10:23:20 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\EffectsAdvancedTest\EffectsAdvancedTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\EffectsAdvancedTest\EffectsAdvancedTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="HiResTest"
|
2011-01-19 16:00:19 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\HiResTest\HiResTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\HiResTest\HiResTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="KeypadTest"
|
2011-01-19 16:00:19 +08:00
|
|
|
>
|
2011-03-01 14:28:39 +08:00
|
|
|
<File
|
|
|
|
RelativePath="..\tests\KeypadTest\KeypadTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\KeypadTest\KeypadTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="CocosDenshionTest"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\CocosDenshionTest\CocosDenshionTest.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\tests\CocosDenshionTest\CocosDenshionTest.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2011-01-19 16:00:19 +08:00
|
|
|
</Filter>
|
2010-11-12 16:25:14 +08:00
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|