Add yasim test program to the MSVC solution
This commit is contained in:
parent
e48663b87d
commit
0ebe4798a9
3 changed files with 298 additions and 0 deletions
|
@ -12,5 +12,7 @@ MIDGsmooth_Debug
|
|||
MIDGsmooth_Release
|
||||
UGsmooth_Debug
|
||||
UGsmooth_Release
|
||||
yasim_Debug
|
||||
yasim_Release
|
||||
FlightGear.ncb
|
||||
FlightGear.suo
|
||||
|
|
|
@ -37,6 +37,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UGsmooth", "UGsmooth.vcproj
|
|||
{22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yasim", "yasim.vcproj", "{800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
Debug = Debug
|
||||
|
@ -75,6 +80,10 @@ Global
|
|||
{EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Debug.Build.0 = Debug|Win32
|
||||
{EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Release.ActiveCfg = Release|Win32
|
||||
{EEEEB798-BFFD-425F-86F9-03C6FE6B8B99}.Release.Build.0 = Release|Win32
|
||||
{800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Debug.ActiveCfg = Debug|Win32
|
||||
{800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Debug.Build.0 = Debug|Win32
|
||||
{800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Release.ActiveCfg = Release|Win32
|
||||
{800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
|
|
287
projects/VC7.1/yasim.vcproj
Executable file
287
projects/VC7.1/yasim.vcproj
Executable file
|
@ -0,0 +1,287 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="yasim"
|
||||
ProjectGUID="{800CB1FF-C398-4B81-B3D6-8BBD9E0897D2}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"/>
|
||||
</Platforms>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(ProjectName)_Debug"
|
||||
IntermediateDirectory="$(ProjectName)_Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\src;..\..\..\SimGear;..\..\..;..\..\..\OpenSceneGraph\include;..\..\..\OpenThreads\include"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NOMINMAX"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="4"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/yasim.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/yasim.pdb"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(ProjectName)_Release"
|
||||
IntermediateDirectory="$(ProjectName)_Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\..\src;..\..\..\SimGear;..\..\..;..\..\..\OpenSceneGraph\include;..\..\..\OpenThreads\include"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;NOMINMAX"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeTypeInfo="TRUE"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/yasim.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
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="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Airplane.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Atmosphere.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\ControlMap.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\FGFDM.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Gear.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Glue.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Ground.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Hook.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Integrator.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Jet.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Launchbar.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Math.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Model.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\PistonEngine.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Propeller.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\PropEngine.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\RigidBody.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Rotor.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Rotorpart.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\SimpleJet.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Surface.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Thruster.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\TurbineEngine.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Turbulence.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Wing.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\yasim-test.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Airplane.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Atmosphere.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\ControlMap.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\FGFDM.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Gear.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Glue.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Ground.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Hook.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Integrator.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Jet.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Launchbar.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Math.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Model.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\PistonEngine.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Propeller.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\PropEngine.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\RigidBody.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Rotor.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Rotorpart.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\SimpleJet.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Surface.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Thruster.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\TurbineEngine.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Turbulence.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\YASim\Wing.hpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Loading…
Reference in a new issue