LRH.Tool.csproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>{09997EDA-E77D-4278-A1CD-89B755B57959}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LRH.Tool</RootNamespace>
  11. <AssemblyName>LRH.Tool</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>..\..\OutputDll\</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>..\..\OutputDll\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="AdWindows">
  35. <HintPath>..\..\Dlls\RevitDll\Current\AdWindows.dll</HintPath>
  36. </Reference>
  37. <Reference Include="PresentationCore" />
  38. <Reference Include="PresentationFramework" />
  39. <Reference Include="RevitAPI, Version=17.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\Dlls\RevitDll\Current\RevitAPI.dll</HintPath>
  42. </Reference>
  43. <Reference Include="RevitAPIUI, Version=17.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\..\Dlls\RevitDll\Current\RevitAPIUI.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="UIFramework">
  56. <HintPath>..\..\Dlls\RevitDll\Current\UIFramework.dll</HintPath>
  57. </Reference>
  58. <Reference Include="WindowsBase" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="ConduitJoinCommand.cs" />
  62. <Compile Include="CreateBallFlagCommand.cs" />
  63. <Compile Include="CreateSpaceCommand.cs" />
  64. <Compile Include="CreateSpaceSolidCommand.cs" />
  65. <Compile Include="DocumentOpenedHandle.cs" />
  66. <Compile Include="DwgExportUtils.cs" />
  67. <Compile Include="ExportDocumentToDwg.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="RevitUI\RevitUICommand.cs" />
  70. <Compile Include="RevitUI\RevitUIUtils.cs" />
  71. <Compile Include="RoomDataToSpaceCommand.cs" />
  72. <Compile Include="RoomToSpaceCommand.cs" />
  73. <Compile Include="RoomToSpaceUtils.cs" />
  74. <Compile Include="SpaceMonitoringCommand.cs" />
  75. <Compile Include="ViewConfigManager\CollectConfigPattern.cs" />
  76. <Compile Include="ViewConfigManager\CollectViewConfigCommand.cs" />
  77. <Compile Include="ViewConfigManager\ApplyViewConfigCommand.cs" />
  78. <Compile Include="ViewConfigManager\Data\CategoryItem.cs" />
  79. <Compile Include="ViewConfigManager\Data\FilterItem.cs" />
  80. <Compile Include="ViewConfigManager\Data\ViewControlItem.cs" />
  81. <Compile Include="ViewHandleCommand.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\..\FWindSoft.Revit\FWindSoft.Revit.csproj">
  85. <Project>{e2f5add4-e414-4334-93bd-c7112e9aa151}</Project>
  86. <Name>FWindSoft.Revit</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\FWindSoft.Wpf\FWindSoft.Wpf.csproj">
  89. <Project>{28e63cc9-6cfb-47a1-8b40-4cf9e4309d51}</Project>
  90. <Name>FWindSoft.Wpf</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\FWindSoft\FWindSoft.csproj">
  93. <Project>{063ebafb-9f7b-4cd7-b960-70464bf3ea33}</Project>
  94. <Name>FWindSoft</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Folder Include="ViewConfigManager\Common\" />
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. </Project>