mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
ad07cdbe9a
Updated MSVC++ project file
287 lines
5.4 KiB
XML
287 lines
5.4 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="IfcParse"
|
|
ProjectGUID="{F7600775-3D48-426A-88E2-F3A4BF4408A2}"
|
|
RootNamespace="IfcParse"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\build\debug"
|
|
IntermediateDirectory="..\temp\parse\debug"
|
|
ConfigurationType="4"
|
|
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="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\build\release"
|
|
IntermediateDirectory="..\temp\parse\release"
|
|
ConfigurationType="4"
|
|
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="2"
|
|
EnableIntrinsicFunctions="true"
|
|
GeneratePreprocessedFile="0"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<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\ifcparse\Ifc2x3.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomCurves.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomFaces.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomFunctions.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomHelpers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomObjects.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomShapes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomWires.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcParse.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegister.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcUtil.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\src\ifcparse\Ifc2x3.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\Ifc2x3enum.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeom.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcGeomObjects.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcParse.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegister.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterConvertCurve.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterConvertFace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterConvertShape.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterConvertWire.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterCreateCache.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterDef.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterGeomHeader.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterPurgeCache.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcRegisterUndef.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcSchema.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\IfcUtil.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ifcparse\SharedPointer.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|