You can press '=' key in any of the demos, such as Bullet/Demos/SoftDemo, to dump a testFile.bullet
444 lines
15 KiB
XML
444 lines
15 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="AppSerializeDemo"
|
|
ProjectGUID="{C8705C47-A73E-4246-955B-90548FDAC4DC}"
|
|
RootNamespace="AppSerializeDemo"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="0"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="AppSerializeDemo.dir\Debug"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
|
MkTypLibCompatible="false"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="true"
|
|
TypeLibraryName="$(InputName).tlb"
|
|
OutputDirectory="$(IntDir)"
|
|
HeaderFileName="$(InputName).h"
|
|
DLLDataFileName=""
|
|
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
ProxyFileName="$(InputName)_p.c"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" /Zm1000 /fp:fast"
|
|
Optimization="0"
|
|
InlineFunctionExpansion="0"
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;USE_GRAPHICAL_BENCHMARK;_IRR_STATIC_LIB_;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"Debug\";DESERIALIZE_SOFT_BODIES"
|
|
ExceptionHandling="1"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
EnableEnhancedInstructionSet="1"
|
|
RuntimeTypeInfo="true"
|
|
AssemblerListingLocation="Debug"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="..\..\..\../AppSerializeDemo.pdb"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_DEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Debug\""
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkLibraryDependencies="true"
|
|
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\lib\Debug\OpenGLSupport.lib ..\..\lib\Debug\BulletWorldImporter.lib ..\..\lib\Debug\BulletDynamics.lib ..\..\lib\Debug\BulletCollision.lib ..\..\lib\Debug\BulletFileLoader.lib ..\..\lib\Debug\LinearMath.lib ..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib "
|
|
OutputFile="..\..\..\..\AppSerializeDemo.exe"
|
|
Version="0.0"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="..\..\..\../AppSerializeDemo.pdb"
|
|
SubSystem="1"
|
|
ImportLibrary="Debug\AppSerializeDemo.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="AppSerializeDemo.dir\Release"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
|
MkTypLibCompatible="false"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="true"
|
|
TypeLibraryName="$(InputName).tlb"
|
|
OutputDirectory="$(IntDir)"
|
|
HeaderFileName="$(InputName).h"
|
|
DLLDataFileName=""
|
|
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
ProxyFileName="$(InputName)_p.c"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" /Zm1000 /fp:fast"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="2"
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;USE_GRAPHICAL_BENCHMARK;_IRR_STATIC_LIB_;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;CMAKE_INTDIR=\"Release\";DESERIALIZE_SOFT_BODIES"
|
|
ExceptionHandling="1"
|
|
RuntimeLibrary="2"
|
|
EnableEnhancedInstructionSet="1"
|
|
RuntimeTypeInfo="true"
|
|
AssemblerListingLocation="Release"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="..\..\..\../AppSerializeDemo.pdb"
|
|
WarningLevel="3"
|
|
CompileAs="2"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"Release\""
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkLibraryDependencies="true"
|
|
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\lib\Release\OpenGLSupport.lib ..\..\lib\Release\BulletWorldImporter.lib ..\..\lib\Release\BulletDynamics.lib ..\..\lib\Release\BulletCollision.lib ..\..\lib\Release\BulletFileLoader.lib ..\..\lib\Release\LinearMath.lib ..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib "
|
|
OutputFile="..\..\..\..\AppSerializeDemo.exe"
|
|
Version="0.0"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""
|
|
ProgramDatabaseFile="..\..\..\../AppSerializeDemo.pdb"
|
|
SubSystem="1"
|
|
ImportLibrary="Release\AppSerializeDemo.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MinSizeRel|Win32"
|
|
OutputDirectory="MinSizeRel"
|
|
IntermediateDirectory="AppSerializeDemo.dir\MinSizeRel"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
|
MkTypLibCompatible="false"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="true"
|
|
TypeLibraryName="$(InputName).tlb"
|
|
OutputDirectory="$(IntDir)"
|
|
HeaderFileName="$(InputName).h"
|
|
DLLDataFileName=""
|
|
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
ProxyFileName="$(InputName)_p.c"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" /Zm1000 /fp:fast"
|
|
Optimization="1"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
|
ExceptionHandling="1"
|
|
RuntimeLibrary="2"
|
|
EnableEnhancedInstructionSet="1"
|
|
RuntimeTypeInfo="true"
|
|
AssemblerListingLocation="MinSizeRel"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="..\..\..\../AppSerializeDemo.pdb"
|
|
WarningLevel="3"
|
|
CompileAs="2"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"MinSizeRel\""
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkLibraryDependencies="false"
|
|
AdditionalOptions=" /STACK:10000000 /machine:X86"
|
|
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\lib\MinSizeRel\OpenGLSupport.lib ..\..\lib\MinSizeRel\BulletWorldImporter.lib ..\..\lib\MinSizeRel\BulletDynamics.lib ..\..\lib\MinSizeRel\BulletCollision.lib ..\..\lib\MinSizeRel\BulletFileLoader.lib ..\..\lib\MinSizeRel\LinearMath.lib ..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib "
|
|
OutputFile="..\..\..\..\AppSerializeDemo.exe"
|
|
Version="0.0"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""
|
|
ProgramDatabaseFile="..\..\..\../AppSerializeDemo.pdb"
|
|
SubSystem="1"
|
|
ImportLibrary="MinSizeRel\AppSerializeDemo.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="RelWithDebInfo|Win32"
|
|
OutputDirectory="RelWithDebInfo"
|
|
IntermediateDirectory="AppSerializeDemo.dir\RelWithDebInfo"
|
|
ConfigurationType="1"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
MkTypLibCompatible="false"
|
|
TargetEnvironment="1"
|
|
GenerateStublessProxies="true"
|
|
TypeLibraryName="$(InputName).tlb"
|
|
OutputDirectory="$(IntDir)"
|
|
HeaderFileName="$(InputName).h"
|
|
DLLDataFileName=""
|
|
InterfaceIdentifierFileName="$(InputName)_i.c"
|
|
ProxyFileName="$(InputName)_p.c"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions=" /Zm1000 /fp:fast"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
ExceptionHandling="1"
|
|
RuntimeLibrary="2"
|
|
EnableEnhancedInstructionSet="1"
|
|
RuntimeTypeInfo="true"
|
|
AssemblerListingLocation="RelWithDebInfo"
|
|
ObjectFile="$(IntDir)\"
|
|
ProgramDataBaseFileName="..\..\..\../AppSerializeDemo.pdb"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
CompileAs="2"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,USE_GRAPHICAL_BENCHMARK,_IRR_STATIC_LIB_,_CRT_SECURE_NO_WARNINGS,_CRT_SECURE_NO_DEPRECATE,_SCL_SECURE_NO_WARNINGS,CMAKE_INTDIR=\"RelWithDebInfo\""
|
|
AdditionalIncludeDirectories="..\..\..\..\Glut;..\..\..\..\src;..\..\..\..\Demos\OpenGL;..\..\..\..\Extras\Serialize\BulletFileLoader;..\..\..\..\Extras\Serialize\BulletWorldImporter;"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
LinkLibraryDependencies="false"
|
|
AdditionalOptions=" /STACK:10000000 /machine:X86 /debug"
|
|
AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\lib\RelWithDebInfo\OpenGLSupport.lib ..\..\lib\RelWithDebInfo\BulletWorldImporter.lib ..\..\lib\RelWithDebInfo\BulletDynamics.lib ..\..\lib\RelWithDebInfo\BulletCollision.lib ..\..\lib\RelWithDebInfo\BulletFileLoader.lib ..\..\lib\RelWithDebInfo\LinearMath.lib ..\..\..\..\Glut\glut32.lib opengl32.lib glu32.lib "
|
|
OutputFile="..\..\..\..\AppSerializeDemo.exe"
|
|
Version="0.0"
|
|
LinkIncremental="1"
|
|
AdditionalLibraryDirectories=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="..\..\..\../AppSerializeDemo.pdb"
|
|
SubSystem="1"
|
|
ImportLibrary="RelWithDebInfo\AppSerializeDemo.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\bullet.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Demos\SerializeDemo\main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Demos\SerializeDemo\SerializeDemo.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
>
|
|
<File
|
|
RelativePath="..\..\..\..\Demos\SerializeDemo\SerializeDemo.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|