ExportStart.csproj 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>{003C65AE-6802-4142-97FE-611C23E3676D}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>ExportStart</RootNamespace>
  10. <AssemblyName>ExportStart</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x64</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\OutputDll\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\..\OutputDll\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  36. <PlatformTarget>x64</PlatformTarget>
  37. <OutputPath>bin\x64\Debug\</OutputPath>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  40. <PlatformTarget>x64</PlatformTarget>
  41. <OutputPath>bin\x64\Release\</OutputPath>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="RevitAddInUtility">
  45. <HintPath>Dlls\RevitAddInUtility.dll</HintPath>
  46. </Reference>
  47. <Reference Include="RevitAPI">
  48. <HintPath>Dlls\RevitAPI.dll</HintPath>
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="RevitNET">
  52. <HintPath>Dlls\RevitNET.dll</HintPath>
  53. <Private>False</Private>
  54. </Reference>
  55. <Reference Include="SAGA.DotNetUtils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>Dlls\SAGA.DotNetUtils.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="DocumentExtension.cs" />
  70. <Compile Include="Program.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="RevitCoreContext.cs" />
  73. <Compile Include="RevitUtils.cs" />
  74. <Compile Include="RevitVisionUtil.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="App.config" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\Executer\DataExport\RevitToJBim\RevitToJBim.csproj">
  81. <Project>{f83397d2-c35a-4f5c-8daf-e9de1e2d2ad5}</Project>
  82. <Name>RevitToJBim</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\Executer\DataCheck\ServiceDataCheck.csproj">
  85. <Project>{7b748b09-dc20-4406-85a3-101e7833f8ce}</Project>
  86. <Name>ServiceDataCheck</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="ReadMe.txt" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. </Project>