2006-02-10 22:01:20 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.10"
|
|
|
|
Name="modelmd3"
|
|
|
|
ProjectGUID="{C2A5530D-C2DB-4503-A651-4B92AEC5FE74}"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="Debug"
|
|
|
|
IntermediateDirectory="Debug"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="../../include;../../libs;"../../../STLPort-4.6/stlport";"../../../gtk2-2.4/include/glib-2.0";"../../../gtk2-2.4/lib/glib-2.0/include""
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MODELMD3_EXPORTS"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
ExceptionHandling="FALSE"
|
|
|
|
BasicRuntimeChecks="0"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
BufferSecurityCheck="FALSE"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
BrowseInformation="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="3"
|
2006-03-26 03:13:17 +00:00
|
|
|
CompileAs="2"
|
2006-02-10 22:01:20 +00:00
|
|
|
DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="glib-2.0.lib"
|
|
|
|
OutputFile="$(OutDir)/modelmd3.dll"
|
|
|
|
LinkIncremental="1"
|
2006-03-26 03:13:17 +00:00
|
|
|
SuppressStartupBanner="TRUE"
|
2006-02-10 22:01:20 +00:00
|
|
|
AdditionalLibraryDirectories=""../../../gtk2-2.4/lib""
|
|
|
|
IgnoreDefaultLibraryNames="msvcprtd.lib"
|
|
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
|
|
GenerateDebugInformation="TRUE"
|
2006-03-26 03:13:17 +00:00
|
|
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
2006-02-10 22:01:20 +00:00
|
|
|
SubSystem="2"
|
|
|
|
ImportLibrary="$(OutDir)/modelmd3.lib"
|
|
|
|
TargetMachine="1"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\modules"
|
2006-03-26 03:13:17 +00:00
|
|
|
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\modules"
|
|
|
|
"/>
|
2006-02-10 22:01:20 +00:00
|
|
|
<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="Release"
|
|
|
|
IntermediateDirectory="Release"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="TRUE">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
GlobalOptimizations="TRUE"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
EnableIntrinsicFunctions="TRUE"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OptimizeForWindowsApplication="FALSE"
|
|
|
|
AdditionalIncludeDirectories="../../include;../../libs;"../../../STLPort-4.6/stlport";"../../../gtk2-2.4/include/glib-2.0";"../../../gtk2-2.4/lib/glib-2.0/include""
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MODELMD3_EXPORTS"
|
|
|
|
StringPooling="TRUE"
|
|
|
|
ExceptionHandling="FALSE"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
BufferSecurityCheck="FALSE"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="4"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="3"
|
2006-03-26 03:13:17 +00:00
|
|
|
CompileAs="2"
|
2006-02-10 22:01:20 +00:00
|
|
|
DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="glib-2.0.lib"
|
|
|
|
OutputFile="$(OutDir)/modelmd3.dll"
|
|
|
|
LinkIncremental="1"
|
2006-03-26 03:13:17 +00:00
|
|
|
SuppressStartupBanner="TRUE"
|
2006-02-10 22:01:20 +00:00
|
|
|
AdditionalLibraryDirectories=""../../../gtk2-2.4/lib""
|
|
|
|
IgnoreDefaultLibraryNames="msvcprt.lib"
|
|
|
|
ModuleDefinitionFile="$(ProjectName).def"
|
|
|
|
GenerateDebugInformation="TRUE"
|
2006-03-26 03:13:17 +00:00
|
|
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
2006-02-10 22:01:20 +00:00
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
ImportLibrary="$(OutDir)/modelmd3.lib"
|
|
|
|
TargetMachine="1"
|
|
|
|
FixedBaseAddress="0"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install\modules"
|
2006-03-26 03:13:17 +00:00
|
|
|
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install\modules"
|
|
|
|
"/>
|
2006-02-10 22:01:20 +00:00
|
|
|
<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="src"
|
|
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
|
|
<File
|
|
|
|
RelativePath=".\plugin.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\plugin.h">
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="modules"
|
|
|
|
Filter="">
|
|
|
|
<File
|
|
|
|
RelativePath=".\md2.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md2.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md3.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md3.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md5.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md5.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdc.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdc.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdl.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdl.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdlimage.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdlimage.h">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="components"
|
|
|
|
Filter="">
|
|
|
|
<File
|
|
|
|
RelativePath=".\ident.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md3normals.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md3normals.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdlformat.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdlformat.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdlnormals.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\mdlnormals.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\model.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\model.h">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\debug.py">
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2006-03-26 03:13:17 +00:00
|
|
|
CommandLine="python "$(SolutionDir)debug.py"
|
|
|
|
"
|
2006-02-10 22:01:20 +00:00
|
|
|
AdditionalDependencies=""$(SolutionDir)install\modules\$(TargetName).pdb""
|
|
|
|
Outputs=""$(TargetDir)$(TargetName).pdb""/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2006-03-26 03:13:17 +00:00
|
|
|
CommandLine="python "$(SolutionDir)debug.py"
|
|
|
|
"
|
2006-02-10 22:01:20 +00:00
|
|
|
AdditionalDependencies=""$(SolutionDir)install\modules\$(TargetName).pdb""
|
|
|
|
Outputs=""$(TargetDir)$(TargetName).pdb""/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\modelmd3.def">
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
CommandLine="python "$(SolutionDir)touch.py" "$(TargetPath)"
|
|
|
|
"
|
|
|
|
AdditionalDependencies=""$(SolutionDir)install\modules\$(TargetFileName)""
|
|
|
|
Outputs=""$(TargetPath)""/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32">
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
CommandLine="python "$(SolutionDir)touch.py" "$(TargetPath)"
|
|
|
|
"
|
|
|
|
AdditionalDependencies=""$(SolutionDir)install\modules\$(TargetFileName)""
|
|
|
|
Outputs=""$(TargetPath)""/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|