SAGA.GplotDrawData.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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>{E7A7DAAC-F310-46CB-BD9B-1D5AB9E01923}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>SAGA.GplotDrawData</RootNamespace>
  10. <AssemblyName>SAGA.GplotDrawData</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. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\OutputDll\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\OutputDll\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" />
  38. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\Dlls\NPOI.dll</HintPath>
  41. </Reference>
  42. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\SpacePlugin\Dlls\NPOI.OOXML.dll</HintPath>
  45. </Reference>
  46. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1" />
  47. <Reference Include="RevitAPI, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" />
  48. <Reference Include="RevitAPIUI, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" />
  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. <ApplicationDefinition Include="App.xaml">
  66. <Generator>MSBuild:Compile</Generator>
  67. <SubType>Designer</SubType>
  68. </ApplicationDefinition>
  69. <Compile Include="Common\WebGplotSettings.cs" />
  70. <Compile Include="DBView\BaseMapManager.cs" />
  71. <Compile Include="DBView\EquipmentGraphView.cs" />
  72. <Compile Include="DBView\FloorSystemGraphView.cs" />
  73. <Compile Include="DBView\IGraphDBView.cs" />
  74. <Compile Include="DBView\PipeEndGraphView.cs" />
  75. <Compile Include="DBView\RoomGraphView.cs" />
  76. <Compile Include="DBView\SpaceGraphView.cs" />
  77. <Compile Include="DBView\VerticalPipeGraphView.cs" />
  78. <Compile Include="DBView\VerticalSystemGraphView.cs" />
  79. <Compile Include="DBView\ViewExtension.cs" />
  80. <Compile Include="DBView\VirticalSpaceGraphView.cs" />
  81. <Compile Include="DrawElementEdges.cs" />
  82. <Compile Include="View\WinSystem.xaml.cs">
  83. <DependentUpon>WinSystem.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="WinControlRelation-Web.xaml.cs">
  86. <DependentUpon>WinControlRelation-Web.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="WinControlRelation.xaml.cs">
  89. <DependentUpon>WinControlRelation.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="UcShowElement.xaml.cs">
  92. <DependentUpon>UcShowElement.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="WinDrawData.xaml.cs">
  95. <DependentUpon>WinDrawData.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="WinDrawEndPoint-Web.xaml.cs">
  98. <DependentUpon>WinDrawEndPoint-Web.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="WinDrawEndPoint.xaml.cs">
  101. <DependentUpon>WinDrawEndPoint.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="WinDrawPipePoint.xaml.cs">
  104. <DependentUpon>WinDrawPipePoint.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="WinDrawSpace-Web.xaml.cs">
  107. <DependentUpon>WinDrawSpace-Web.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="WinDrawSpace.xaml.cs">
  110. <DependentUpon>WinDrawSpace.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="WinDrawWaterNode.xaml.cs">
  113. <DependentUpon>WinDrawWaterNode.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="WinEquipmentRelation-Web.xaml.cs">
  116. <DependentUpon>WinEquipmentRelation-Web.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="WinMachineRoomView-Web.xaml.cs">
  119. <DependentUpon>WinMachineRoomView-Web.xaml</DependentUpon>
  120. </Compile>
  121. <Compile Include="WinMachineRoomView.xaml.cs">
  122. <DependentUpon>WinMachineRoomView.xaml</DependentUpon>
  123. </Compile>
  124. <Page Include="View\WinSystem.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="WinControlRelation-Web.xaml">
  129. <SubType>Designer</SubType>
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. <Page Include="WinControlRelation.xaml">
  133. <Generator>MSBuild:Compile</Generator>
  134. <SubType>Designer</SubType>
  135. </Page>
  136. <Page Include="MainWindow.xaml">
  137. <Generator>MSBuild:Compile</Generator>
  138. <SubType>Designer</SubType>
  139. </Page>
  140. <Compile Include="App.xaml.cs">
  141. <DependentUpon>App.xaml</DependentUpon>
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="MainWindow.xaml.cs">
  145. <DependentUpon>MainWindow.xaml</DependentUpon>
  146. <SubType>Code</SubType>
  147. </Compile>
  148. <Page Include="UcShowElement.xaml">
  149. <SubType>Designer</SubType>
  150. <Generator>MSBuild:Compile</Generator>
  151. </Page>
  152. <Page Include="WinDrawData.xaml">
  153. <Generator>MSBuild:Compile</Generator>
  154. <SubType>Designer</SubType>
  155. </Page>
  156. <Page Include="WinDrawEndPoint-Web.xaml">
  157. <SubType>Designer</SubType>
  158. <Generator>MSBuild:Compile</Generator>
  159. </Page>
  160. <Page Include="WinDrawEndPoint.xaml">
  161. <Generator>MSBuild:Compile</Generator>
  162. <SubType>Designer</SubType>
  163. </Page>
  164. <Page Include="WinDrawPipePoint.xaml">
  165. <SubType>Designer</SubType>
  166. <Generator>MSBuild:Compile</Generator>
  167. </Page>
  168. <Page Include="WinDrawSpace-Web.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="WinDrawSpace.xaml">
  173. <Generator>MSBuild:Compile</Generator>
  174. <SubType>Designer</SubType>
  175. </Page>
  176. <Page Include="WinDrawWaterNode.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="WinEquipmentRelation-Web.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="WinMachineRoomView-Web.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="WinMachineRoomView.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Compile Include="Properties\AssemblyInfo.cs">
  195. <SubType>Code</SubType>
  196. </Compile>
  197. <Compile Include="Properties\Resources.Designer.cs">
  198. <AutoGen>True</AutoGen>
  199. <DesignTime>True</DesignTime>
  200. <DependentUpon>Resources.resx</DependentUpon>
  201. </Compile>
  202. <Compile Include="Properties\Settings.Designer.cs">
  203. <AutoGen>True</AutoGen>
  204. <DependentUpon>Settings.settings</DependentUpon>
  205. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  206. </Compile>
  207. <EmbeddedResource Include="Properties\Resources.resx">
  208. <Generator>ResXFileCodeGenerator</Generator>
  209. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  210. </EmbeddedResource>
  211. <None Include="Properties\Settings.settings">
  212. <Generator>SettingsSingleFileGenerator</Generator>
  213. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  214. </None>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <None Include="App.config" />
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ProjectReference Include="..\CEFSharpWPF\CEFSharpWPF.csproj">
  221. <Project>{6449f956-11a3-4207-ae0f-9ab8563dfdce}</Project>
  222. <Name>CEFSharpWPF</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  225. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  226. <Name>SAGA.DotNetUtils</Name>
  227. </ProjectReference>
  228. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  229. <Project>{f77b7e95-15f0-4b67-947e-318b608fc27f}</Project>
  230. <Name>SAGA.GplotRelationComputerManage</Name>
  231. </ProjectReference>
  232. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  233. <Project>{F6216892-A198-4991-820A-4A2F2637103E}</Project>
  234. <Name>SAGA.MBI</Name>
  235. </ProjectReference>
  236. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  237. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  238. <Name>SAGA.Models</Name>
  239. </ProjectReference>
  240. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  241. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  242. <Name>SAGA.RevitUtils</Name>
  243. </ProjectReference>
  244. </ItemGroup>
  245. <ItemGroup />
  246. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  247. </Project>