ExportStart.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. </Reference>
  50. <Reference Include="RevitNET">
  51. <HintPath>..\Dlls\RevitNET.dll</HintPath>
  52. </Reference>
  53. <Reference Include="SAGA.DotNetUtils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\RevitExport\bin\x64\Debug\SAGA.DotNetUtils.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="DocumentExtension.cs" />
  68. <Compile Include="Program.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="RevitCoreContext.cs" />
  71. <Compile Include="RevitVisionUtil.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="App.config" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\RevitToJBim\RevitToJBim.csproj">
  78. <Project>{f83397d2-c35a-4f5c-8daf-e9de1e2d2ad5}</Project>
  79. <Name>RevitToJBim</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\ServiceDataCheck\ServiceDataCheck.csproj">
  82. <Project>{7b748b09-dc20-4406-85a3-101e7833f8ce}</Project>
  83. <Name>ServiceDataCheck</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Content Include="ReadMe.txt" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. </Project>