LRH.RevitApplication.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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>{5C8E0711-0186-4757-9B43-47C6E11A3B24}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>LRH.RevitApplication</RootNamespace>
  10. <AssemblyName>LRH.RevitApplication</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\..\OutputDll\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\..\OutputDll\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject />
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="RevitAPI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\..\Dlls\RevitDll\Current\RevitAPI.dll</HintPath>
  44. </Reference>
  45. <Reference Include="RevitAPIUI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\Dlls\RevitDll\Current\RevitAPIUI.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xaml">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="WindowsBase" />
  61. <Reference Include="PresentationCore" />
  62. <Reference Include="PresentationFramework" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Properties\AssemblyInfo.cs">
  66. <SubType>Code</SubType>
  67. </Compile>
  68. <Compile Include="Properties\Resources.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DesignTime>True</DesignTime>
  71. <DependentUpon>Resources.resx</DependentUpon>
  72. </Compile>
  73. <Compile Include="Properties\Settings.Designer.cs">
  74. <AutoGen>True</AutoGen>
  75. <DependentUpon>Settings.settings</DependentUpon>
  76. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  77. </Compile>
  78. <Compile Include="XHApplication.cs" />
  79. <EmbeddedResource Include="Properties\Resources.resx">
  80. <Generator>ResXFileCodeGenerator</Generator>
  81. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  82. </EmbeddedResource>
  83. <None Include="Properties\Settings.settings">
  84. <Generator>SettingsSingleFileGenerator</Generator>
  85. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  86. </None>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\FWindSoft.Revit\FWindSoft.Revit.csproj">
  90. <Project>{e2f5add4-e414-4334-93bd-c7112e9aa151}</Project>
  91. <Name>FWindSoft.Revit</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\FWindSoft.Wpf\FWindSoft.Wpf.csproj">
  94. <Project>{28E63CC9-6CFB-47A1-8B40-4CF9E4309D51}</Project>
  95. <Name>FWindSoft.Wpf</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\FWindSoft\FWindSoft.csproj">
  98. <Project>{063ebafb-9f7b-4cd7-b960-70464bf3ea33}</Project>
  99. <Name>FWindSoft</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <EmbeddedResource Include="Tool.xml" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Content Include="RevitRegister.xml">
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </Content>
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. </Project>