mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
327 lines
6.2 KiB
XML
327 lines
6.2 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-latebound.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc2x3.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc4-latebound.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc4.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/bigobj"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcCharacterDecoder.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcParse.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcUtil.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcWrite.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcSIPrefix.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcSpfHeader.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcGlobalId.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcHierarchyHelper.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcLateBoundEntity.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-latebound.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc2x3.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc2x3enum.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc4-latebound.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc4.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\Ifc4enum.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcCharacterDecoder.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcEntityDescriptor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcException.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcFile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcGlobalId.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcHierarchyHelper.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcLateBoundEntity.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcParse.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcSIPrefix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcSpfHeader.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcSpfStream.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcUtil.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcWritableEntity.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\ifcparse\IfcWrite.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|