SAGA.GplotManage.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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="SystemChecks\CheckSystemResultView.xaml.cs">
  133. <DependentUpon>CheckSystemResultView.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="SystemChecks\SourceSettingView.xaml.cs">
  136. <DependentUpon>SourceSettingView.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="SystemChecks\VmSourceSetting.cs" />
  139. <Compile Include="SystemChecks\VmSystemCheck.cs" />
  140. <Compile Include="SystemChecks\WinSourceSetting.xaml.cs">
  141. <DependentUpon>WinSourceSetting.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="SystemChecks\WinSystemCheck.xaml.cs">
  144. <DependentUpon>WinSystemCheck.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="SystemRelation\RelationDataUtil.cs" />
  147. <Compile Include="UploadRelated\AirNetwork.cs" />
  148. <Compile Include="UploadRelated\ControlRelation.cs" />
  149. <Compile Include="UploadRelated\ConvectionNetwork.cs" />
  150. <Compile Include="UploadRelated\EquipPower.cs" />
  151. <Compile Include="UploadRelated\Gplot.cs" />
  152. <Compile Include="UploadRelated\ChillWaterLoop.cs" />
  153. <Compile Include="UploadRelated\CoolingWaterLoop.cs" />
  154. <Compile Include="UploadRelated\LuDistribution.cs" />
  155. <Compile Include="UploadRelated\NoGplot.cs" />
  156. <Compile Include="UploadRelated\RadiationNetwork.cs" />
  157. <Compile Include="UploadRelated\ElementSpNeighborhood.cs" />
  158. <Compile Include="UploadRelated\TrafficNetwork.cs" />
  159. <Compile Include="UploadRelated\WallGplot.cs" />
  160. <Compile Include="App.xaml.cs">
  161. <DependentUpon>App.xaml</DependentUpon>
  162. <SubType>Code</SubType>
  163. </Compile>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Compile Include="Properties\AssemblyInfo.cs">
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DesignTime>True</DesignTime>
  172. <DependentUpon>Resources.resx</DependentUpon>
  173. </Compile>
  174. <Compile Include="Properties\Settings.Designer.cs">
  175. <AutoGen>True</AutoGen>
  176. <DependentUpon>Settings.settings</DependentUpon>
  177. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  178. </Compile>
  179. <EmbeddedResource Include="Properties\Resources.resx">
  180. <Generator>ResXFileCodeGenerator</Generator>
  181. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  182. </EmbeddedResource>
  183. <None Include="packages.config" />
  184. <None Include="Properties\Settings.settings">
  185. <Generator>SettingsSingleFileGenerator</Generator>
  186. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  187. </None>
  188. <Compile Include="RelatedDataUpload.cs" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="App.config" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ProjectReference Include="..\SAGA.GplotDrawData\SAGA.GplotDrawData.csproj">
  195. <Project>{E7A7DAAC-F310-46CB-BD9B-1D5AB9E01923}</Project>
  196. <Name>SAGA.GplotDrawData</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  199. <Project>{F77B7E95-15F0-4B67-947E-318B608FC27F}</Project>
  200. <Name>SAGA.GplotRelationComputerManage</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  203. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  204. <Name>SAGA.DotNetUtils</Name>
  205. </ProjectReference>
  206. <ProjectReference Include="..\SAGA.MBIAssistData\SAGA.MBIAssistData.csproj">
  207. <Project>{A36305AB-217A-4A6B-8B78-EA79497B1807}</Project>
  208. <Name>SAGA.MBIAssistData</Name>
  209. </ProjectReference>
  210. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  211. <Project>{f6216892-a198-4991-820a-4a2f2637103e}</Project>
  212. <Name>SAGA.MBI</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  215. <Project>{D6201677-B7E4-495A-81AB-33C5837121E6}</Project>
  216. <Name>SAGA.RevitUtils</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  219. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  220. <Name>SAGA.Models</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\SAGA.Revit\SAGA.Revit.csproj">
  223. <Project>{26c0661d-086c-4352-84b0-03b5d493ec77}</Project>
  224. <Name>SAGA.Revit</Name>
  225. </ProjectReference>
  226. <ProjectReference Include="..\WPG\WPG.csproj">
  227. <Project>{022eda6a-0b76-44c3-a530-8312c1b40030}</Project>
  228. <Name>WPG</Name>
  229. </ProjectReference>
  230. </ItemGroup>
  231. <ItemGroup>
  232. <Resource Include="16X16.ico" />
  233. </ItemGroup>
  234. <ItemGroup>
  235. <Content Include="sagacloud.ico">
  236. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  237. </Content>
  238. </ItemGroup>
  239. <ItemGroup>
  240. <Page Include="SystemChecks\CheckSystemResultView.xaml">
  241. <Generator>MSBuild:Compile</Generator>
  242. <SubType>Designer</SubType>
  243. </Page>
  244. <Page Include="SystemChecks\SourceSettingView.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="SystemChecks\WinSourceSetting.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. </Page>
  252. <Page Include="SystemChecks\WinSystemCheck.xaml">
  253. <SubType>Designer</SubType>
  254. <Generator>MSBuild:Compile</Generator>
  255. </Page>
  256. </ItemGroup>
  257. <ItemGroup>
  258. <Folder Include="RelationManager\" />
  259. </ItemGroup>
  260. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  261. <Import Project="..\packages\MrAdvice.2.5.24\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" />
  262. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  263. <PropertyGroup>
  264. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  265. </PropertyGroup>
  266. <Error Condition="!Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.5.24\build\MrAdvice.targets'))" />
  267. </Target>
  268. </Project>