SAGA.GplotDrawData.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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=16.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Xaml">
  71. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="WindowsBase" />
  74. <Reference Include="PresentationCore" />
  75. <Reference Include="PresentationFramework" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ApplicationDefinition Include="App.xaml">
  79. <Generator>MSBuild:Compile</Generator>
  80. <SubType>Designer</SubType>
  81. </ApplicationDefinition>
  82. <Compile Include="CommonControlUtils.cs" />
  83. <Compile Include="Common\WebGplotSettings.cs" />
  84. <Compile Include="DBView\EquipmentGraphView.cs" />
  85. <Compile Include="DBView\FloorSystemGraphView.cs" />
  86. <Compile Include="DBView\IGraphDBView.cs" />
  87. <Compile Include="DBView\MachineRoomGraphView.cs" />
  88. <Compile Include="DBView\RoomGraphView.cs" />
  89. <Compile Include="DBView\SpaceGraphView.cs" />
  90. <Compile Include="DBView\VerticalSystemGraphView.cs" />
  91. <Compile Include="DBView\ViewExtension.cs" />
  92. <Compile Include="DBView\VirticalSpaceGraphView.cs" />
  93. <Compile Include="DrawElementEdges.cs" />
  94. <Compile Include="View\WinMachineRoom.xaml.cs">
  95. <DependentUpon>WinMachineRoom.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="View\WinSystem.xaml.cs">
  98. <DependentUpon>WinSystem.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="WinControlRelation-Web.xaml.cs">
  101. <DependentUpon>WinControlRelation-Web.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="UcShowElement.xaml.cs">
  104. <DependentUpon>UcShowElement.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="WinDrawSpace-Web.xaml.cs">
  107. <DependentUpon>WinDrawSpace-Web.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="WinEquipmentRelation-Web.xaml.cs">
  110. <DependentUpon>WinEquipmentRelation-Web.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="WinMachineRoomView-Web.xaml.cs">
  113. <DependentUpon>WinMachineRoomView-Web.xaml</DependentUpon>
  114. </Compile>
  115. <Page Include="View\WinMachineRoom.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="View\WinSystem.xaml">
  120. <SubType>Designer</SubType>
  121. <Generator>MSBuild:Compile</Generator>
  122. </Page>
  123. <Page Include="WinControlRelation-Web.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="MainWindow.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </Page>
  131. <Compile Include="App.xaml.cs">
  132. <DependentUpon>App.xaml</DependentUpon>
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="MainWindow.xaml.cs">
  136. <DependentUpon>MainWindow.xaml</DependentUpon>
  137. <SubType>Code</SubType>
  138. </Compile>
  139. <Page Include="UcShowElement.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. <Page Include="WinDrawSpace-Web.xaml">
  144. <SubType>Designer</SubType>
  145. <Generator>MSBuild:Compile</Generator>
  146. </Page>
  147. <Page Include="WinEquipmentRelation-Web.xaml">
  148. <SubType>Designer</SubType>
  149. <Generator>MSBuild:Compile</Generator>
  150. </Page>
  151. <Page Include="WinMachineRoomView-Web.xaml">
  152. <SubType>Designer</SubType>
  153. <Generator>MSBuild:Compile</Generator>
  154. </Page>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Compile Include="Properties\AssemblyInfo.cs">
  158. <SubType>Code</SubType>
  159. </Compile>
  160. <Compile Include="Properties\Resources.Designer.cs">
  161. <AutoGen>True</AutoGen>
  162. <DesignTime>True</DesignTime>
  163. <DependentUpon>Resources.resx</DependentUpon>
  164. </Compile>
  165. <Compile Include="Properties\Settings.Designer.cs">
  166. <AutoGen>True</AutoGen>
  167. <DependentUpon>Settings.settings</DependentUpon>
  168. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  169. </Compile>
  170. <EmbeddedResource Include="Properties\Resources.resx">
  171. <Generator>ResXFileCodeGenerator</Generator>
  172. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  173. </EmbeddedResource>
  174. <None Include="Properties\Settings.settings">
  175. <Generator>SettingsSingleFileGenerator</Generator>
  176. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  177. </None>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <None Include="App.config" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <ProjectReference Include="..\CEFSharpWPF\CEFSharpWPF.csproj">
  184. <Project>{6449f956-11a3-4207-ae0f-9ab8563dfdce}</Project>
  185. <Name>CEFSharpWPF</Name>
  186. </ProjectReference>
  187. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  188. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  189. <Name>SAGA.DotNetUtils</Name>
  190. </ProjectReference>
  191. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  192. <Project>{f77b7e95-15f0-4b67-947e-318b608fc27f}</Project>
  193. <Name>SAGA.GplotRelationComputerManage</Name>
  194. </ProjectReference>
  195. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  196. <Project>{F6216892-A198-4991-820A-4A2F2637103E}</Project>
  197. <Name>SAGA.MBI</Name>
  198. </ProjectReference>
  199. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  200. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  201. <Name>SAGA.Models</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  204. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  205. <Name>SAGA.RevitUtils</Name>
  206. </ProjectReference>
  207. </ItemGroup>
  208. <ItemGroup />
  209. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  210. </Project>