forked from bartvdbraak/blender
f54a113cde
This should bring the projectfiles upto date for msvc7. Moving these to version 7.1 so that the version 8 people don't have such a hard time importing into 2005. Build intern.sln, extern.sln and then blender.sln. Enjoy. :p
544 lines
16 KiB
XML
544 lines
16 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="MoTo"
|
|
SccProjectName=""
|
|
SccLocalPath="">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Blender Release|Win32"
|
|
OutputDirectory="..\..\..\..\..\build\msvc_7\intern\moto"
|
|
IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\moto"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="2"
|
|
AdditionalIncludeDirectories="..\..\include\"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\moto\MoTo.pch"
|
|
AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\moto\"
|
|
ObjectFile="..\..\..\..\..\build\msvc_7\intern\moto\"
|
|
ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\moto\"
|
|
WarningLevel="2"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\libmoto.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copying MOTO files library to lib tree."
|
|
CommandLine="ECHO Copying header files
|
|
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\moto\include MKDIR ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
ECHO Done
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1043"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Blender Debug|Win32"
|
|
OutputDirectory="..\..\..\..\..\build\msvc_7\intern\moto\debug"
|
|
IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\moto\debug"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\include\"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
BufferSecurityCheck="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\moto\debug\MoTo.pch"
|
|
AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\moto\debug\"
|
|
ObjectFile="..\..\..\..\..\build\msvc_7\intern\moto\debug\"
|
|
ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\moto\debug\"
|
|
WarningLevel="2"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\debug\libmoto.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copying MOTO files library (debug target) to lib tree."
|
|
CommandLine="ECHO Copying header files
|
|
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\moto\include MKDIR ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
ECHO Done
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1043"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="3DPlugin Release|Win32"
|
|
OutputDirectory="..\..\..\..\..\build\msvc_7\intern\moto\mtdll"
|
|
IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\moto\mtdll"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="2"
|
|
AdditionalIncludeDirectories="..\..\include\"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\MoTo.pch"
|
|
AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\"
|
|
ObjectFile="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\"
|
|
ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\"
|
|
WarningLevel="2"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\libmoto.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copying MOTO files library to lib tree."
|
|
CommandLine="ECHO Copying header files
|
|
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\moto\include MKDIR ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
ECHO Done
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1043"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="3DPlugin Debug|Win32"
|
|
OutputDirectory="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\debug"
|
|
IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\debug"
|
|
ConfigurationType="4"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\include\"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\debug\MoTo.pch"
|
|
AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\debug\"
|
|
ObjectFile="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\debug\"
|
|
ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\moto\mtdll\debug\"
|
|
WarningLevel="2"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\debug\libmoto.lib"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copying MOTO files library (debug target) to lib tree."
|
|
CommandLine="ECHO Copying header files
|
|
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\moto\include MKDIR ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
XCOPY /Y ..\..\include\*.h ..\..\..\..\..\build\msvc_7\intern\moto\include
|
|
ECHO Done
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1043"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath="..\..\intern\MT_CmMatrix4x4.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Matrix3x3.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Matrix4x4.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Plane3.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Point3.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Quaternion.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_random.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Transform.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Vector2.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Vector3.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\intern\MT_Vector4.cpp">
|
|
<FileConfiguration
|
|
Name="Blender Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3DPlugin Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\include\;../../include;$(NoInherit)"
|
|
WarningLevel="3"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<File
|
|
RelativePath="..\..\include\GEN_List.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\GEN_Map.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_assert.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_CmMatrix4x4.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Matrix3x3.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Matrix4x4.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_MinMax.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Optimize.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Plane3.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Point2.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Point3.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Quaternion.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_random.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Scalar.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Stream.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Transform.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Tuple2.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Tuple3.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Tuple4.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Vector2.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Vector3.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Vector4.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\NM_Scalar.h">
|
|
</File>
|
|
<Filter
|
|
Name="inlines"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\include\MT_Matrix3x3.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Matrix4x4.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Plane3.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Point2.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Point3.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Quaternion.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Vector2.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Vector3.inl">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\include\MT_Vector4.inl">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|