SAGA.GplotManage.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1" />
  71. <Reference Include="RevitAPI, Version=16.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\Dlls\R2017\RevitAPI.dll</HintPath>
  74. </Reference>
  75. <Reference Include="RevitAPIUI, Version=16.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\Dlls\R2017\RevitAPIUI.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Configuration" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Web.Extensions" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="Microsoft.CSharp" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="System.Net.Http" />
  90. <Reference Include="System.Xaml">
  91. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  92. </Reference>
  93. <Reference Include="WindowsBase" />
  94. <Reference Include="PresentationCore" />
  95. <Reference Include="PresentationFramework" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ApplicationDefinition Include="App.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </ApplicationDefinition>
  102. <Compile Include="Command.cs" />
  103. <Compile Include="GplotCommand.cs" />
  104. <Compile Include="GraphTypeEnum.cs" />
  105. <Compile Include="RelationManager\ElectricalRelationUploader.cs" />
  106. <Compile Include="RelationManager\IRelationUploader.cs" />
  107. <Compile Include="RelationManager\RelationDataManager.cs" />
  108. <Compile Include="RelationManager\RelationUploader.cs" />
  109. <Compile Include="RelationManager\SpaceRelationUploader.cs" />
  110. <Compile Include="RelationManager\SystemRelationUploader.cs" />
  111. <Compile Include="RelationManager\WinComputeRelations.xaml.cs">
  112. <DependentUpon>WinComputeRelations.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="SystemChecks\CheckSystemResultView.xaml.cs">
  115. <DependentUpon>CheckSystemResultView.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="SystemChecks\SourceSettingView.xaml.cs">
  118. <DependentUpon>SourceSettingView.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="SystemChecks\VmSourceSetting.cs" />
  121. <Compile Include="SystemChecks\VmSystemCheck.cs" />
  122. <Compile Include="SystemChecks\WinSourceSetting.xaml.cs">
  123. <DependentUpon>WinSourceSetting.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="SystemChecks\WinSystemCheck.xaml.cs">
  126. <DependentUpon>WinSystemCheck.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="SystemRelation\RelationDataUtil.cs" />
  129. <Compile Include="TopologyApplicationCommand.cs" />
  130. <Compile Include="TopologyApplication\SearchShaft\SearchShaftHandler.cs" />
  131. <Compile Include="TopologyApplication\SearchShaft\SpaceInfo.cs" />
  132. <Compile Include="TopologyApplication\SpaceAirSupply\SpaceAirSupplyDocUtil.cs" />
  133. <Compile Include="TopologyApplication\SpaceAirSupply\SpaceAirSupplyHandler.cs" />
  134. <Compile Include="TopologyApplication\SpaceAirSupply\SpaceAirSupplyResultItem.cs" />
  135. <Compile Include="TopologyApplication\TopologyApplicationUtil.cs" />
  136. <Compile Include="App.xaml.cs">
  137. <DependentUpon>App.xaml</DependentUpon>
  138. <SubType>Code</SubType>
  139. </Compile>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Compile Include="Properties\AssemblyInfo.cs">
  143. <SubType>Code</SubType>
  144. </Compile>
  145. <Compile Include="Properties\Resources.Designer.cs">
  146. <AutoGen>True</AutoGen>
  147. <DesignTime>True</DesignTime>
  148. <DependentUpon>Resources.resx</DependentUpon>
  149. </Compile>
  150. <Compile Include="Properties\Settings.Designer.cs">
  151. <AutoGen>True</AutoGen>
  152. <DependentUpon>Settings.settings</DependentUpon>
  153. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  154. </Compile>
  155. <EmbeddedResource Include="Properties\Resources.resx">
  156. <Generator>ResXFileCodeGenerator</Generator>
  157. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  158. </EmbeddedResource>
  159. <None Include="packages.config" />
  160. <None Include="Properties\Settings.settings">
  161. <Generator>SettingsSingleFileGenerator</Generator>
  162. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  163. </None>
  164. <Compile Include="RelatedDataUpload.cs" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <None Include="App.config" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <ProjectReference Include="..\SAGA.GplotDrawData\SAGA.GplotDrawData.csproj">
  171. <Project>{E7A7DAAC-F310-46CB-BD9B-1D5AB9E01923}</Project>
  172. <Name>SAGA.GplotDrawData</Name>
  173. </ProjectReference>
  174. <ProjectReference Include="..\SAGA.GplotRelationComputerManage\SAGA.GplotRelationComputerManage.csproj">
  175. <Project>{F77B7E95-15F0-4B67-947E-318B608FC27F}</Project>
  176. <Name>SAGA.GplotRelationComputerManage</Name>
  177. </ProjectReference>
  178. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  179. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  180. <Name>SAGA.DotNetUtils</Name>
  181. </ProjectReference>
  182. <ProjectReference Include="..\SAGA.MBIAssistData\SAGA.MBIAssistData.csproj">
  183. <Project>{A36305AB-217A-4A6B-8B78-EA79497B1807}</Project>
  184. <Name>SAGA.MBIAssistData</Name>
  185. </ProjectReference>
  186. <ProjectReference Include="..\SAGA.MBI\SAGA.MBI.csproj">
  187. <Project>{f6216892-a198-4991-820a-4a2f2637103e}</Project>
  188. <Name>SAGA.MBI</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  191. <Project>{D6201677-B7E4-495A-81AB-33C5837121E6}</Project>
  192. <Name>SAGA.RevitUtils</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  195. <Project>{e77d7f18-966e-4ef9-acd6-dd9ad38eff3d}</Project>
  196. <Name>SAGA.Models</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\SAGA.Revit\SAGA.Revit.csproj">
  199. <Project>{26c0661d-086c-4352-84b0-03b5d493ec77}</Project>
  200. <Name>SAGA.Revit</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\WPG\WPG.csproj">
  203. <Project>{022eda6a-0b76-44c3-a530-8312c1b40030}</Project>
  204. <Name>WPG</Name>
  205. </ProjectReference>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <Resource Include="16X16.ico" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Content Include="sagacloud.ico">
  212. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  213. </Content>
  214. </ItemGroup>
  215. <ItemGroup>
  216. <Page Include="RelationManager\WinComputeRelations.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="SystemChecks\CheckSystemResultView.xaml">
  221. <Generator>MSBuild:Compile</Generator>
  222. <SubType>Designer</SubType>
  223. </Page>
  224. <Page Include="SystemChecks\SourceSettingView.xaml">
  225. <SubType>Designer</SubType>
  226. <Generator>MSBuild:Compile</Generator>
  227. </Page>
  228. <Page Include="SystemChecks\WinSourceSetting.xaml">
  229. <SubType>Designer</SubType>
  230. <Generator>MSBuild:Compile</Generator>
  231. </Page>
  232. <Page Include="SystemChecks\WinSystemCheck.xaml">
  233. <SubType>Designer</SubType>
  234. <Generator>MSBuild:Compile</Generator>
  235. </Page>
  236. </ItemGroup>
  237. <ItemGroup />
  238. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  239. <Import Project="..\packages\MrAdvice.2.5.24\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" />
  240. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  241. <PropertyGroup>
  242. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  243. </PropertyGroup>
  244. <Error Condition="!Exists('..\packages\MrAdvice.2.5.24\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.5.24\build\MrAdvice.targets'))" />
  245. </Target>
  246. </Project>