From: <sto...@us...> - 2003-10-12 21:10:09
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/VisualStudio/CSPSimAppli In directory sc8-pr-cvs1:/tmp/cvs-serv29967 Modified Files: Tag: systems CSPSimAppli.vcproj Log Message: no message Index: CSPSimAppli.vcproj =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/VisualStudio/CSPSimAppli/CSPSimAppli.vcproj,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -C2 -d -r1.11 -r1.11.2.1 *** CSPSimAppli.vcproj 19 Jul 2003 14:09:03 -0000 1.11 --- CSPSimAppli.vcproj 12 Oct 2003 21:10:05 -0000 1.11.2.1 *************** *** 1,6 **** ! <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.00" Name="CSPSimAppli" SccProjectName="" --- 1,6 ---- ! <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" ! Version="7.10" Name="CSPSimAppli" SccProjectName="" *************** *** 68,72 **** --- 68,78 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration *************** *** 132,138 **** --- 138,152 ---- Name="VCWebServiceProxyGeneratorTool"/> <Tool + Name="VCXMLDataGeneratorTool"/> + <Tool Name="VCWebDeploymentTool"/> + <Tool + Name="VCManagedWrapperGeneratorTool"/> + <Tool + Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> + <References> + </References> <Files> <Filter *************** *** 149,152 **** --- 163,169 ---- </File> <File + RelativePath="..\..\Source\base.cpp"> + </File> + <File RelativePath="..\..\Source\BaseDynamics.cpp"> </File> *************** *** 155,159 **** </File> <File ! RelativePath="..\..\Source\CSPSim.cpp"> </File> <File --- 172,188 ---- </File> <File ! RelativePath="..\..\Source\cCSP_wrap.cpp"> ! <FileConfiguration ! Name="Release|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! PreprocessorDefinitions="SWIG_NOINCLUDE"/> ! </FileConfiguration> ! <FileConfiguration ! Name="Debug|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! PreprocessorDefinitions="SWIG_NOINCLUDE"/> ! </FileConfiguration> </File> <File *************** *** 188,195 **** </File> <File ! RelativePath="..\..\Source\DemeterTerrain.cpp"> </File> <File ! RelativePath="..\..\Source\DynamicObject.cpp"> </File> <File --- 217,224 ---- </File> <File ! RelativePath="..\..\Source\CSPSim.cpp"> </File> <File ! RelativePath="..\..\Source\DemeterTerrain.cpp"> </File> <File *************** *** 197,200 **** --- 226,232 ---- </File> <File + RelativePath="..\..\Source\DynamicObject.cpp"> + </File> + <File RelativePath="..\..\Source\Engine.cpp"> </File> *************** *** 224,227 **** --- 256,262 ---- </File> <File + RelativePath="..\..\Source\main.cpp"> + </File> + <File RelativePath="..\..\Source\MenuScreen.cpp"> </File> *************** *** 278,309 **** </File> <File ! RelativePath="..\..\Source\VirtualBattlefield.cpp"> ! </File> ! <File ! RelativePath="..\..\Source\VirtualScene.cpp"> ! </File> ! <File ! RelativePath="..\..\Source\base.cpp"> ! </File> ! <File ! RelativePath="..\..\Source\cCSP_wrap.cpp"> ! <FileConfiguration ! Name="Release|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! PreprocessorDefinitions="SWIG_NOINCLUDE"/> ! </FileConfiguration> ! <FileConfiguration ! Name="Debug|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! PreprocessorDefinitions="SWIG_NOINCLUDE"/> ! </FileConfiguration> </File> <File ! RelativePath="..\..\Source\main.cpp"> </File> <File ! RelativePath="..\..\Source\trees.cpp"> </File> <Filter --- 313,323 ---- </File> <File ! RelativePath="..\..\Source\trees.cpp"> </File> <File ! RelativePath="..\..\Source\VirtualBattlefield.cpp"> </File> <File ! RelativePath="..\..\Source\VirtualScene.cpp"> </File> <Filter *************** *** 376,382 **** </File> <File - RelativePath="..\..\Include\CSPSim.h"> - </File> - <File RelativePath="..\..\Include\Collision.h"> </File> --- 390,393 ---- *************** *** 385,388 **** --- 396,402 ---- </File> <File + RelativePath="..\..\Include\compiler.h"> + </File> + <File RelativePath="..\..\Include\Config.h"> </File> *************** *** 394,397 **** --- 408,417 ---- </File> <File + RelativePath="..\..\Include\CSPSim.h"> + </File> + <File + RelativePath="..\..\Include\debug_types.h"> + </File> + <File RelativePath="..\..\Include\DemeterTerrain.h"> </File> *************** *** 400,407 **** </File> <File ! RelativePath="..\..\Include\DynamicObject.h"> </File> <File ! RelativePath="..\..\Include\DynamicalSystem.h"> </File> <File --- 420,427 ---- </File> <File ! RelativePath="..\..\Include\DynamicalSystem.h"> </File> <File ! RelativePath="..\..\Include\DynamicObject.h"> </File> <File *************** *** 503,512 **** <File RelativePath="..\..\Include\VirtualScene.h"> - </File> - <File - RelativePath="..\..\Include\compiler.h"> - </File> - <File - RelativePath="..\..\Include\debug_types.h"> </File> </Filter> --- 523,526 ---- |