SAGA.RevitUtils.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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>{D6201677-B7E4-495A-81AB-33C5837121E6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SAGA.RevitUtils</RootNamespace>
  11. <AssemblyName>SAGA.RevitUtils</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|AnyCPU'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>..\OutputDll\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|AnyCPU'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>..\OutputDll\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\x86\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  61. <OutputPath>bin\x86\Release\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <Optimize>true</Optimize>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x86'">
  70. <DebugSymbols>true</DebugSymbols>
  71. <OutputPath>bin\x86\R18\</OutputPath>
  72. <DefineConstants>DEBUG;TRACE</DefineConstants>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>x86</PlatformTarget>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x86'">
  79. <DebugSymbols>true</DebugSymbols>
  80. <OutputPath>bin\x86\R17\</OutputPath>
  81. <DefineConstants>DEBUG;TRACE</DefineConstants>
  82. <DebugType>full</DebugType>
  83. <PlatformTarget>x86</PlatformTarget>
  84. <ErrorReport>prompt</ErrorReport>
  85. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  88. <DebugSymbols>true</DebugSymbols>
  89. <OutputPath>bin\x64\Debug\</OutputPath>
  90. <DefineConstants>DEBUG;TRACE</DefineConstants>
  91. <DebugType>full</DebugType>
  92. <PlatformTarget>x64</PlatformTarget>
  93. <ErrorReport>prompt</ErrorReport>
  94. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  97. <OutputPath>bin\x64\Release\</OutputPath>
  98. <DefineConstants>TRACE</DefineConstants>
  99. <Optimize>true</Optimize>
  100. <DebugType>pdbonly</DebugType>
  101. <PlatformTarget>x64</PlatformTarget>
  102. <ErrorReport>prompt</ErrorReport>
  103. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x64'">
  106. <DebugSymbols>true</DebugSymbols>
  107. <OutputPath>bin\x64\R18\</OutputPath>
  108. <DefineConstants>DEBUG;TRACE</DefineConstants>
  109. <DebugType>full</DebugType>
  110. <PlatformTarget>x64</PlatformTarget>
  111. <ErrorReport>prompt</ErrorReport>
  112. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x64'">
  115. <DebugSymbols>true</DebugSymbols>
  116. <OutputPath>bin\x64\R17\</OutputPath>
  117. <DefineConstants>DEBUG;TRACE</DefineConstants>
  118. <DebugType>full</DebugType>
  119. <PlatformTarget>x64</PlatformTarget>
  120. <ErrorReport>prompt</ErrorReport>
  121. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  124. <DebugSymbols>true</DebugSymbols>
  125. <OutputPath>..\OutputDll\</OutputPath>
  126. <DefineConstants>DEBUG;TRACE</DefineConstants>
  127. <DebugType>full</DebugType>
  128. <PlatformTarget>AnyCPU</PlatformTarget>
  129. <ErrorReport>prompt</ErrorReport>
  130. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x86'">
  133. <DebugSymbols>true</DebugSymbols>
  134. <OutputPath>bin\x86\RR17\</OutputPath>
  135. <DefineConstants>DEBUG;TRACE</DefineConstants>
  136. <DebugType>full</DebugType>
  137. <PlatformTarget>x86</PlatformTarget>
  138. <ErrorReport>prompt</ErrorReport>
  139. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x64'">
  142. <DebugSymbols>true</DebugSymbols>
  143. <OutputPath>bin\x64\RR17\</OutputPath>
  144. <DefineConstants>DEBUG;TRACE</DefineConstants>
  145. <DebugType>full</DebugType>
  146. <PlatformTarget>x64</PlatformTarget>
  147. <ErrorReport>prompt</ErrorReport>
  148. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  149. </PropertyGroup>
  150. <ItemGroup>
  151. <Reference Include="PresentationCore" />
  152. <Reference Include="PresentationFramework" />
  153. <Reference Include="RevitAPI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  154. <SpecificVersion>False</SpecificVersion>
  155. <HintPath>..\Dlls\RevitRefDll\RevitAPI.dll</HintPath>
  156. </Reference>
  157. <Reference Include="RevitAPIUI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  158. <SpecificVersion>False</SpecificVersion>
  159. <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System" />
  162. <Reference Include="System.Core" />
  163. <Reference Include="System.Drawing" />
  164. <Reference Include="System.Runtime.Serialization" />
  165. <Reference Include="System.Windows" />
  166. <Reference Include="System.Windows.Forms" />
  167. <Reference Include="System.Xaml" />
  168. <Reference Include="System.Xml.Linq" />
  169. <Reference Include="System.Data.DataSetExtensions" />
  170. <Reference Include="Microsoft.CSharp" />
  171. <Reference Include="System.Data" />
  172. <Reference Include="System.Net.Http" />
  173. <Reference Include="System.Xml" />
  174. <Reference Include="WindowsBase" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Compile Include="Commands\IRegisterDockpaneApp.cs" />
  178. <Compile Include="Commands\IRegisterStructRebarCountApp.cs" />
  179. <Compile Include="Commands\IRegisterUpdaterTrigger.cs" />
  180. <Compile Include="Commands\RegisterDockpaneApp.cs" />
  181. <Compile Include="Commands\RegisterStructRebarCountApp.cs" />
  182. <Compile Include="Commands\RegisterUpdaterTrigger.cs" />
  183. <Compile Include="Commands\RegisterViewActivated.cs" />
  184. <Compile Include="CommonClass.cs" />
  185. <Compile Include="CommonMEP.cs" />
  186. <Compile Include="Common_Form.cs" />
  187. <Compile Include="Control\VersionAdapter.cs" />
  188. <Compile Include="Data\ElementEdgesArray.cs" />
  189. <Compile Include="Data\ElementEqualityComparer.cs" />
  190. <Compile Include="Data\ElementsEdge.cs" />
  191. <Compile Include="Data\ElementsVertex.cs" />
  192. <Compile Include="Data\GraphNode.cs" />
  193. <Compile Include="Data\Graph\SystemData.cs" />
  194. <Compile Include="Data\Graph\SystemEdge.cs" />
  195. <Compile Include="Data\Graph\SystemGraph.cs" />
  196. <Compile Include="Data\Graph\SystemVertex.cs" />
  197. <Compile Include="Data\HandledMap.cs" />
  198. <Compile Include="Data\JoinItem.cs" />
  199. <Compile Include="Data\TElement.cs" />
  200. <Compile Include="ErrorSupports\ErrorGrades.cs" />
  201. <Compile Include="ErrorSupports\ErrorHandlers.cs" />
  202. <Compile Include="ErrorSupports\FailuresPreprocessor.cs" />
  203. <Compile Include="ErrorSupports\ShowInfoStringException.cs" />
  204. <Compile Include="ErrorSupports\TErrorSupport.cs">
  205. <SubType>Form</SubType>
  206. </Compile>
  207. <Compile Include="ExtendInterface\IDocumentSaved.cs" />
  208. <Compile Include="ExtendInterface\RevitEventsSetting.cs" />
  209. <Compile Include="ExtendInterface\RevitTrigger.cs" />
  210. <Compile Include="ExtendInterface\ServiceSetting.cs" />
  211. <Compile Include="Extends\ArcExtend.cs" />
  212. <Compile Include="Extends\Configuration.cs" />
  213. <Compile Include="Extends\CurveArrayExtend.cs" />
  214. <Compile Include="Extends\CurveElementExtend.cs" />
  215. <Compile Include="Extends\CurveExtend.cs" />
  216. <Compile Include="Extends\DocumentExtend.cs" />
  217. <Compile Include="Extends\DoubleExtend.cs" />
  218. <Compile Include="Extends\ElementExtend.cs" />
  219. <Compile Include="Extends\ElementTypeExtend.cs" />
  220. <Compile Include="Extends\ExternalApplication.cs" />
  221. <Compile Include="Extends\ExternalCommand.cs" />
  222. <Compile Include="Extends\ExternalDataWrapper.cs" />
  223. <Compile Include="Extends\FaceExtend.cs" />
  224. <Compile Include="Extends\FamilyExtend.cs" />
  225. <Compile Include="Extends\FamilyInstanceExtend.cs" />
  226. <Compile Include="Extends\FamilyParameterSetExtend.cs" />
  227. <Compile Include="Extends\FamilySymbolExtend.cs" />
  228. <Compile Include="Extends\FilteredElementCollectorExtend.cs" />
  229. <Compile Include="Extends\FloorExtend.cs" />
  230. <Compile Include="Extends\GeometryElementExtension.cs" />
  231. <Compile Include="Extends\LevelExtend.cs" />
  232. <Compile Include="Extends\LineExtend.cs" />
  233. <Compile Include="Extends\LocationExtend.cs" />
  234. <Compile Include="Extends\OpeningExtend.cs" />
  235. <Compile Include="Extends\ParameterExtend.cs" />
  236. <Compile Include="Extends\PipeExtend.cs" />
  237. <Compile Include="Extends\PlaneExtend.cs" />
  238. <Compile Include="Extends\PointDistanceInfo.cs" />
  239. <Compile Include="Extends\RoomExtend.cs" />
  240. <Compile Include="Extends\SelectionFilter.cs" />
  241. <Compile Include="Extends\SharedParameterExtend.cs" />
  242. <Compile Include="Extends\SpaceExtend.cs" />
  243. <Compile Include="Extends\TransactionExtend.cs" />
  244. <Compile Include="Extends\UIApplicationExtend.cs" />
  245. <Compile Include="Extends\UIDocumentExtend.cs" />
  246. <Compile Include="Extends\ViewExtend.cs" />
  247. <Compile Include="Extends\WallExtend.cs" />
  248. <Compile Include="Extends\XYZExtend.cs" />
  249. <Compile Include="ExtensibleStorage\ElementDataStorage.cs" />
  250. <Compile Include="ExtensibleStorage\EnumDefination.cs" />
  251. <Compile Include="Geometry\EdgeInfo.cs" />
  252. <Compile Include="Geometry\Geometry.cs" />
  253. <Compile Include="Geometry\Geometry2D.cs" />
  254. <Compile Include="Information.cs" />
  255. <Compile Include="Infrastructure\DoubleCompare.cs" />
  256. <Compile Include="Infrastructure\XYZByQuadrantCompare.cs" />
  257. <Compile Include="Infrastructure\XYZCompare.cs" />
  258. <Compile Include="Log\DocumentLogManager.cs" />
  259. <Compile Include="Log\LogHelper.cs" />
  260. <Compile Include="Log\ProjectLogManager.cs" />
  261. <Compile Include="Log\TSZRLoggerProxy.cs" />
  262. <Compile Include="MBIExtension\MBIDocExtension.cs" />
  263. <Compile Include="MEP\CableTrayExtend.cs" />
  264. <Compile Include="MEP\CommonComparer.cs" />
  265. <Compile Include="MEP\CommonFilter.cs" />
  266. <Compile Include="MEP\ConduitExtend.cs" />
  267. <Compile Include="MEP\ConnectorExtend.cs" />
  268. <Compile Include="MEP\DuctExtend.cs" />
  269. <Compile Include="MEP\MEPSystemTypeExtend.cs" />
  270. <Compile Include="MEP\ElementsTreeNode.cs" />
  271. <Compile Include="MEP\ElementTreeNode.cs" />
  272. <Compile Include="MEP\ElementTreeNodeParse.cs" />
  273. <Compile Include="MEP\CommonEqualComparer.cs" />
  274. <Compile Include="MEP\HorDuctFilter.cs" />
  275. <Compile Include="MEP\HorPipeFilter.cs" />
  276. <Compile Include="MEP\IDictionaryExtend.cs" />
  277. <Compile Include="MEP\LineExtend.cs" />
  278. <Compile Include="MEP\MEPCurveExtend.cs" />
  279. <Compile Include="MEP\MEPCurveTypeExtend.cs" />
  280. <Compile Include="MEP\MEPExtend.cs" />
  281. <Compile Include="MEP\MepJoinUtil.cs" />
  282. <Compile Include="MEP\PipeExtend.cs" />
  283. <Compile Include="MEP\PipeFilter.cs" />
  284. <Compile Include="MEP\PipeTypeExtend.cs" />
  285. <Compile Include="MEP\ReferenceElement.cs" />
  286. <Compile Include="MEP\TNode.cs" />
  287. <Compile Include="MEP\TreeParse.cs" />
  288. <Compile Include="MEP\TreePathParse.cs" />
  289. <Compile Include="MEP\VerDuctFilter.cs" />
  290. <Compile Include="MEP\VerPipeFilter.cs" />
  291. <Compile Include="MessageShow.cs" />
  292. <Compile Include="Properties\AssemblyInfo.cs" />
  293. <Compile Include="RevitDraw\RevitDrawArea.cs" />
  294. <Compile Include="ExtendInterface\RevitEventsBingding.cs" />
  295. <Compile Include="RevitHelper.cs" />
  296. <Compile Include="Service\IInputService.cs" />
  297. <Compile Include="StatisticsWireInfor.cs" />
  298. <Compile Include="Version\DocumentVersionManager.cs" />
  299. <Compile Include="Windows\CommandInfo.cs" />
  300. <Compile Include="Windows\CommandQueue.cs" />
  301. <Compile Include="Windows\ExecuteCmd.cs" />
  302. <Compile Include="Windows\ExternalEventExecuteEventArgs.cs" />
  303. <Compile Include="Windows\ITszExternalEventHandler.cs" />
  304. <Compile Include="Windows\ModelessWindow.cs" />
  305. <Compile Include="Windows\PressHelper.cs" />
  306. <Compile Include="Windows\RaisedCallback.cs" />
  307. <Compile Include="Windows\Request.cs" />
  308. <Compile Include="Windows\RequestId.cs" />
  309. <Compile Include="Windows\RquestHandler.cs" />
  310. <Compile Include="Windows\TIdlingExternalEvent.cs" />
  311. <Compile Include="Windows\TszExternalEventHandler.cs" />
  312. <Compile Include="Windows\WinBase.cs" />
  313. <Compile Include="WinForm\MessageForm.cs">
  314. <SubType>Form</SubType>
  315. </Compile>
  316. <Compile Include="WinForm\MessageForm.Designer.cs">
  317. <DependentUpon>MessageForm.cs</DependentUpon>
  318. </Compile>
  319. <Compile Include="WinForm\Win32WindowImpl.cs" />
  320. <Compile Include="XYZPair.cs" />
  321. </ItemGroup>
  322. <ItemGroup>
  323. <None Include="log4net.config" />
  324. </ItemGroup>
  325. <ItemGroup>
  326. <EmbeddedResource Include="WinForm\MessageForm.resx">
  327. <DependentUpon>MessageForm.cs</DependentUpon>
  328. </EmbeddedResource>
  329. </ItemGroup>
  330. <ItemGroup>
  331. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  332. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  333. <Name>SAGA.DotNetUtils</Name>
  334. </ProjectReference>
  335. <ProjectReference Include="..\SAGA.RevitAPI\SAGA.RevitAPIR2018.csproj">
  336. <Project>{fb86504f-29db-4766-a2da-22842e5f770d}</Project>
  337. <Name>SAGA.RevitAPIR2018</Name>
  338. </ProjectReference>
  339. <ProjectReference Include="..\SAGA.RevitUtility\SAGA.RevitUtility.csproj">
  340. <Project>{5f78f5f7-95ba-4b72-8181-230b11192eca}</Project>
  341. <Name>SAGA.RevitUtility</Name>
  342. </ProjectReference>
  343. </ItemGroup>
  344. <ItemGroup />
  345. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  346. </Project>