SAGA.GplotDrawData.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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="CommonControlUtils.cs" />
  80. <Compile Include="Common\WebGplotSettings.cs" />
  81. <Compile Include="DBView\EquipmentGraphView.cs" />
  82. <Compile Include="DBView\FloorSystemGraphView.cs" />
  83. <Compile Include="DBView\IGraphDBView.cs" />
  84. <Compile Include="DBView\MachineRoomGraphView.cs" />
  85. <Compile Include="DBView\PipeEndGraphView.cs" />
  86. <Compile Include="DBView\RoomGraphView.cs" />
  87. <Compile Include="DBView\SpaceGraphView.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="WinDrawSpace-Web.xaml.cs">
  105. <DependentUpon>WinDrawSpace-Web.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="WinEquipmentRelation-Web.xaml.cs">
  108. <DependentUpon>WinEquipmentRelation-Web.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="WinMachineRoomView-Web.xaml.cs">
  111. <DependentUpon>WinMachineRoomView-Web.xaml</DependentUpon>
  112. </Compile>
  113. <Page Include="View\WinMachineRoom.xaml">
  114. <SubType>Designer</SubType>
  115. <Generator>MSBuild:Compile</Generator>
  116. </Page>
  117. <Page Include="View\WinSystem.xaml">
  118. <SubType>Designer</SubType>
  119. <Generator>MSBuild:Compile</Generator>
  120. </Page>
  121. <Page Include="WinControlRelation-Web.xaml">
  122. <SubType>Designer</SubType>
  123. <Generator>MSBuild:Compile</Generator>
  124. </Page>
  125. <Page Include="MainWindow.xaml">
  126. <Generator>MSBuild:Compile</Generator>
  127. <SubType>Designer</SubType>
  128. </Page>
  129. <Compile Include="App.xaml.cs">
  130. <DependentUpon>App.xaml</DependentUpon>
  131. <SubType>Code</SubType>
  132. </Compile>
  133. <Compile Include="MainWindow.xaml.cs">
  134. <DependentUpon>MainWindow.xaml</DependentUpon>
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Page Include="UcShowElement.xaml">
  138. <SubType>Designer</SubType>
  139. <Generator>MSBuild:Compile</Generator>
  140. </Page>
  141. <Page Include="WinDrawSpace-Web.xaml">
  142. <SubType>Designer</SubType>
  143. <Generator>MSBuild:Compile</Generator>
  144. </Page>
  145. <Page Include="WinEquipmentRelation-Web.xaml">
  146. <SubType>Designer</SubType>
  147. <Generator>MSBuild:Compile</Generator>
  148. </Page>
  149. <Page Include="WinMachineRoomView-Web.xaml">
  150. <SubType>Designer</SubType>
  151. <Generator>MSBuild:Compile</Generator>
  152. </Page>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Compile Include="Properties\AssemblyInfo.cs">
  156. <SubType>Code</SubType>
  157. </Compile>
  158. <Compile Include="Properties\Resources.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DesignTime>True</DesignTime>
  161. <DependentUpon>Resources.resx</DependentUpon>
  162. </Compile>
  163. <Compile Include="Properties\Settings.Designer.cs">
  164. <AutoGen>True</AutoGen>
  165. <DependentUpon>Settings.settings</DependentUpon>
  166. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  167. </Compile>
  168. <EmbeddedResource Include="Properties\Resources.resx">
  169. <Generator>ResXFileCodeGenerator</Generator>
  170. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  171. </EmbeddedResource>
  172. <None Include="Properties\Settings.settings">
  173. <Generator>SettingsSingleFileGenerator</Generator>
  174. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  175. </None>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <None Include="App.config" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ProjectReference Include="..\CEFSharpWPF\CEFSharpWPF.csproj">
  182. <Project>{6449f956-11a3-4207-ae0f-9ab8563dfdce}</Project>
  183. <Name>CEFSharpWPF</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  186. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  187. <Name>SAGA.DotNetUtils</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  190. <Project>{f77b7e95-15f0-4b67-947e-318b608fc27f}</Project>
  191. <Name>SAGA.GplotRelationComputerManage</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  194. <Project>{F6216892-A198-4991-820A-4A2F2637103E}</Project>
  195. <Name>SAGA.MBI</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  198. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  199. <Name>SAGA.Models</Name>
  200. </ProjectReference>
  201. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  202. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  203. <Name>SAGA.RevitUtils</Name>
  204. </ProjectReference>
  205. </ItemGroup>
  206. <ItemGroup />
  207. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  208. </Project>