RevitToJBim.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{F83397D2-C35A-4F5C-8DAF-E9DE1E2D2AD5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RevitToJBim</RootNamespace>
  11. <AssemblyName>RevitToJBim</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  36. </Reference>
  37. <Reference Include="RevitAPI">
  38. <HintPath>..\Dlls\RevitAPI.dll</HintPath>
  39. </Reference>
  40. <Reference Include="RevitAPIUI">
  41. <HintPath>..\Dlls\RevitAPIUI.dll</HintPath>
  42. </Reference>
  43. <Reference Include="SAGA.DotNetUtils">
  44. <HintPath>..\Dlls\SAGA.DotNetUtils.dll</HintPath>
  45. </Reference>
  46. <Reference Include="SAGA.RevitAPI">
  47. <HintPath>..\Dlls\SAGA.RevitAPI.dll</HintPath>
  48. </Reference>
  49. <Reference Include="SAGA.RevitUtils">
  50. <HintPath>..\Dlls\SAGA.RevitUtils.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Common\CategoryGenerator.cs" />
  63. <Compile Include="Common\Converter.cs" />
  64. <Compile Include="Common\StandardUtil.cs" />
  65. <Compile Include="Extension\CurveExtension.cs" />
  66. <Compile Include="Common\ElementWrapperFactory.cs" />
  67. <Compile Include="Common\ExceptionUtil.cs" />
  68. <Compile Include="Common\FamilyType.cs" />
  69. <Compile Include="Common\ParameterUtil.cs" />
  70. <Compile Include="ComponentParse\ParseGrid.cs" />
  71. <Compile Include="ComponentParse\ParseLevel.cs" />
  72. <Compile Include="ComponentParse\ParseUnit.cs" />
  73. <Compile Include="Extension\SpaceExtension.cs" />
  74. <Compile Include="Extension\CurveLoopExtension.cs" />
  75. <Compile Include="Extension\GeometryElementExtension.cs" />
  76. <Compile Include="Extension\WallExtension.cs" />
  77. <Compile Include="JsonConverter\ParameterConverter.cs" />
  78. <Compile Include="MBI\MBIBuiltInParameterName.cs" />
  79. <Compile Include="MBI\MBIRegexPattern.cs" />
  80. <Compile Include="Common\RevitIdGenerator.cs" />
  81. <Compile Include="Common\RevitUtil.cs" />
  82. <Compile Include="ComponentParse\ParseBase.cs" />
  83. <Compile Include="ComponentParse\ParseColumn.cs" />
  84. <Compile Include="ComponentParse\ParseConnector.cs" />
  85. <Compile Include="ComponentParse\ParseCore.cs" />
  86. <Compile Include="ComponentParse\ParseFacility.cs" />
  87. <Compile Include="ComponentParse\ParseDoor.cs" />
  88. <Compile Include="ComponentParse\ParseDuct.cs" />
  89. <Compile Include="ComponentParse\ParseFamilyJoinObject.cs" />
  90. <Compile Include="ComponentParse\ParseMepSystem.cs" />
  91. <Compile Include="ComponentParse\ParsePipe.cs" />
  92. <Compile Include="ComponentParse\ParseSpace.cs" />
  93. <Compile Include="ComponentParse\ParseVirtualWall.cs" />
  94. <Compile Include="ComponentParse\ParseWall.cs" />
  95. <Compile Include="ComponentParse\ParseWindow.cs" />
  96. <Compile Include="ComponentParse\UsableParseAttribute.cs" />
  97. <Compile Include="ExportDataBuilder.cs" />
  98. <Compile Include="Extension\ElementExtension.cs" />
  99. <Compile Include="JsonConverter\BimIdConverter.cs" />
  100. <Compile Include="JsonConverter\BimJsonUtil.cs" />
  101. <Compile Include="JsonConverter\XYZConverter.cs" />
  102. <Compile Include="ParseData\ElementRelationShip.cs" />
  103. <Compile Include="ParseData\ElementOneToManyRel.cs" />
  104. <Compile Include="ParseData\ElementOneToOneRel.cs" />
  105. <Compile Include="RevitToJBimParser.cs" />
  106. <Compile Include="JBimParseContext.cs" />
  107. <Compile Include="Properties\AssemblyInfo.cs" />
  108. <Compile Include="TestExport.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ProjectReference Include="..\JBIM\JBIM.csproj">
  112. <Project>{a6a90bfe-126d-4499-860a-f0e2c40ebb23}</Project>
  113. <Name>JBIM</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\RevitExport\RevitExport.csproj">
  116. <Project>{825b43f4-1f7b-44ac-9bd4-501de9422d32}</Project>
  117. <Name>RevitExport</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="packages.config" />
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. </Project>