SAGA.GplotDrawData.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>..\OutputDll\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <ErrorReport>prompt</ErrorReport>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" />
  48. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\Dlls\NPOI.dll</HintPath>
  51. </Reference>
  52. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\SpacePlugin\Dlls\NPOI.OOXML.dll</HintPath>
  55. </Reference>
  56. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1" />
  57. <Reference Include="RevitAPI, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" />
  58. <Reference Include="RevitAPIUI, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" />
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Xaml">
  68. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="WindowsBase" />
  71. <Reference Include="PresentationCore" />
  72. <Reference Include="PresentationFramework" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ApplicationDefinition Include="App.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </ApplicationDefinition>
  79. <Compile Include="Common\WebGplotSettings.cs" />
  80. <Compile Include="DBView\EquipmentGraphView.cs" />
  81. <Compile Include="DBView\FloorSystemGraphView.cs" />
  82. <Compile Include="DBView\IGraphDBView.cs" />
  83. <Compile Include="DBView\MachineRoomGraphView.cs" />
  84. <Compile Include="DBView\PipeEndGraphView.cs" />
  85. <Compile Include="DBView\RoomGraphView.cs" />
  86. <Compile Include="DBView\SpaceGraphView.cs" />
  87. <Compile Include="DBView\VerticalPipeGraphView.cs" />
  88. <Compile Include="DBView\VerticalSystemGraphView.cs" />
  89. <Compile Include="DBView\ViewExtension.cs" />
  90. <Compile Include="DBView\VirticalSpaceGraphView.cs" />
  91. <Compile Include="DrawElementEdges.cs" />
  92. <Compile Include="View\WinMachineRoom.xaml.cs">
  93. <DependentUpon>WinMachineRoom.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="View\WinSystem.xaml.cs">
  96. <DependentUpon>WinSystem.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="WinControlRelation-Web.xaml.cs">
  99. <DependentUpon>WinControlRelation-Web.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="UcShowElement.xaml.cs">
  102. <DependentUpon>UcShowElement.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="WinDrawEndPoint-Web.xaml.cs">
  105. <DependentUpon>WinDrawEndPoint-Web.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="WinDrawSpace-Web.xaml.cs">
  108. <DependentUpon>WinDrawSpace-Web.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="WinEquipmentRelation-Web.xaml.cs">
  111. <DependentUpon>WinEquipmentRelation-Web.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="WinMachineRoomView-Web.xaml.cs">
  114. <DependentUpon>WinMachineRoomView-Web.xaml</DependentUpon>
  115. </Compile>
  116. <Page Include="View\WinMachineRoom.xaml">
  117. <SubType>Designer</SubType>
  118. <Generator>MSBuild:Compile</Generator>
  119. </Page>
  120. <Page Include="View\WinSystem.xaml">
  121. <SubType>Designer</SubType>
  122. <Generator>MSBuild:Compile</Generator>
  123. </Page>
  124. <Page Include="WinControlRelation-Web.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="MainWindow.xaml">
  129. <Generator>MSBuild:Compile</Generator>
  130. <SubType>Designer</SubType>
  131. </Page>
  132. <Compile Include="App.xaml.cs">
  133. <DependentUpon>App.xaml</DependentUpon>
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="MainWindow.xaml.cs">
  137. <DependentUpon>MainWindow.xaml</DependentUpon>
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Page Include="UcShowElement.xaml">
  141. <SubType>Designer</SubType>
  142. <Generator>MSBuild:Compile</Generator>
  143. </Page>
  144. <Page Include="WinDrawEndPoint-Web.xaml">
  145. <SubType>Designer</SubType>
  146. <Generator>MSBuild:Compile</Generator>
  147. </Page>
  148. <Page Include="WinDrawSpace-Web.xaml">
  149. <SubType>Designer</SubType>
  150. <Generator>MSBuild:Compile</Generator>
  151. </Page>
  152. <Page Include="WinEquipmentRelation-Web.xaml">
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. <Page Include="WinMachineRoomView-Web.xaml">
  157. <SubType>Designer</SubType>
  158. <Generator>MSBuild:Compile</Generator>
  159. </Page>
  160. </ItemGroup>
  161. <ItemGroup>
  162. <Compile Include="Properties\AssemblyInfo.cs">
  163. <SubType>Code</SubType>
  164. </Compile>
  165. <Compile Include="Properties\Resources.Designer.cs">
  166. <AutoGen>True</AutoGen>
  167. <DesignTime>True</DesignTime>
  168. <DependentUpon>Resources.resx</DependentUpon>
  169. </Compile>
  170. <Compile Include="Properties\Settings.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DependentUpon>Settings.settings</DependentUpon>
  173. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  174. </Compile>
  175. <EmbeddedResource Include="Properties\Resources.resx">
  176. <Generator>ResXFileCodeGenerator</Generator>
  177. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  178. </EmbeddedResource>
  179. <None Include="Properties\Settings.settings">
  180. <Generator>SettingsSingleFileGenerator</Generator>
  181. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  182. </None>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <None Include="App.config" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <ProjectReference Include="..\CEFSharpWPF\CEFSharpWPF.csproj">
  189. <Project>{6449f956-11a3-4207-ae0f-9ab8563dfdce}</Project>
  190. <Name>CEFSharpWPF</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  193. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  194. <Name>SAGA.DotNetUtils</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  197. <Project>{f77b7e95-15f0-4b67-947e-318b608fc27f}</Project>
  198. <Name>SAGA.GplotRelationComputerManage</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  201. <Project>{F6216892-A198-4991-820A-4A2F2637103E}</Project>
  202. <Name>SAGA.MBI</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  205. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  206. <Name>SAGA.Models</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  209. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  210. <Name>SAGA.RevitUtils</Name>
  211. </ProjectReference>
  212. </ItemGroup>
  213. <ItemGroup />
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. </Project>