SAGA.GplotRelationComputerManage.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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>{F77B7E95-15F0-4B67-947E-318B608FC27F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SAGA.GplotRelationComputerManage</RootNamespace>
  11. <AssemblyName>SAGA.GplotRelationComputerManage</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\OutputDll\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>..\OutputDll\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  33. <DebugSymbols>true</DebugSymbols>
  34. <OutputPath>..\OutputDll\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <DebugType>full</DebugType>
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <ErrorReport>prompt</ErrorReport>
  39. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="FWindSoft, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\Dlls\FirmLibDll\FWindSoft.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\Dlls\Newtonsoft.Json.dll</HintPath>
  49. </Reference>
  50. <Reference Include="NPOI">
  51. <HintPath>..\Dlls\NPOI.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI.OOXML">
  54. <HintPath>..\Dlls\NPOI.OOXML.dll</HintPath>
  55. </Reference>
  56. <Reference Include="NPOI.OpenXml4Net">
  57. <HintPath>..\Dlls\NPOI.OpenXml4Net.dll</HintPath>
  58. </Reference>
  59. <Reference Include="NPOI.OpenXmlFormats">
  60. <HintPath>..\Dlls\NPOI.OpenXmlFormats.dll</HintPath>
  61. </Reference>
  62. <Reference Include="PresentationCore" />
  63. <Reference Include="PresentationFramework" />
  64. <Reference Include="RevitAPI, Version=17.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\Dlls\R2017\RevitAPI.dll</HintPath>
  67. </Reference>
  68. <Reference Include="RevitAPIUI">
  69. <HintPath>..\Dlls\R2016\RevitAPIUI.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Configuration" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.IO.Compression" />
  76. <Reference Include="System.Runtime.Caching" />
  77. <Reference Include="System.Runtime.Serialization" />
  78. <Reference Include="System.ServiceModel" />
  79. <Reference Include="System.Transactions" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Net.Http" />
  85. <Reference Include="System.Xml" />
  86. <Reference Include="WindowsBase" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="BaseMap\BaseMapManager.cs" />
  90. <Compile Include="BaseMap\FloorMapData.cs" />
  91. <Compile Include="BaseMap\FloorMapDataCheck.cs" />
  92. <Compile Include="ColdRoom\ColdRoomManager.cs" />
  93. <Compile Include="ColdRoom\ElementsVertexExtension.cs" />
  94. <Compile Include="ColdRoom\EquipmentItem.cs" />
  95. <Compile Include="ColdRoom\VectorExtension.cs" />
  96. <Compile Include="Common\AppSetting.cs" />
  97. <Compile Include="Common\ComputerFileSetting.cs" />
  98. <Compile Include="Common\DataServerUtil.cs" />
  99. <Compile Include="Common\FloorUtil.cs" />
  100. <Compile Include="Common\MBIInfoUtil.cs" />
  101. <Compile Include="Common\PointConverter.cs" />
  102. <Compile Include="ComputerPipes.cs" />
  103. <Compile Include="ComputerVerticalPipe.cs" />
  104. <Compile Include="ComputerWalls\ComputerWallsData.cs" />
  105. <Compile Include="ComputerWalls\LogicWall.cs" />
  106. <Compile Include="ComputerWalls\WallOperationFactory.cs" />
  107. <Compile Include="ComputerWalls\WallRelation.cs" />
  108. <Compile Include="ComputerWalls\WrapperedWall.cs" />
  109. <Compile Include="DataServer\DataServer.cs" />
  110. <Compile Include="DataServer\FileKeyAttribute.cs" />
  111. <Compile Include="DataServer\IVersionFile.cs" />
  112. <Compile Include="DataServer\TimeVersionFile.cs" />
  113. <Compile Include="Data\MBIFloorInfo.cs" />
  114. <Compile Include="Draw\DocumentNode.cs" />
  115. <Compile Include="Draw\DrawDocumentUtil.cs" />
  116. <Compile Include="Draw\DrawLine.cs" />
  117. <Compile Include="Draw\DrawText.cs" />
  118. <Compile Include="Draw\DrawVertex.cs" />
  119. <Compile Include="Draw\GplotNode.cs" />
  120. <Compile Include="Draw\IDraw.cs" />
  121. <Compile Include="Draw\PointExtension.cs" />
  122. <Compile Include="LvSpace.cs" />
  123. <Compile Include="Common\DataNodeUtil.cs" />
  124. <Compile Include="PowerDistribution\Common\PowerComputerContext.cs" />
  125. <Compile Include="PowerDistribution\ComputerHandler\DistributionRelationshipHandler.cs" />
  126. <Compile Include="PowerDistribution\ComputerHandler\EquipPowerRelationshipHandler.cs" />
  127. <Compile Include="PowerDistribution\ComputerHandler\ObjectControlRelationshipHandler.cs" />
  128. <Compile Include="PumpEnd\DrawEnd.cs" />
  129. <Compile Include="PumpEnd\DuctTerminalBll.cs" />
  130. <Compile Include="ReadSpaceCommand.cs" />
  131. <Compile Include="Properties\AssemblyInfo.cs" />
  132. <Compile Include="RelationType\Data\EdgeItem.cs" />
  133. <Compile Include="RelationType\Data\ObjectItem.cs" />
  134. <Compile Include="RelationType\Data\RelationItem.cs" />
  135. <Compile Include="RelationType\Data\SystemItem.cs" />
  136. <Compile Include="RelationType\RelationTypeManager.cs" />
  137. <Compile Include="RelationType\RelationTypeShell.cs" />
  138. <Compile Include="RevitModelPath.cs" />
  139. <Compile Include="RevitSystemParse\GplotOptions.cs" />
  140. <Compile Include="RevitSystemParse\MepExtension.cs" />
  141. <Compile Include="RevitSystemParse\Handler\ParseQueueItem.cs" />
  142. <Compile Include="RevitSystemParse\Handler\SystemParse.cs" />
  143. <Compile Include="RevitSystemParse\Handler\SystemParseSetting.cs" />
  144. <Compile Include="RevitSystemParse\StartElementsManager.cs" />
  145. <Compile Include="SpaceEdgeInfo.cs" />
  146. <Compile Include="SpaceRelation\ComputerSpaceItem.cs" />
  147. <Compile Include="SpaceRelation\FloorSpaceItems.cs" />
  148. <Compile Include="SpaceRelation\SpaceComputerContext.cs" />
  149. <Compile Include="SpaceRelation\SpaceComputerHandler.cs" />
  150. <Compile Include="SpaceRelation\SpaceComputerManager.cs" />
  151. <Compile Include="SystemRelation\Common\PointItemType.cs" />
  152. <Compile Include="SystemRelation\Common\RelationTypeUtil.cs" />
  153. <Compile Include="SystemRelation\Common\SystemCalcUtil.cs" />
  154. <Compile Include="SystemRelation\Common\SystemParseManager.cs" />
  155. <Compile Include="SystemRelation\Common\VerticalResult.cs" />
  156. <Compile Include="SystemRelation\Data\BinaryRelationItem.cs" />
  157. <Compile Include="SystemRelation\Data\EquipmentNode.cs" />
  158. <Compile Include="SystemRelation\Data\NodeExtendData.cs" />
  159. <Compile Include="SystemRelation\Data\SetRelationItem.cs" />
  160. <Compile Include="SystemRelation\Data\SystemCurveItem.cs" />
  161. <Compile Include="SystemRelation\Data\SystemDrawItems.cs" />
  162. <Compile Include="SystemRelation\Data\SystemPointItem.cs" />
  163. <Compile Include="SystemRelation\FloorSystemItem.cs" />
  164. <Compile Include="SystemRelation\RelationComputerData.cs" />
  165. <Compile Include="SystemRelation\RelationDataCheck.cs" />
  166. <Compile Include="SystemRelation\ServerData\FloorDrawData.cs" />
  167. <Compile Include="SystemRelation\ServerData\MachineRoomDrawRecord.cs" />
  168. <Compile Include="SystemRelation\ServerData\MachineRoomRelationRecord.cs" />
  169. <Compile Include="SystemRelation\ServerData\ServerData.cs" />
  170. <Compile Include="SystemRelation\ServerData\VerticalDrawData.cs" />
  171. <Compile Include="SystemRelation\ServerData\VerticalDrawRecord.cs" />
  172. <Compile Include="SystemRelation\ServerData\FloorDrawRecord.cs" />
  173. <Compile Include="SystemRelation\ServerData\FloorRecord.cs" />
  174. <Compile Include="SystemRelation\ServerData\FloorRelationRecord.cs" />
  175. <Compile Include="SystemRelation\ServerData\VerticalRelationRecord.cs" />
  176. <Compile Include="SystemRelation\SystemComputerContext.cs" />
  177. <Compile Include="SystemRelation\SystemComputerHandler.cs" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  181. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  182. <Name>SAGA.DotNetUtils</Name>
  183. </ProjectReference>
  184. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  185. <Project>{f6216892-a198-4991-820a-4a2f2637103e}</Project>
  186. <Name>SAGA.MBI</Name>
  187. </ProjectReference>
  188. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  189. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  190. <Name>SAGA.Models</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  193. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  194. <Name>SAGA.RevitUtils</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\WPG\WPG.csproj">
  197. <Project>{022EDA6A-0B76-44C3-A530-8312C1B40030}</Project>
  198. <Name>WPG</Name>
  199. </ProjectReference>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <None Include="app.config" />
  203. <None Include="packages.config">
  204. <SubType>Designer</SubType>
  205. </None>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Content Include="RelationType\read.txt" />
  209. </ItemGroup>
  210. <ItemGroup />
  211. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  212. </Project>