SAGA.GplotManage.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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>{F5FF0AAD-2AAD-4F32-BE18-E58FFF5F389A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>SAGA.GplotManage</RootNamespace>
  10. <AssemblyName>SAGA.GplotManage</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. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\OutputDll\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\OutputDll\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <ApplicationIcon>sagacloud.ico</ApplicationIcon>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>..\OutputDll\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="Aliyun.OSS, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Aliyun.OSS.SDK.2.8.0\lib\Aliyun.OSS.dll</HintPath>
  54. </Reference>
  55. <Reference Include="MrAdvice, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c0e7e6eab6f293d8, processorArchitecture=MSIL">
  56. <HintPath>..\packages\MrAdvice.2.5.24\lib\net40-client\MrAdvice.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\Dlls\Newtonsoft.Json.dll</HintPath>
  61. </Reference>
  62. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\Dlls\NPOI.dll</HintPath>
  65. </Reference>
  66. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\Dlls\NPOI.OOXML.dll</HintPath>
  69. </Reference>
  70. <Reference Include="RevitAPI, Version=16.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\Dlls\R2017\RevitAPI.dll</HintPath>
  73. </Reference>
  74. <Reference Include="RevitAPIUI, Version=16.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\Dlls\R2017\RevitAPIUI.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Web.Extensions" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="System.Xml.Linq" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Xaml">
  90. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  91. </Reference>
  92. <Reference Include="WindowsBase" />
  93. <Reference Include="PresentationCore" />
  94. <Reference Include="PresentationFramework" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ApplicationDefinition Include="App.xaml">
  98. <Generator>MSBuild:Compile</Generator>
  99. <SubType>Designer</SubType>
  100. </ApplicationDefinition>
  101. <Compile Include="CheckAndKeepGplotLaster.cs" />
  102. <Compile Include="Command.cs" />
  103. <Compile Include="Command\ColdGplot\ColdRoomSystemCompute.cs" />
  104. <Compile Include="Command\ColdGplot\ColdRoomSystemParse.cs" />
  105. <Compile Include="Command\ColdGplot\ColdRoomSystemView.cs" />
  106. <Compile Include="Command\ColdRommFactory.cs" />
  107. <Compile Include="Command\GplotClientFactory.cs" />
  108. <Compile Include="Command\RoomShowHandler.cs" />
  109. <Compile Include="GplotManage\DrawData.cs" />
  110. <Compile Include="GplotManage\GplotDefinition\GplotTypeItem.cs" />
  111. <Compile Include="GplotManage\GplotDefinition\GplotTypeManager.cs" />
  112. <Compile Include="GplotManage\GplotEdgeItem.cs" />
  113. <Compile Include="GplotManage\GplotFileItem.cs" />
  114. <Compile Include="GplotManage\JsonConfig.cs" />
  115. <Compile Include="GplotManage\LocalDataUtil.cs" />
  116. <Compile Include="Command\MethodExtension.cs" />
  117. <Compile Include="GplotCommand.cs" />
  118. <Compile Include="GplotFactory.cs" />
  119. <Compile Include="GplotManage\GplotClient.cs" />
  120. <Compile Include="GplotManage\GplotClientContext.cs" />
  121. <Compile Include="GplotManage\GplotCompute\GplotComputeData.cs" />
  122. <Compile Include="GplotManage\GplotCompute\GplotCompute.cs" />
  123. <Compile Include="GplotManage\GplotDefinition.cs" />
  124. <Compile Include="GplotManage\GplotData.cs" />
  125. <Compile Include="GplotManage\GplotDefinition\GplotDefinitionType.cs" />
  126. <Compile Include="GplotManage\GplotParse\GplotParseData.cs" />
  127. <Compile Include="GplotManage\GplotParse\GplotParse.cs" />
  128. <Compile Include="GplotManage\GplotView\GplotViewData.cs" />
  129. <Compile Include="GplotManage\GplotView\GplotView.cs" />
  130. <Compile Include="Command\GplotUtil.cs" />
  131. <Compile Include="GraphTypeEnum.cs" />
  132. <Compile Include="RelationManager\ElectricalRelationUploader.cs" />
  133. <Compile Include="RelationManager\IRelationUploader.cs" />
  134. <Compile Include="RelationManager\RelationDataManager.cs" />
  135. <Compile Include="RelationManager\RelationUploader.cs" />
  136. <Compile Include="RelationManager\SpaceRelationUploader.cs" />
  137. <Compile Include="RelationManager\SystemRelationUploader.cs" />
  138. <Compile Include="SystemChecks\CheckSystemResultView.xaml.cs">
  139. <DependentUpon>CheckSystemResultView.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="SystemChecks\SourceSettingView.xaml.cs">
  142. <DependentUpon>SourceSettingView.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="SystemChecks\VmSourceSetting.cs" />
  145. <Compile Include="SystemChecks\VmSystemCheck.cs" />
  146. <Compile Include="SystemChecks\WinSourceSetting.xaml.cs">
  147. <DependentUpon>WinSourceSetting.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="SystemChecks\WinSystemCheck.xaml.cs">
  150. <DependentUpon>WinSystemCheck.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="SystemRelation\RelationDataUtil.cs" />
  153. <Compile Include="UploadRelated\AirNetwork.cs" />
  154. <Compile Include="UploadRelated\ControlRelation.cs" />
  155. <Compile Include="UploadRelated\ConvectionNetwork.cs" />
  156. <Compile Include="UploadRelated\EquipPower.cs" />
  157. <Compile Include="UploadRelated\Gplot.cs" />
  158. <Compile Include="UploadRelated\ChillWaterLoop.cs" />
  159. <Compile Include="UploadRelated\CoolingWaterLoop.cs" />
  160. <Compile Include="UploadRelated\LuDistribution.cs" />
  161. <Compile Include="UploadRelated\NoGplot.cs" />
  162. <Compile Include="UploadRelated\RadiationNetwork.cs" />
  163. <Compile Include="UploadRelated\ElementSpNeighborhood.cs" />
  164. <Compile Include="UploadRelated\TrafficNetwork.cs" />
  165. <Compile Include="UploadRelated\WallGplot.cs" />
  166. <Compile Include="App.xaml.cs">
  167. <DependentUpon>App.xaml</DependentUpon>
  168. <SubType>Code</SubType>
  169. </Compile>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Compile Include="Properties\AssemblyInfo.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="Properties\Resources.Designer.cs">
  176. <AutoGen>True</AutoGen>
  177. <DesignTime>True</DesignTime>
  178. <DependentUpon>Resources.resx</DependentUpon>
  179. </Compile>
  180. <Compile Include="Properties\Settings.Designer.cs">
  181. <AutoGen>True</AutoGen>
  182. <DependentUpon>Settings.settings</DependentUpon>
  183. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  184. </Compile>
  185. <EmbeddedResource Include="Properties\Resources.resx">
  186. <Generator>ResXFileCodeGenerator</Generator>
  187. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  188. </EmbeddedResource>
  189. <None Include="packages.config" />
  190. <None Include="Properties\Settings.settings">
  191. <Generator>SettingsSingleFileGenerator</Generator>
  192. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  193. </None>
  194. <Compile Include="RelatedDataUpload.cs" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <None Include="App.config" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <ProjectReference Include="..\SAGA.GplotDrawData\SAGA.GplotDrawData.csproj">
  201. <Project>{E7A7DAAC-F310-46CB-BD9B-1D5AB9E01923}</Project>
  202. <Name>SAGA.GplotDrawData</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  205. <Project>{F77B7E95-15F0-4B67-947E-318B608FC27F}</Project>
  206. <Name>SAGA.GplotRelationComputerManage</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  209. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  210. <Name>SAGA.DotNetUtils</Name>
  211. </ProjectReference>
  212. <ProjectReference Include="..\SAGA.MBIAssistData\SAGA.MBIAssistData.csproj">
  213. <Project>{A36305AB-217A-4A6B-8B78-EA79497B1807}</Project>
  214. <Name>SAGA.MBIAssistData</Name>
  215. </ProjectReference>
  216. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  217. <Project>{f6216892-a198-4991-820a-4a2f2637103e}</Project>
  218. <Name>SAGA.MBI</Name>
  219. </ProjectReference>
  220. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  221. <Project>{D6201677-B7E4-495A-81AB-33C5837121E6}</Project>
  222. <Name>SAGA.RevitUtils</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  225. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  226. <Name>SAGA.Models</Name>
  227. </ProjectReference>
  228. <ProjectReference Include="..\SAGA.Revit\SAGA.Revit.csproj">
  229. <Project>{26c0661d-086c-4352-84b0-03b5d493ec77}</Project>
  230. <Name>SAGA.Revit</Name>
  231. </ProjectReference>
  232. <ProjectReference Include="..\WPG\WPG.csproj">
  233. <Project>{022eda6a-0b76-44c3-a530-8312c1b40030}</Project>
  234. <Name>WPG</Name>
  235. </ProjectReference>
  236. </ItemGroup>
  237. <ItemGroup>
  238. <Resource Include="16X16.ico" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <Content Include="sagacloud.ico">
  242. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  243. </Content>
  244. </ItemGroup>
  245. <ItemGroup>
  246. <Page Include="SystemChecks\CheckSystemResultView.xaml">
  247. <Generator>MSBuild:Compile</Generator>
  248. <SubType>Designer</SubType>
  249. </Page>
  250. <Page Include="SystemChecks\SourceSettingView.xaml">
  251. <SubType>Designer</SubType>
  252. <Generator>MSBuild:Compile</Generator>
  253. </Page>
  254. <Page Include="SystemChecks\WinSourceSetting.xaml">
  255. <SubType>Designer</SubType>
  256. <Generator>MSBuild:Compile</Generator>
  257. </Page>
  258. <Page Include="SystemChecks\WinSystemCheck.xaml">
  259. <SubType>Designer</SubType>
  260. <Generator>MSBuild:Compile</Generator>
  261. </Page>
  262. </ItemGroup>
  263. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  264. <Import Project="..\packages\MrAdvice.2.5.24\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" />
  265. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  266. <PropertyGroup>
  267. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  268. </PropertyGroup>
  269. <Error Condition="!Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.5.24\build\MrAdvice.targets'))" />
  270. </Target>
  271. </Project>