SAGA.GplotManage.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. <ItemGroup>
  43. <Reference Include="Aliyun.OSS, Version=2.8.0.0, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Aliyun.OSS.SDK.2.8.0\lib\Aliyun.OSS.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MrAdvice, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c0e7e6eab6f293d8, processorArchitecture=MSIL">
  47. <HintPath>..\packages\MrAdvice.2.5.24\lib\net40-client\MrAdvice.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\Dlls\Newtonsoft.Json.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\Dlls\NPOI.dll</HintPath>
  56. </Reference>
  57. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\Dlls\NPOI.OOXML.dll</HintPath>
  60. </Reference>
  61. <Reference Include="RevitAPI, Version=16.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\Dlls\R2017\RevitAPI.dll</HintPath>
  64. </Reference>
  65. <Reference Include="RevitAPIUI, Version=16.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\Dlls\R2017\RevitAPIUI.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System" />
  70. <Reference Include="System.Configuration" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Web.Extensions" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="System.Net.Http" />
  80. <Reference Include="System.Xaml">
  81. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="WindowsBase" />
  84. <Reference Include="PresentationCore" />
  85. <Reference Include="PresentationFramework" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ApplicationDefinition Include="App.xaml">
  89. <Generator>MSBuild:Compile</Generator>
  90. <SubType>Designer</SubType>
  91. </ApplicationDefinition>
  92. <Compile Include="CheckAndKeepGplotLaster.cs" />
  93. <Compile Include="Command\ColdGplot\ColdRoomSystemCompute.cs" />
  94. <Compile Include="Command\ColdGplot\ColdRoomSystemParse.cs" />
  95. <Compile Include="Command\ColdGplot\ColdRoomSystemView.cs" />
  96. <Compile Include="Command\ColdRommFactory.cs" />
  97. <Compile Include="Command\GplotClientFactory.cs" />
  98. <Compile Include="Command\RoomShowHandler.cs" />
  99. <Compile Include="GplotManage\DrawData.cs" />
  100. <Compile Include="GplotManage\GplotDefinition\GplotTypeItem.cs" />
  101. <Compile Include="GplotManage\GplotDefinition\GplotTypeManager.cs" />
  102. <Compile Include="GplotManage\GplotEdgeItem.cs" />
  103. <Compile Include="GplotManage\GplotFileItem.cs" />
  104. <Compile Include="GplotManage\JsonConfig.cs" />
  105. <Compile Include="GplotManage\LocalDataUtil.cs" />
  106. <Compile Include="Command\MethodExtension.cs" />
  107. <Compile Include="GplotCommand.cs" />
  108. <Compile Include="GplotFactory.cs" />
  109. <Compile Include="GplotManage\GplotClient.cs" />
  110. <Compile Include="GplotManage\GplotClientContext.cs" />
  111. <Compile Include="GplotManage\GplotCompute\GplotComputeData.cs" />
  112. <Compile Include="GplotManage\GplotCompute\GplotCompute.cs" />
  113. <Compile Include="GplotManage\GplotDefinition.cs" />
  114. <Compile Include="GplotManage\GplotData.cs" />
  115. <Compile Include="GplotManage\GplotDefinition\GplotDefinitionType.cs" />
  116. <Compile Include="GplotManage\GplotParse\GplotParseData.cs" />
  117. <Compile Include="GplotManage\GplotParse\GplotParse.cs" />
  118. <Compile Include="GplotManage\GplotView\GplotViewData.cs" />
  119. <Compile Include="GplotManage\GplotView\GplotView.cs" />
  120. <Compile Include="Command\GplotUtil.cs" />
  121. <Compile Include="GraphTypeEnum.cs" />
  122. <Compile Include="UploadRelated\AirNetwork.cs" />
  123. <Compile Include="UploadRelated\ControlRelation.cs" />
  124. <Compile Include="UploadRelated\ConvectionNetwork.cs" />
  125. <Compile Include="UploadRelated\EquipPower.cs" />
  126. <Compile Include="UploadRelated\Gplot.cs" />
  127. <Compile Include="UploadRelated\ChillWaterLoop.cs" />
  128. <Compile Include="UploadRelated\CoolingWaterLoop.cs" />
  129. <Compile Include="UploadRelated\LuDistribution.cs" />
  130. <Compile Include="UploadRelated\NoGplot.cs" />
  131. <Compile Include="UploadRelated\RadiationNetwork.cs" />
  132. <Compile Include="UploadRelated\ElementSpNeighborhood.cs" />
  133. <Compile Include="UploadRelated\TrafficNetwork.cs" />
  134. <Compile Include="UploadRelated\WallGplot.cs" />
  135. <Compile Include="App.xaml.cs">
  136. <DependentUpon>App.xaml</DependentUpon>
  137. <SubType>Code</SubType>
  138. </Compile>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Compile Include="Properties\AssemblyInfo.cs">
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="Properties\Resources.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>Resources.resx</DependentUpon>
  148. </Compile>
  149. <Compile Include="Properties\Settings.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DependentUpon>Settings.settings</DependentUpon>
  152. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  153. </Compile>
  154. <EmbeddedResource Include="Properties\Resources.resx">
  155. <Generator>ResXFileCodeGenerator</Generator>
  156. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  157. </EmbeddedResource>
  158. <None Include="packages.config" />
  159. <None Include="Properties\Settings.settings">
  160. <Generator>SettingsSingleFileGenerator</Generator>
  161. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  162. </None>
  163. <Compile Include="RelatedDataUpload.cs" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="App.config" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <ProjectReference Include="..\SAGA.GplotDrawData\SAGA.GplotDrawData.csproj">
  170. <Project>{E7A7DAAC-F310-46CB-BD9B-1D5AB9E01923}</Project>
  171. <Name>SAGA.GplotDrawData</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  174. <Project>{F77B7E95-15F0-4B67-947E-318B608FC27F}</Project>
  175. <Name>SAGA.GplotRelationComputerManage</Name>
  176. </ProjectReference>
  177. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  178. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  179. <Name>SAGA.DotNetUtils</Name>
  180. </ProjectReference>
  181. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  182. <Project>{f6216892-a198-4991-820a-4a2f2637103e}</Project>
  183. <Name>SAGA.MBI</Name>
  184. </ProjectReference>
  185. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  186. <Project>{D6201677-B7E4-495A-81AB-33C5837121E6}</Project>
  187. <Name>SAGA.RevitUtils</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  190. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  191. <Name>SAGA.Models</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\SAGA.Revit\SAGA.Revit.csproj">
  194. <Project>{26c0661d-086c-4352-84b0-03b5d493ec77}</Project>
  195. <Name>SAGA.Revit</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\WPG\WPG.csproj">
  198. <Project>{022eda6a-0b76-44c3-a530-8312c1b40030}</Project>
  199. <Name>WPG</Name>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Resource Include="16X16.ico" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Content Include="sagacloud.ico">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. </Content>
  209. </ItemGroup>
  210. <ItemGroup />
  211. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  212. <Import Project="..\packages\MrAdvice.2.5.24\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" />
  213. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  214. <PropertyGroup>
  215. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  216. </PropertyGroup>
  217. <Error Condition="!Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.5.24\build\MrAdvice.targets'))" />
  218. </Target>
  219. </Project>