2011-05-08 11:04:32 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
|
<VisualStudioProject
|
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
|
Version="9,00"
|
|
|
|
|
Name="IfcMax"
|
|
|
|
|
ProjectGUID="{BD4D152C-8619-4DB9-8637-56DA166979F3}"
|
|
|
|
|
RootNamespace="IfcMax"
|
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
|
>
|
|
|
|
|
<Platforms>
|
|
|
|
|
<Platform
|
|
|
|
|
Name="Win32"
|
|
|
|
|
/>
|
|
|
|
|
</Platforms>
|
|
|
|
|
<ToolFiles>
|
|
|
|
|
</ToolFiles>
|
|
|
|
|
<Configurations>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Debug|Win32"
|
|
|
|
|
OutputDirectory="..\build\debug"
|
|
|
|
|
IntermediateDirectory="..\temp\max\debug"
|
|
|
|
|
ConfigurationType="2"
|
|
|
|
|
CharacterSet="2"
|
|
|
|
|
BuildLogFile="$(IntDir)\BuildLog.htm"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalOptions="/DWNT"
|
|
|
|
|
Optimization="0"
|
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
|
|
|
|
MinimalRebuild="true"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
2012-01-31 08:53:53 +00:00
|
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib zlibdll.lib bmm.lib core.lib CustDlg.lib edmodel.lib expr.lib flt.lib geom.lib gfx.lib gup.lib helpsys.lib imageViewers.lib ManipSys.lib maxnet.lib Maxscrpt.lib maxutil.lib MenuMan.lib menus.lib mesh.lib MNMath.lib Paramblk2.lib particle.lib Poly.lib RenderUtil.lib SpringSys.lib tessint.lib viewfile.lib acap.lib TKerneld.lib TKMathd.lib TKBRepd.lib TKGeomBased.lib TKGeomAlgod.lib TKG3dd.lib TKG2dd.lib TKShHealingd.lib TKTopAlgod.lib TKMeshd.lib TKPrimd.lib TKBoold.lib TKBOd.lib TKFilletd.lib"
|
2011-05-08 11:04:32 +00:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).dli"
|
|
|
|
|
ModuleDefinitionFile="..\src\ifcmax\ifcmax.def"
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
/>
|
|
|
|
|
<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="..\build\release"
|
|
|
|
|
IntermediateDirectory="..\temp\max\release"
|
|
|
|
|
ConfigurationType="2"
|
|
|
|
|
CharacterSet="2"
|
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
AdditionalOptions="/DWNT"
|
|
|
|
|
Optimization="3"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
2012-01-31 08:53:53 +00:00
|
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib zlibdll.lib bmm.lib core.lib CustDlg.lib edmodel.lib expr.lib flt.lib geom.lib gfx.lib gup.lib helpsys.lib imageViewers.lib ManipSys.lib maxnet.lib Maxscrpt.lib maxutil.lib MenuMan.lib menus.lib mesh.lib MNMath.lib Paramblk2.lib particle.lib Poly.lib RenderUtil.lib SpringSys.lib tessint.lib viewfile.lib acap.lib TKernel.lib TKMath.lib TKBRep.lib TKGeomBase.lib TKGeomAlgo.lib TKG3d.lib TKG2d.lib TKShHealing.lib TKTopAlgo.lib TKMesh.lib TKPrim.lib TKBool.lib TKBO.lib TKFillet.lib"
|
2011-05-08 11:04:32 +00:00
|
|
|
OutputFile="$(OutDir)\$(ProjectName).dli"
|
|
|
|
|
ModuleDefinitionFile="..\src\ifcmax\ifcmax.def"
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
OptimizeReferences="2"
|
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
/>
|
|
|
|
|
<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"
|
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
|
>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\src\ifcmax\IfcMax.cpp"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<Filter
|
|
|
|
|
Name="Header Files"
|
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
|
>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\src\ifcmax\IfcMax.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\src\ifcmax\MaxMaterials.h"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
</Filter>
|
|
|
|
|
<File
|
|
|
|
|
RelativePath="..\src\ifcmax\IfcMax.def"
|
|
|
|
|
>
|
|
|
|
|
</File>
|
|
|
|
|
</Files>
|
|
|
|
|
<Globals>
|
|
|
|
|
</Globals>
|
|
|
|
|
</VisualStudioProject>
|