SAGA.MBI.csproj 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  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>{F6216892-A198-4991-820A-4A2F2637103E}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SAGA.MBI</RootNamespace>
  11. <AssemblyName>SAGA.MBI</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>1</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>..\OutputDll\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>..\OutputDll\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <StartupObject />
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|AnyCPU'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <OutputPath>..\OutputDll\</OutputPath>
  59. <DefineConstants>DEBUG;TRACE</DefineConstants>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>AnyCPU</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|AnyCPU'">
  66. <DebugSymbols>true</DebugSymbols>
  67. <OutputPath>..\OutputDll\</OutputPath>
  68. <DefineConstants>DEBUG;TRACE</DefineConstants>
  69. <DebugType>full</DebugType>
  70. <PlatformTarget>AnyCPU</PlatformTarget>
  71. <ErrorReport>prompt</ErrorReport>
  72. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  75. <DebugSymbols>true</DebugSymbols>
  76. <OutputPath>..\OutputDll\</OutputPath>
  77. <DefineConstants>DEBUG;TRACE</DefineConstants>
  78. <DebugType>full</DebugType>
  79. <PlatformTarget>x86</PlatformTarget>
  80. <ErrorReport>prompt</ErrorReport>
  81. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  84. <OutputPath>..\OutputDll\</OutputPath>
  85. <DefineConstants>TRACE</DefineConstants>
  86. <Optimize>true</Optimize>
  87. <DebugType>pdbonly</DebugType>
  88. <PlatformTarget>x86</PlatformTarget>
  89. <ErrorReport>prompt</ErrorReport>
  90. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x86'">
  93. <DebugSymbols>true</DebugSymbols>
  94. <OutputPath>..\OutputDll\</OutputPath>
  95. <DefineConstants>DEBUG;TRACE</DefineConstants>
  96. <DebugType>full</DebugType>
  97. <PlatformTarget>x86</PlatformTarget>
  98. <ErrorReport>prompt</ErrorReport>
  99. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  100. <Prefer32Bit>true</Prefer32Bit>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x86'">
  103. <DebugSymbols>true</DebugSymbols>
  104. <OutputPath>..\OutputDll\</OutputPath>
  105. <DefineConstants>DEBUG;TRACE</DefineConstants>
  106. <DebugType>full</DebugType>
  107. <PlatformTarget>x86</PlatformTarget>
  108. <ErrorReport>prompt</ErrorReport>
  109. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  110. <Prefer32Bit>true</Prefer32Bit>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  113. <DebugSymbols>true</DebugSymbols>
  114. <OutputPath>..\OutputDll\</OutputPath>
  115. <DefineConstants>DEBUG;TRACE</DefineConstants>
  116. <DebugType>full</DebugType>
  117. <PlatformTarget>x64</PlatformTarget>
  118. <ErrorReport>prompt</ErrorReport>
  119. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  122. <OutputPath>..\OutputDll\</OutputPath>
  123. <DefineConstants>TRACE</DefineConstants>
  124. <Optimize>true</Optimize>
  125. <DebugType>pdbonly</DebugType>
  126. <PlatformTarget>x64</PlatformTarget>
  127. <ErrorReport>prompt</ErrorReport>
  128. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x64'">
  131. <DebugSymbols>true</DebugSymbols>
  132. <OutputPath>..\OutputDll\</OutputPath>
  133. <DefineConstants>DEBUG;TRACE</DefineConstants>
  134. <DebugType>full</DebugType>
  135. <PlatformTarget>x64</PlatformTarget>
  136. <ErrorReport>prompt</ErrorReport>
  137. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  138. <Prefer32Bit>true</Prefer32Bit>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x64'">
  141. <DebugSymbols>true</DebugSymbols>
  142. <OutputPath>..\OutputDll\</OutputPath>
  143. <DefineConstants>DEBUG;TRACE</DefineConstants>
  144. <DebugType>full</DebugType>
  145. <PlatformTarget>x64</PlatformTarget>
  146. <ErrorReport>prompt</ErrorReport>
  147. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  148. <Prefer32Bit>true</Prefer32Bit>
  149. </PropertyGroup>
  150. <PropertyGroup>
  151. <ApplicationIcon>sagacloud.ico</ApplicationIcon>
  152. </PropertyGroup>
  153. <PropertyGroup>
  154. <ManifestCertificateThumbprint>FFB0794B4F6EA88CC9553EEF589DB2B54D262158</ManifestCertificateThumbprint>
  155. </PropertyGroup>
  156. <PropertyGroup>
  157. <ManifestKeyFile>SAGA.MBI_TemporaryKey.pfx</ManifestKeyFile>
  158. </PropertyGroup>
  159. <PropertyGroup>
  160. <GenerateManifests>true</GenerateManifests>
  161. </PropertyGroup>
  162. <PropertyGroup>
  163. <TargetZone>LocalIntranet</TargetZone>
  164. </PropertyGroup>
  165. <PropertyGroup />
  166. <PropertyGroup>
  167. <SignManifests>false</SignManifests>
  168. </PropertyGroup>
  169. <PropertyGroup>
  170. <SignAssembly>false</SignAssembly>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  173. <DebugSymbols>true</DebugSymbols>
  174. <OutputPath>bin\RR17\</OutputPath>
  175. <DefineConstants>DEBUG;TRACE</DefineConstants>
  176. <DebugType>full</DebugType>
  177. <PlatformTarget>AnyCPU</PlatformTarget>
  178. <ErrorReport>prompt</ErrorReport>
  179. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x86'">
  182. <DebugSymbols>true</DebugSymbols>
  183. <OutputPath>bin\x86\RR17\</OutputPath>
  184. <DefineConstants>DEBUG;TRACE</DefineConstants>
  185. <DebugType>full</DebugType>
  186. <PlatformTarget>x86</PlatformTarget>
  187. <ErrorReport>prompt</ErrorReport>
  188. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  189. <Prefer32Bit>true</Prefer32Bit>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x64'">
  192. <DebugSymbols>true</DebugSymbols>
  193. <OutputPath>..\OutputDll\</OutputPath>
  194. <DefineConstants>DEBUG;TRACE</DefineConstants>
  195. <DebugType>full</DebugType>
  196. <PlatformTarget>x64</PlatformTarget>
  197. <ErrorReport>prompt</ErrorReport>
  198. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  199. <Prefer32Bit>true</Prefer32Bit>
  200. </PropertyGroup>
  201. <ItemGroup>
  202. <Reference Include="Aliyun.OSS">
  203. <HintPath>..\Dlls\Aliyun.OSS.dll</HintPath>
  204. </Reference>
  205. <Reference Include="DevExpress.Data.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  206. <SpecificVersion>False</SpecificVersion>
  207. <HintPath>..\Dlls\DevExpress\DevExpress.Data.v16.2.dll</HintPath>
  208. </Reference>
  209. <Reference Include="DevExpress.Mvvm.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  210. <SpecificVersion>False</SpecificVersion>
  211. <HintPath>..\Dlls\DevExpress\DevExpress.Mvvm.v16.2.dll</HintPath>
  212. </Reference>
  213. <Reference Include="DevExpress.Printing.v16.2.Core, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  214. <SpecificVersion>False</SpecificVersion>
  215. <HintPath>..\Dlls\DevExpress\DevExpress.Printing.v16.2.Core.dll</HintPath>
  216. </Reference>
  217. <Reference Include="DevExpress.Xpf.Core.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  218. <SpecificVersion>False</SpecificVersion>
  219. <HintPath>..\Dlls\DevExpress\DevExpress.Xpf.Core.v16.2.dll</HintPath>
  220. </Reference>
  221. <Reference Include="DevExpress.Xpf.Grid.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  222. <SpecificVersion>False</SpecificVersion>
  223. <HintPath>..\Dlls\DevExpress\DevExpress.Xpf.Grid.v16.2.dll</HintPath>
  224. </Reference>
  225. <Reference Include="DevExpress.Xpf.Grid.v16.2.Core, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  226. <SpecificVersion>False</SpecificVersion>
  227. <HintPath>..\Dlls\DevExpress\DevExpress.Xpf.Grid.v16.2.Core.dll</HintPath>
  228. </Reference>
  229. <Reference Include="FWindSoft, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  230. <SpecificVersion>False</SpecificVersion>
  231. <HintPath>..\Dlls\FirmLibDll\FWindSoft.dll</HintPath>
  232. </Reference>
  233. <Reference Include="FWindSoft.Wpf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
  234. <Reference Include="Microsoft.VisualBasic" />
  235. <Reference Include="MrAdvice, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c0e7e6eab6f293d8, processorArchitecture=MSIL">
  236. <HintPath>..\packages\MrAdvice.2.7.2\lib\net40-client\MrAdvice.dll</HintPath>
  237. </Reference>
  238. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  239. <SpecificVersion>False</SpecificVersion>
  240. <HintPath>..\Dlls\Newtonsoft.Json.dll</HintPath>
  241. </Reference>
  242. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  243. <SpecificVersion>False</SpecificVersion>
  244. <HintPath>..\Dlls\NPOI.dll</HintPath>
  245. </Reference>
  246. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  247. <SpecificVersion>False</SpecificVersion>
  248. <HintPath>..\Dlls\NPOI.OOXML.dll</HintPath>
  249. </Reference>
  250. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  251. <SpecificVersion>False</SpecificVersion>
  252. <HintPath>..\Dlls\NPOI.OpenXml4Net.dll</HintPath>
  253. </Reference>
  254. <Reference Include="NPOI.OpenXmlFormats, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  255. <SpecificVersion>False</SpecificVersion>
  256. <HintPath>..\Dlls\NPOI.OpenXmlFormats.dll</HintPath>
  257. </Reference>
  258. <Reference Include="PresentationCore" />
  259. <Reference Include="PresentationFramework" />
  260. <Reference Include="RevitAPI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  261. <SpecificVersion>False</SpecificVersion>
  262. <HintPath>..\Dlls\RevitRefDll\RevitAPI.dll</HintPath>
  263. </Reference>
  264. <Reference Include="RevitAPIUI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  265. <SpecificVersion>False</SpecificVersion>
  266. <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
  267. </Reference>
  268. <Reference Include="System" />
  269. <Reference Include="System.Core" />
  270. <Reference Include="System.Drawing" />
  271. <Reference Include="System.Windows.Forms" />
  272. <Reference Include="System.Xaml" />
  273. <Reference Include="System.Xml.Linq" />
  274. <Reference Include="System.Data.DataSetExtensions" />
  275. <Reference Include="Microsoft.CSharp" />
  276. <Reference Include="System.Data" />
  277. <Reference Include="System.Net.Http" />
  278. <Reference Include="System.Xml" />
  279. <Reference Include="UIAutomationProvider" />
  280. <Reference Include="UIAutomationTypes" />
  281. <Reference Include="WindowsBase" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <Compile Include="App.xaml.cs" />
  285. <Compile Include="Calc\CalcContext.cs" />
  286. <Compile Include="Calc\ControlRelationCalc.cs" />
  287. <Compile Include="Calc\ObjectCalc.cs" />
  288. <Compile Include="CmbData\FloorCmbVm.cs" />
  289. <Compile Include="CmbData\ClimaticRegion.cs" />
  290. <Compile Include="CmbData\ProvinceCityInfo.cs" />
  291. <Compile Include="CmbData\BuildingCmbVm.cs" />
  292. <Compile Include="CmbData\ProvinceCityVm.cs" />
  293. <Compile Include="Common\CacheAspect.cs" />
  294. <Compile Include="Common\EquipmentCodeMap.cs" />
  295. <Compile Include="Common\MailLog.cs" />
  296. <Compile Include="Common\PhaseUtil.cs" />
  297. <Compile Include="Common\RevitBuiltInParameter.cs" />
  298. <Compile Include="Common\WaitingView.cs" />
  299. <Compile Include="DataArrange\DalInfoCode.cs" />
  300. <Compile Include="Html5Command.cs" />
  301. <Compile Include="Command.cs" />
  302. <Compile Include="Common\MBIAssistHelper.cs" />
  303. <Compile Include="Common\MBIConst.cs" />
  304. <Compile Include="Common\MBIControl.cs" />
  305. <Compile Include="Common\RelationConst.cs" />
  306. <Compile Include="Common\RevitModelFileUpload.cs" />
  307. <Compile Include="DataArrange\DalBeModeDutyList.cs" />
  308. <Compile Include="DataArrange\DalCmd.cs" />
  309. <Compile Include="DataArrange\DalBeacon.cs" />
  310. <Compile Include="DataArrange\DalCommon.cs" />
  311. <Compile Include="DataArrange\DalEquip.cs" />
  312. <Compile Include="DataArrange\DalEquipPart.cs" />
  313. <Compile Include="DataArrange\DalLock.cs" />
  314. <Compile Include="DataArrange\DalLogOperate.cs" />
  315. <Compile Include="DataArrange\DalManufacturerLibrary.cs" />
  316. <Compile Include="DataArrange\DalMatchFM.cs" />
  317. <Compile Include="DataArrange\DalModeFileManange.cs" />
  318. <Compile Include="DataArrange\DalProjectTree.cs" />
  319. <Compile Include="DataArrange\DalSpace.cs" />
  320. <Compile Include="DataArrange\DalUserMenuPermission.cs" />
  321. <Compile Include="Interaction\MBILocalNameTrigger.cs" />
  322. <Compile Include="Interaction\MBIModelInfoManager.cs" />
  323. <Compile Include="JsonConvert\QRCodeConvert.cs" />
  324. <Compile Include="ModeInfoEdit\WinPointMergeTip.xaml.cs">
  325. <DependentUpon>WinPointMergeTip.xaml</DependentUpon>
  326. </Compile>
  327. <Compile Include="ModeInfoEdit\WinPointInfoMerge.xaml.cs">
  328. <DependentUpon>WinPointInfoMerge.xaml</DependentUpon>
  329. </Compile>
  330. <Compile Include="Model\Global_Relation_Defination.cs" />
  331. <Compile Include="Model\GraphRelationType.cs" />
  332. <Compile Include="Model\MBSpace.cs" />
  333. <Compile Include="Model\MQRCode.cs" />
  334. <Compile Include="RequestData\QRCodeRequest.cs" />
  335. <Compile Include="RequestData\RequestResultUtil.cs" />
  336. <Compile Include="RevitModelHandle\ParameterDefinitionFactory.cs" />
  337. <Compile Include="RevitModelHandle\ParameterUtil.cs" />
  338. <Compile Include="RevitModelHandle\RevitParameterUpdate.cs" />
  339. <Compile Include="RevitReference\RVTNoModeDutyOperate.cs" />
  340. <Compile Include="Service\InputService.cs" />
  341. <Compile Include="ToolsData\DataCheck\DutyModeCodeDiffCheck.cs" />
  342. <Compile Include="ToolsData\DataCheck\DutyModeCodeDiffCheckResult.cs" />
  343. <Compile Include="ToolsData\DataCheck\SpaceEquipFloorCheck.cs" />
  344. <Compile Include="ToolsData\DataCheck\SpaceEquipFloorCheckResult.cs" />
  345. <Compile Include="ToolsData\CopyLocalNameValue.cs" />
  346. <Compile Include="ToolsData\DelZeroSpace.cs" />
  347. <Compile Include="ToolsData\CheckBase\CheckOperation.cs" />
  348. <Compile Include="ToolsData\CheckBase\CheckType.cs" />
  349. <Compile Include="ToolsData\CheckBase\ICheckBase.cs" />
  350. <Compile Include="ToolsData\CheckDocumentData.cs" />
  351. <Compile Include="ToolsData\CorrectPropertyReadFromRevitHandler.cs" />
  352. <Compile Include="ToolsData\CheckDuplicationBIMId.cs" />
  353. <Compile Include="ToolsData\DataCheck\DataCheckBase.cs" />
  354. <Compile Include="ToolsData\CheckBase\CheckContext.cs" />
  355. <Compile Include="ToolsData\DataCheck\DataCheckResultBase.cs" />
  356. <Compile Include="ToolsData\DataCheck\BIMDuplicationCheck.cs" />
  357. <Compile Include="ToolsData\DataCheck\MissDutyOrModeCheck.cs" />
  358. <Compile Include="ToolsData\DataCheck\BIMDuplicationCheckResult.cs" />
  359. <Compile Include="ToolsData\DataCheck\MissDutyOrModeCheckResult.cs" />
  360. <Compile Include="ToolsData\DataCheck\QRCodeContextCheck.cs" />
  361. <Compile Include="ToolsData\DataCheck\DutyFMInfoCheck.cs" />
  362. <Compile Include="ToolsData\DataCheck\QRCodeContextCheckResult.cs" />
  363. <Compile Include="ToolsData\DataCheck\DutyFMInfoCheckResult.cs" />
  364. <Compile Include="ToolsData\DataCheck\WinDataCheckSetting.xaml.cs">
  365. <DependentUpon>WinDataCheckSetting.xaml</DependentUpon>
  366. </Compile>
  367. <Compile Include="ToolsData\ModeCheck\EquipReferSystemCheck.cs" />
  368. <Compile Include="ToolsData\ModeCheck\EquipReferSystemCheckResult.cs" />
  369. <Compile Include="ToolsData\ModeCheck\ParameterIntegrityCheck.cs" />
  370. <Compile Include="ToolsData\ModeCheck\ParameterIntegrityCheckResult.cs" />
  371. <Compile Include="ToolsData\ModeCheck\ModeCheckBase.cs" />
  372. <Compile Include="ToolsData\ModeCheck\DataCheckRule.cs" />
  373. <Compile Include="ToolsData\CheckBase\DCElementType.cs" />
  374. <Compile Include="ToolsData\ModeCheck\DCRExport.cs" />
  375. <Compile Include="ToolsData\ModeCheck\DocumentQueue.cs" />
  376. <Compile Include="ToolsData\ModeCheck\ElementRangeCheck.cs" />
  377. <Compile Include="ToolsData\ModeCheck\ElementRangeCheckResult.cs" />
  378. <Compile Include="ToolsData\ModeCheck\ConnectorCheck.cs" />
  379. <Compile Include="ToolsData\ModeCheck\ConnectorCheckResult.cs" />
  380. <Compile Include="ToolsData\CheckBase\DCNPOIExtend.cs" />
  381. <Compile Include="ToolsData\ModeCheck\EquipmentInSpaceCheck.cs" />
  382. <Compile Include="ToolsData\ModeCheck\EquipmentInSpaceCheckResult.cs" />
  383. <Compile Include="ToolsData\ModeCheck\FloorMissCheck.cs" />
  384. <Compile Include="ToolsData\ModeCheck\FloorMissCheckResult.cs" />
  385. <Compile Include="ToolsData\CheckBase\CheckProcessAspect.cs" />
  386. <Compile Include="ToolsData\CheckBase\CheckProgressBarClient.cs" />
  387. <Compile Include="ToolsData\ModeCheck\SagaPositionCheck.cs" />
  388. <Compile Include="ToolsData\ModeCheck\FloorSequenceCheck.cs" />
  389. <Compile Include="ToolsData\ModeCheck\SagaPositionCheckCheckResult.cs" />
  390. <Compile Include="ToolsData\ModeCheck\FloorSequenceCheckResult.cs" />
  391. <Compile Include="ToolsData\ModeCheck\SystemCheck.cs" />
  392. <Compile Include="ToolsData\ModeCheck\SystemCheckResult.cs" />
  393. <Compile Include="ToolsData\ModeCheck\ModeCheckResultBase.cs" />
  394. <Compile Include="ToolsData\ModeCheck\ColumnCheck.cs" />
  395. <Compile Include="ToolsData\ModeCheck\EquipmentPartRefEqCheck.cs" />
  396. <Compile Include="ToolsData\ModeCheck\ColumnCheckResult.cs" />
  397. <Compile Include="ToolsData\ModeCheck\EquipmentPartRefEqCheckResult.cs" />
  398. <Compile Include="ToolsData\ModeCheck\GridCheck.cs" />
  399. <Compile Include="ToolsData\ModeCheck\GridCheckResult.cs" />
  400. <Compile Include="ToolsData\ModeCheck\SagaSignCheck.cs" />
  401. <Compile Include="ToolsData\ModeCheck\SagaSignCheckResult.cs" />
  402. <Compile Include="ToolsData\ModeCheck\FamilyNameCheck.cs" />
  403. <Compile Include="ToolsData\ModeCheck\UnitCheck.cs" />
  404. <Compile Include="ToolsData\ModeCheck\FamilyNameCheckResult.cs" />
  405. <Compile Include="ToolsData\ModeCheck\UnitCheckResult.cs" />
  406. <Compile Include="ToolsData\CheckBase\WinDataCheckProgressBar.xaml.cs">
  407. <DependentUpon>WinDataCheckProgressBar.xaml</DependentUpon>
  408. </Compile>
  409. <Compile Include="ToolsData\ModeCheck\WinModeCheckSetting.xaml.cs">
  410. <DependentUpon>WinModeCheckSetting.xaml</DependentUpon>
  411. </Compile>
  412. <Compile Include="ToolsData\CorrectLossDuty.cs" />
  413. <Compile Include="ToolsData\ExportAllCategory.cs" />
  414. <Compile Include="ToolsData\ExportAllEquipmentAll.cs" />
  415. <Compile Include="ToolsData\IToolCommand.cs" />
  416. <Compile Include="ToolsData\ExportAllDuty.cs" />
  417. <Compile Include="ToolsData\UpdateRelationEquipinSpace.cs" />
  418. <Compile Include="ToolsData\VerticalPipeAlign.cs" />
  419. <Compile Include="ToolsData\WinSelectCheckFloors.xaml.cs">
  420. <DependentUpon>WinSelectCheckFloors.xaml</DependentUpon>
  421. </Compile>
  422. <Compile Include="WinView\BeModingDutyList\MEquipNoMode.cs" />
  423. <Compile Include="WinView\BeModingDutyList\VMBeModeDutyList.cs" />
  424. <Compile Include="Extend\MRevitEquipBaseExtend.cs" />
  425. <Compile Include="Extension\MEquipmentExtension.cs" />
  426. <Compile Include="FileStream\FloorFileOperate.cs" />
  427. <Compile Include="FileStream\FloorSequence.cs" />
  428. <Compile Include="FileStream\ProjectDirOperate.cs" />
  429. <Compile Include="FileStream\RevitFileVision.cs" />
  430. <Compile Include="DataArrange\DalVisionOperate.cs" />
  431. <Compile Include="FileStream\UBinder.cs" />
  432. <Compile Include="Gplot\GplotFilesUpload.cs" />
  433. <Compile Include="Interaction\MBIDocumentSaved.cs" />
  434. <Compile Include="Interaction\MBIModelInfoUpload.cs" />
  435. <Compile Include="JsonConvert\BeaconConvert.cs" />
  436. <Compile Include="JsonConvert\CmbDataSourceConvert.cs" />
  437. <Compile Include="JsonConvert\CommonConvert.cs" />
  438. <Compile Include="JsonConvert\EquipmentPartConvert.cs" />
  439. <Compile Include="JsonConvert\FloorVisionConvert.cs" />
  440. <Compile Include="JsonConvert\LockConvert.cs" />
  441. <Compile Include="JsonConvert\MatchFMConvert.cs" />
  442. <Compile Include="JsonConvert\ModeFileConvert.cs" />
  443. <Compile Include="JsonConvert\PEPCodeConvert.cs" />
  444. <Compile Include="JsonConvert\RelationConvert.cs" />
  445. <Compile Include="JsonConvert\SpaceConvert.cs" />
  446. <Compile Include="JsonConvert\XYZConvert.cs" />
  447. <Compile Include="ModeInfoEdit\EquipmentCombineItem.cs" />
  448. <Compile Include="ModeInfoEdit\EquipmentCombineUtil.cs" />
  449. <Compile Include="ModeInfoEdit\WinPointInfoTest.xaml.cs">
  450. <DependentUpon>WinPointInfoTest.xaml</DependentUpon>
  451. </Compile>
  452. <Compile Include="Model\MFloorLockState.cs" />
  453. <Compile Include="Model\MGraphRelationBase.cs" />
  454. <Compile Include="Model\RltEquipinFloor.cs" />
  455. <Compile Include="Model\RltComponentRel.cs" />
  456. <Compile Include="Model\RltBeaconinElementSp.cs" />
  457. <Compile Include="Model\ServiceImageComparer.cs" />
  458. <Compile Include="Model\MRevitEquipBaseNull.cs" />
  459. <Compile Include="ProjectLog\ProjectLogManager.cs" />
  460. <Compile Include="RequestData\FloorVisionRequest.cs" />
  461. <Compile Include="RequestData\LockRequest.cs" />
  462. <Compile Include="RequestData\UploadAttachRequest.cs" />
  463. <Compile Include="Model\MEquipmentPart.cs" />
  464. <Compile Include="Model\MRevitEquipBase.cs" />
  465. <Compile Include="Model\MInsuer.cs" />
  466. <Compile Include="Model\MMaintenanceDealer.cs" />
  467. <Compile Include="Model\MSupply.cs" />
  468. <Compile Include="Model\MManufacturer.cs" />
  469. <Compile Include="Model\PointLabel.cs" />
  470. <Compile Include="Model\RltControlRelation.cs" />
  471. <Compile Include="RequestData\BeaconRequest.cs" />
  472. <Compile Include="RequestData\CommonRequest.cs" />
  473. <Compile Include="RequestData\EquipmentPartRequest.cs" />
  474. <Compile Include="RevitExport\Entity\MbiColumn.cs" />
  475. <Compile Include="RevitExport\Entity\MBIElement.cs" />
  476. <Compile Include="RevitExport\Entity\MbiEquipment.cs" />
  477. <Compile Include="RevitExport\Entity\MbiSpace.cs" />
  478. <Compile Include="RevitExport\Entity\MbiVirtualWall.cs" />
  479. <Compile Include="RevitExport\Entity\MbiWall.cs" />
  480. <Compile Include="RevitExport\ExportData.cs" />
  481. <Compile Include="RevitExport\ExportDb.cs" />
  482. <Compile Include="RevitExport\MbiElementClassify.cs" />
  483. <Compile Include="RevitExport\MbiElementManager.cs" />
  484. <Compile Include="RevitExport\ParseElement\IParseRevitElement.cs" />
  485. <Compile Include="RevitExport\ParseElement\LoadParseAttribute.cs" />
  486. <Compile Include="RevitExport\ParseElement\ParseColumn.cs" />
  487. <Compile Include="RevitExport\ParseElement\ParseElementManager.cs" />
  488. <Compile Include="RevitExport\ParseElement\ParseEquipment.cs" />
  489. <Compile Include="RevitExport\ParseElement\ParseSpace.cs" />
  490. <Compile Include="RevitExport\ParseElement\ParseVirtualWall.cs" />
  491. <Compile Include="RevitExport\ParseElement\ParseWall.cs" />
  492. <Compile Include="RevitExport\RevitElementWrapper.cs" />
  493. <Compile Include="RevitExport\RevitInfoExport.cs" />
  494. <Compile Include="RevitReference\RVTBeaconOperate.cs" />
  495. <Compile Include="TestCommand.cs" />
  496. <Compile Include="ToolCommand.cs" />
  497. <Compile Include="Extend\DocExtend.cs" />
  498. <Compile Include="Extend\ElementExtend.cs" />
  499. <Compile Include="Extend\H5PageExtend.cs" />
  500. <Compile Include="Extend\VideoConverter.cs" />
  501. <Compile Include="Extend\StringExtend.cs" />
  502. <Compile Include="ToolsData\CheckEquipCategory.cs" />
  503. <Compile Include="ToolsData\CheckEquipInSpace.cs" />
  504. <Compile Include="ToolsData\UpdateFileVision.cs" />
  505. <Compile Include="ToolsData\UpdateRelationEquipinFloor.cs" />
  506. <Compile Include="Utilities\Oss\OssHelper.cs" />
  507. <Compile Include="WinView\BeModingDutyList\WinBeModeDutyList.xaml.cs">
  508. <DependentUpon>WinBeModeDutyList.xaml</DependentUpon>
  509. </Compile>
  510. <Compile Include="WinView\BeModingDutyList\WinFMMergeTip4.xaml.cs">
  511. <DependentUpon>WinFMMergeTip4.xaml</DependentUpon>
  512. </Compile>
  513. <Compile Include="WinView\BeModingDutyList\WinFMMergeTip2.xaml.cs">
  514. <DependentUpon>WinFMMergeTip2.xaml</DependentUpon>
  515. </Compile>
  516. <Compile Include="WinView\CommonView\WinCommonTip.xaml.cs">
  517. <DependentUpon>WinCommonTip.xaml</DependentUpon>
  518. </Compile>
  519. <Compile Include="WinView\Login\AddFloorVisibilityConverter.cs" />
  520. <Compile Include="WinView\Login\DocumentChangedOperatorToBoolConverter.cs" />
  521. <Compile Include="WinView\Login\FMCheckedToDisplayConverter.cs" />
  522. <Compile Include="WinView\Login\FMIDToFMDisplayConverter.cs" />
  523. <Compile Include="WinView\Login\LockStateToVisibleConverter.cs" />
  524. <Compile Include="WinView\Login\SelectSaveDutyMultiConverter.cs" />
  525. <Compile Include="WinView\Login\VmSelectSaveDuty.cs" />
  526. <Compile Include="WinView\Login\WinSelectSaveDuty.xaml.cs">
  527. <DependentUpon>WinSelectSaveDuty.xaml</DependentUpon>
  528. </Compile>
  529. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\MDeviceDocument.cs" />
  530. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\MServiceDrawing.cs" />
  531. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\VmDeviceDocument.cs" />
  532. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\VmServiceDrawing.cs" />
  533. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\WinManageAttachment.xaml.cs">
  534. <DependentUpon>WinManageAttachment.xaml</DependentUpon>
  535. </Compile>
  536. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\BaseUpdateItem.cs" />
  537. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\InsureContractUpdateItem.cs" />
  538. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\ManufacturerUpdateItem.cs" />
  539. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\MIUpdateItem.cs" />
  540. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\SupplyContractUpdateItem.cs" />
  541. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\SupplyUpdateItem.cs" />
  542. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\MServiceImageAdd.cs" />
  543. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\MServiceImageModify.cs" />
  544. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\ServiceImageOperate.cs" />
  545. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\ServiceImageTemplateSelector.cs" />
  546. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinManagePic.xaml.cs">
  547. <DependentUpon>WinManagePic.xaml</DependentUpon>
  548. </Compile>
  549. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinSelImageType.xaml.cs">
  550. <DependentUpon>WinSelImageType.xaml</DependentUpon>
  551. </Compile>
  552. <Compile Include="WinView\ModeInfoMaintenance\INotifyPGUpdate.cs" />
  553. <Compile Include="WinView\ModeInfoMaintenance\MInsuerContract.cs" />
  554. <Compile Include="WinView\ModeInfoMaintenance\MSupplyContract.cs" />
  555. <Compile Include="WinView\ModeInfoMaintenance\PointlabelHeaderTextConverter.cs" />
  556. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageListSuffixFirstConverter.cs" />
  557. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageListSuffixConverter.cs" />
  558. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageSuffixVisibleConverter.cs" />
  559. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageListPreConverter.cs" />
  560. <Compile Include="WinView\ModeInfoMaintenance\ShowDetailVisibleConverter.cs" />
  561. <Compile Include="WinView\ModeInfoMaintenance\UcPopuImage.xaml.cs">
  562. <DependentUpon>UcPopuImage.xaml</DependentUpon>
  563. </Compile>
  564. <Compile Include="WinView\ModeInfoMaintenance\VMMatchFM.cs" />
  565. <Compile Include="Model\CloudDataBase.cs" />
  566. <Compile Include="Model\ICloudDataOperate.cs" />
  567. <Compile Include="Model\ManageInfo.cs" />
  568. <Compile Include="Model\MEquipFM.cs" />
  569. <Compile Include="Model\MEquipment.cs" />
  570. <Compile Include="Model\MEquipmentFamily.cs" />
  571. <Compile Include="JsonConvert\EquipmentConvert.cs" />
  572. <Compile Include="Model\MServiceAttachment.cs" />
  573. <Compile Include="Model\MISpace.cs" />
  574. <Compile Include="Model\PropertyDefineTb.cs" />
  575. <Compile Include="Model\RltEquipInSpace.cs" />
  576. <Compile Include="RequestData\CloudImageRequest.cs" />
  577. <Compile Include="RequestData\MatchFMRequest.cs" />
  578. <Compile Include="RequestData\PEPCodeRequest.cs" />
  579. <Compile Include="RequestData\RelationRequest.cs" />
  580. <Compile Include="RequestData\EquipmentRequest.cs" />
  581. <Compile Include="RequestData\SpaceRequest.cs" />
  582. <Compile Include="WinView\Login\InverseBoolToVisibilityConverter.cs" />
  583. <Compile Include="WinView\Login\MFloorSequenceConverter.cs" />
  584. <Compile Include="WinView\Login\UcMFMBuildingDown.xaml.cs">
  585. <DependentUpon>UcMFMBuildingDown.xaml</DependentUpon>
  586. </Compile>
  587. <Compile Include="WinView\Login\UcMFMFloorDown.xaml.cs">
  588. <DependentUpon>UcMFMFloorDown.xaml</DependentUpon>
  589. </Compile>
  590. <Compile Include="WinView\Login\UcMFMFloorUp.xaml.cs">
  591. <DependentUpon>UcMFMFloorUp.xaml</DependentUpon>
  592. </Compile>
  593. <Compile Include="WinView\Login\UcMFMProjectDown.xaml.cs">
  594. <DependentUpon>UcMFMProjectDown.xaml</DependentUpon>
  595. </Compile>
  596. <Compile Include="WinView\Login\UcMFMBuildingUp.xaml.cs">
  597. <DependentUpon>UcMFMBuildingUp.xaml</DependentUpon>
  598. </Compile>
  599. <Compile Include="WinView\Login\UcMFMProjectUp.xaml.cs">
  600. <DependentUpon>UcMFMProjectUp.xaml</DependentUpon>
  601. </Compile>
  602. <Compile Include="WinView\Login\WinMFMDownloadProcress.xaml.cs">
  603. <DependentUpon>WinMFMDownloadProcress.xaml</DependentUpon>
  604. </Compile>
  605. <Compile Include="WinView\Login\WinMFMUploadProcress.xaml.cs">
  606. <DependentUpon>WinMFMUploadProcress.xaml</DependentUpon>
  607. </Compile>
  608. <Compile Include="WinView\Login\WinMissFloor.xaml.cs">
  609. <DependentUpon>WinMissFloor.xaml</DependentUpon>
  610. </Compile>
  611. <Compile Include="WinView\Login\WinModeFileManage.xaml.cs">
  612. <DependentUpon>WinModeFileManage.xaml</DependentUpon>
  613. </Compile>
  614. <Compile Include="WinView\Login\WinOpenFile.xaml.cs">
  615. <DependentUpon>WinOpenFile.xaml</DependentUpon>
  616. </Compile>
  617. <Compile Include="WinView\Login\WinSelectProjectPath.xaml.cs">
  618. <DependentUpon>WinSelectProjectPath.xaml</DependentUpon>
  619. </Compile>
  620. <Compile Include="WinView\Login\WinTreeLeftMouseTip.xaml.cs">
  621. <DependentUpon>WinTreeLeftMouseTip.xaml</DependentUpon>
  622. </Compile>
  623. <Compile Include="Model\MFileBase.cs" />
  624. <Compile Include="Model\MFloor.cs" />
  625. <Compile Include="Model\MBuilding.cs" />
  626. <Compile Include="Model\MProject.cs" />
  627. <Compile Include="WinView\Login\WinLogin.xaml.cs">
  628. <DependentUpon>WinLogin.xaml</DependentUpon>
  629. </Compile>
  630. <Compile Include="WinView\Login\WinSelectProject.xaml.cs">
  631. <DependentUpon>WinSelectProject.xaml</DependentUpon>
  632. </Compile>
  633. <Compile Include="Model\TreeNodeItem.cs" />
  634. <Compile Include="Properties\AssemblyInfo.cs" />
  635. <Compile Include="RequestData\CmbDataSourceRequest.cs" />
  636. <Compile Include="RequestData\LoginRequest.cs" />
  637. <Compile Include="RequestData\ModeFileRequest.cs" />
  638. <Compile Include="RequestData\UpLoadFileRequest.cs" />
  639. <Compile Include="Common\CommonTool.cs" />
  640. <Compile Include="WinView\ModeInfoMaintenance\IdlingEditInstance.cs" />
  641. <Compile Include="WinView\ModeInfoMaintenance\MMissFMEquip.cs" />
  642. <Compile Include="WinView\ModeInfoMaintenance\PWGInstace.cs" />
  643. <Compile Include="WinView\ModeInfoMaintenance\NullPWGInstace.cs" />
  644. <Compile Include="WinView\ModeInfoMaintenance\CloudKeyToImageConverter.cs" />
  645. <Compile Include="WinView\ModeInfoMaintenance\WinConfigRunParam.xaml.cs">
  646. <DependentUpon>WinConfigRunParam.xaml</DependentUpon>
  647. </Compile>
  648. <Compile Include="WinView\ModeInfoMaintenance\WinInsuer.xaml.cs">
  649. <DependentUpon>WinInsuer.xaml</DependentUpon>
  650. </Compile>
  651. <Compile Include="WinView\ModeInfoMaintenance\WinMaintenanceDealer.xaml.cs">
  652. <DependentUpon>WinMaintenanceDealer.xaml</DependentUpon>
  653. </Compile>
  654. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMNoBimId.xaml.cs">
  655. <DependentUpon>WinMatchFMTip_FMNoBimId.xaml</DependentUpon>
  656. </Compile>
  657. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FamilyChanged.xaml.cs">
  658. <DependentUpon>WinMatchFMTip_FamilyChanged.xaml</DependentUpon>
  659. </Compile>
  660. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_CloudMatchedReplace.xaml.cs">
  661. <DependentUpon>WinMatchFMTip_CloudMatchedReplace.xaml</DependentUpon>
  662. </Compile>
  663. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_DutyMatched.xaml.cs">
  664. <DependentUpon>WinMatchFMTip_DutyMatched.xaml</DependentUpon>
  665. </Compile>
  666. <Compile Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenanceForSpace.xaml.cs">
  667. <DependentUpon>WinModeInfoMaintenanceForSpace.xaml</DependentUpon>
  668. </Compile>
  669. <Compile Include="WinView\ModeInfoMaintenance\WinRealityUpdateTime.xaml.cs">
  670. <DependentUpon>WinRealityUpdateTime.xaml</DependentUpon>
  671. </Compile>
  672. <Compile Include="WinView\ModeInfoMaintenance\WinSupply.xaml.cs">
  673. <DependentUpon>WinSupply.xaml</DependentUpon>
  674. </Compile>
  675. <Compile Include="WinView\ModeInfoMaintenance\WinManufacturer.xaml.cs">
  676. <DependentUpon>WinManufacturer.xaml</DependentUpon>
  677. </Compile>
  678. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFM.xaml.cs">
  679. <DependentUpon>WinMatchFM.xaml</DependentUpon>
  680. </Compile>
  681. <Compile Include="WinView\ModeInfoMaintenance\WinMissFMList.xaml.cs">
  682. <DependentUpon>WinMissFMList.xaml</DependentUpon>
  683. </Compile>
  684. <Compile Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenance.xaml.cs">
  685. <DependentUpon>WinModeInfoMaintenance.xaml</DependentUpon>
  686. </Compile>
  687. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMMatched.xaml.cs">
  688. <DependentUpon>WinMatchFMTip_FMMatched.xaml</DependentUpon>
  689. </Compile>
  690. <Compile Include="WinView\ModeInfoMaintenance\WinInsuerContractInfo.xaml.cs">
  691. <DependentUpon>WinInsuerContractInfo.xaml</DependentUpon>
  692. </Compile>
  693. <Compile Include="WinView\ModeInfoMaintenance\WinSupplyContractInfo.xaml.cs">
  694. <DependentUpon>WinSupplyContractInfo.xaml</DependentUpon>
  695. </Compile>
  696. <Compile Include="Model\MBeacon.cs" />
  697. <Compile Include="WinView\PositionBeaconModeling\PointLabelStateConverter.cs" />
  698. <Compile Include="WinView\PositionBeaconModeling\VMBeacon.cs" />
  699. <Compile Include="WinView\PositionBeaconModeling\WinBeacon.xaml.cs">
  700. <DependentUpon>WinBeacon.xaml</DependentUpon>
  701. </Compile>
  702. <Compile Include="DataArrange\DalUploadFloor.cs" />
  703. <Compile Include="WinView\Space\ExternalEventHandler.cs" />
  704. <Compile Include="WinView\Space\FloorSpaceContext.cs" />
  705. <Compile Include="WinView\Space\GeometryHelper.cs" />
  706. <Compile Include="WinView\Space\ServerSpace.cs" />
  707. <Compile Include="WinView\Space\SpaceFailuresPreprocessor.cs" />
  708. <Compile Include="WinView\Space\SpaceManager.cs" />
  709. <Compile Include="WinView\Space\WinConfirm.xaml.cs">
  710. <DependentUpon>WinConfirm.xaml</DependentUpon>
  711. </Compile>
  712. <Compile Include="WinView\Space\WinCreateSpace.xaml.cs">
  713. <DependentUpon>WinCreateSpace.xaml</DependentUpon>
  714. </Compile>
  715. <Compile Include="WinView\Space\WinCreateSpaceWeb.xaml.cs">
  716. <DependentUpon>WinCreateSpaceWeb.xaml</DependentUpon>
  717. </Compile>
  718. <Compile Include="WinView\Space\WinSelectSpace.xaml.cs">
  719. <DependentUpon>WinSelectSpace.xaml</DependentUpon>
  720. </Compile>
  721. <Compile Include="WinView\TraceView\Traceloger.cs" />
  722. <Compile Include="WinView\TraceView\WinTraceView.xaml.cs">
  723. <DependentUpon>WinTraceView.xaml</DependentUpon>
  724. </Compile>
  725. <Compile Include="WinView\Upload\MTopologyGriph.cs" />
  726. <Compile Include="WinView\Upload\UploadFilesSelectConverter.cs" />
  727. <Compile Include="WinView\Upload\UploadFloor.cs" />
  728. <Compile Include="WinView\Upload\VMUploadModeManage.cs" />
  729. <Compile Include="WinView\Upload\WinUnlockedFloorList.xaml.cs">
  730. <DependentUpon>WinUnlockedFloorList.xaml</DependentUpon>
  731. </Compile>
  732. <Compile Include="WinView\Upload\WinUploadTipFileOverdue.xaml.cs">
  733. <DependentUpon>WinUploadTipFileOverdue.xaml</DependentUpon>
  734. </Compile>
  735. <Compile Include="WinView\Upload\WinUploadSaveFileConfirm.xaml.cs">
  736. <DependentUpon>WinUploadSaveFileConfirm.xaml</DependentUpon>
  737. </Compile>
  738. <Compile Include="WinView\Upload\WinUploadConfirmReplace.xaml.cs">
  739. <DependentUpon>WinUploadConfirmReplace.xaml</DependentUpon>
  740. </Compile>
  741. <Compile Include="WinView\Upload\WinUploadConfirmModify.xaml.cs">
  742. <DependentUpon>WinUploadConfirmModify.xaml</DependentUpon>
  743. </Compile>
  744. <Compile Include="WinView\Upload\WinUploadModeManage.xaml.cs">
  745. <DependentUpon>WinUploadModeManage.xaml</DependentUpon>
  746. </Compile>
  747. <Compile Include="WinView\WinSpaceSeleteCreate.xaml.cs">
  748. <DependentUpon>WinSpaceSeleteCreate.xaml</DependentUpon>
  749. </Compile>
  750. </ItemGroup>
  751. <ItemGroup>
  752. <Page Include="ModeInfoEdit\WinPointMergeTip.xaml">
  753. <Generator>MSBuild:Compile</Generator>
  754. <SubType>Designer</SubType>
  755. </Page>
  756. <Page Include="ModeInfoEdit\WinPointInfoMerge.xaml">
  757. <Generator>MSBuild:Compile</Generator>
  758. <SubType>Designer</SubType>
  759. </Page>
  760. <Page Include="ModeInfoEdit\WinPointInfoTest.xaml">
  761. <Generator>MSBuild:Compile</Generator>
  762. <SubType>Designer</SubType>
  763. </Page>
  764. <Page Include="ToolsData\CheckBase\WinDataCheckProgressBar.xaml">
  765. <Generator>MSBuild:Compile</Generator>
  766. <SubType>Designer</SubType>
  767. </Page>
  768. <Page Include="ToolsData\ModeCheck\WinModeCheckSetting.xaml">
  769. <SubType>Designer</SubType>
  770. <Generator>MSBuild:Compile</Generator>
  771. </Page>
  772. <Page Include="ToolsData\DataCheck\WinDataCheckSetting.xaml">
  773. <Generator>MSBuild:Compile</Generator>
  774. <SubType>Designer</SubType>
  775. </Page>
  776. <Page Include="ToolsData\WinSelectCheckFloors.xaml">
  777. <Generator>MSBuild:Compile</Generator>
  778. <SubType>Designer</SubType>
  779. </Page>
  780. <Page Include="WinView\BeModingDutyList\WinBeModeDutyList.xaml">
  781. <SubType>Designer</SubType>
  782. <Generator>MSBuild:Compile</Generator>
  783. </Page>
  784. <Page Include="WinView\BeModingDutyList\WinFMMergeTip4.xaml">
  785. <Generator>MSBuild:Compile</Generator>
  786. <SubType>Designer</SubType>
  787. </Page>
  788. <Page Include="WinView\BeModingDutyList\WinFMMergeTip2.xaml">
  789. <Generator>MSBuild:Compile</Generator>
  790. <SubType>Designer</SubType>
  791. </Page>
  792. <Page Include="WinView\CommonView\WinCommonTip.xaml">
  793. <Generator>MSBuild:Compile</Generator>
  794. <SubType>Designer</SubType>
  795. </Page>
  796. <Page Include="WinView\Login\UcMFMBuildingDown.xaml">
  797. <Generator>MSBuild:Compile</Generator>
  798. <SubType>Designer</SubType>
  799. </Page>
  800. <Page Include="WinView\Login\UcMFMFloorDown.xaml">
  801. <Generator>MSBuild:Compile</Generator>
  802. <SubType>Designer</SubType>
  803. </Page>
  804. <Page Include="WinView\Login\UcMFMFloorUp.xaml">
  805. <Generator>MSBuild:Compile</Generator>
  806. <SubType>Designer</SubType>
  807. </Page>
  808. <Page Include="WinView\Login\UcMFMProjectDown.xaml">
  809. <Generator>MSBuild:Compile</Generator>
  810. <SubType>Designer</SubType>
  811. </Page>
  812. <Page Include="WinView\Login\UcMFMBuildingUp.xaml">
  813. <Generator>MSBuild:Compile</Generator>
  814. <SubType>Designer</SubType>
  815. </Page>
  816. <Page Include="WinView\Login\UcMFMProjectUp.xaml">
  817. <SubType>Designer</SubType>
  818. <Generator>MSBuild:Compile</Generator>
  819. </Page>
  820. <Page Include="WinView\Login\WinLogin.xaml">
  821. <SubType>Designer</SubType>
  822. <Generator>MSBuild:Compile</Generator>
  823. </Page>
  824. <Page Include="WinView\Login\WinMFMDownloadProcress.xaml">
  825. <Generator>MSBuild:Compile</Generator>
  826. <SubType>Designer</SubType>
  827. </Page>
  828. <Page Include="WinView\Login\WinMFMUploadProcress.xaml">
  829. <SubType>Designer</SubType>
  830. <Generator>MSBuild:Compile</Generator>
  831. </Page>
  832. <Page Include="WinView\Login\WinSelectSaveDuty.xaml">
  833. <Generator>MSBuild:Compile</Generator>
  834. <SubType>Designer</SubType>
  835. </Page>
  836. <Page Include="WinView\Login\WinMissFloor.xaml">
  837. <SubType>Designer</SubType>
  838. <Generator>MSBuild:Compile</Generator>
  839. </Page>
  840. <Page Include="WinView\Login\WinModeFileManage.xaml">
  841. <SubType>Designer</SubType>
  842. <Generator>MSBuild:Compile</Generator>
  843. </Page>
  844. <Page Include="WinView\Login\WinOpenFile.xaml">
  845. <SubType>Designer</SubType>
  846. <Generator>MSBuild:Compile</Generator>
  847. </Page>
  848. <Page Include="WinView\Login\WinSelectProject.xaml">
  849. <SubType>Designer</SubType>
  850. <Generator>MSBuild:Compile</Generator>
  851. </Page>
  852. <Page Include="WinView\Login\WinSelectProjectPath.xaml">
  853. <SubType>Designer</SubType>
  854. <Generator>MSBuild:Compile</Generator>
  855. </Page>
  856. <Page Include="WinView\Login\WinTreeLeftMouseTip.xaml">
  857. <SubType>Designer</SubType>
  858. <Generator>MSBuild:Compile</Generator>
  859. </Page>
  860. <Page Include="WinView\ModeInfoMaintenance\EquipAttachment\WinManageAttachment.xaml">
  861. <SubType>Designer</SubType>
  862. <Generator>MSBuild:Compile</Generator>
  863. </Page>
  864. <Page Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinManagePic.xaml">
  865. <SubType>Designer</SubType>
  866. <Generator>MSBuild:Compile</Generator>
  867. </Page>
  868. <Page Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinSelImageType.xaml">
  869. <SubType>Designer</SubType>
  870. <Generator>MSBuild:Compile</Generator>
  871. </Page>
  872. <Page Include="WinView\ModeInfoMaintenance\UcPopuImage.xaml">
  873. <Generator>MSBuild:Compile</Generator>
  874. <SubType>Designer</SubType>
  875. </Page>
  876. <Page Include="WinView\ModeInfoMaintenance\WinConfigRunParam.xaml">
  877. <SubType>Designer</SubType>
  878. <Generator>MSBuild:Compile</Generator>
  879. </Page>
  880. <Page Include="WinView\ModeInfoMaintenance\WinInsuer.xaml">
  881. <Generator>MSBuild:Compile</Generator>
  882. <SubType>Designer</SubType>
  883. </Page>
  884. <Page Include="WinView\ModeInfoMaintenance\WinMaintenanceDealer.xaml">
  885. <Generator>MSBuild:Compile</Generator>
  886. <SubType>Designer</SubType>
  887. </Page>
  888. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMNoBimId.xaml">
  889. <Generator>MSBuild:Compile</Generator>
  890. <SubType>Designer</SubType>
  891. </Page>
  892. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FamilyChanged.xaml">
  893. <Generator>MSBuild:Compile</Generator>
  894. <SubType>Designer</SubType>
  895. </Page>
  896. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_CloudMatchedReplace.xaml">
  897. <Generator>MSBuild:Compile</Generator>
  898. <SubType>Designer</SubType>
  899. </Page>
  900. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_DutyMatched.xaml">
  901. <Generator>MSBuild:Compile</Generator>
  902. <SubType>Designer</SubType>
  903. </Page>
  904. <Page Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenanceForSpace.xaml">
  905. <Generator>MSBuild:Compile</Generator>
  906. <SubType>Designer</SubType>
  907. </Page>
  908. <Page Include="WinView\ModeInfoMaintenance\WinRealityUpdateTime.xaml">
  909. <SubType>Designer</SubType>
  910. <Generator>MSBuild:Compile</Generator>
  911. </Page>
  912. <Page Include="WinView\ModeInfoMaintenance\WinSupply.xaml">
  913. <Generator>MSBuild:Compile</Generator>
  914. <SubType>Designer</SubType>
  915. </Page>
  916. <Page Include="WinView\ModeInfoMaintenance\WinManufacturer.xaml">
  917. <SubType>Designer</SubType>
  918. <Generator>MSBuild:Compile</Generator>
  919. </Page>
  920. <Page Include="WinView\ModeInfoMaintenance\WinMatchFM.xaml">
  921. <SubType>Designer</SubType>
  922. <Generator>MSBuild:Compile</Generator>
  923. </Page>
  924. <Page Include="WinView\ModeInfoMaintenance\WinMissFMList.xaml">
  925. <SubType>Designer</SubType>
  926. <Generator>MSBuild:Compile</Generator>
  927. </Page>
  928. <Page Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenance.xaml">
  929. <SubType>Designer</SubType>
  930. <Generator>MSBuild:Compile</Generator>
  931. </Page>
  932. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMMatched.xaml">
  933. <Generator>MSBuild:Compile</Generator>
  934. <SubType>Designer</SubType>
  935. </Page>
  936. <Page Include="WinView\ModeInfoMaintenance\WinInsuerContractInfo.xaml">
  937. <Generator>MSBuild:Compile</Generator>
  938. <SubType>Designer</SubType>
  939. </Page>
  940. <Page Include="WinView\ModeInfoMaintenance\WinSupplyContractInfo.xaml">
  941. <SubType>Designer</SubType>
  942. <Generator>MSBuild:Compile</Generator>
  943. </Page>
  944. <Page Include="WinView\PositionBeaconModeling\WinBeacon.xaml">
  945. <SubType>Designer</SubType>
  946. <Generator>MSBuild:Compile</Generator>
  947. </Page>
  948. <Page Include="WinView\Space\WinConfirm.xaml">
  949. <SubType>Designer</SubType>
  950. <Generator>MSBuild:Compile</Generator>
  951. </Page>
  952. <Page Include="WinView\Space\WinCreateSpace.xaml">
  953. <Generator>MSBuild:Compile</Generator>
  954. <SubType>Designer</SubType>
  955. </Page>
  956. <Page Include="WinView\Space\WinCreateSpaceWeb.xaml">
  957. <SubType>Designer</SubType>
  958. <Generator>MSBuild:Compile</Generator>
  959. </Page>
  960. <Page Include="WinView\Space\WinSelectSpace.xaml">
  961. <SubType>Designer</SubType>
  962. <Generator>MSBuild:Compile</Generator>
  963. </Page>
  964. <Page Include="WinView\TraceView\WinTraceView.xaml">
  965. <SubType>Designer</SubType>
  966. <Generator>MSBuild:Compile</Generator>
  967. </Page>
  968. <Page Include="WinView\Upload\WinUnlockedFloorList.xaml">
  969. <Generator>MSBuild:Compile</Generator>
  970. <SubType>Designer</SubType>
  971. </Page>
  972. <Page Include="WinView\Upload\WinUploadTipFileOverdue.xaml">
  973. <Generator>MSBuild:Compile</Generator>
  974. <SubType>Designer</SubType>
  975. </Page>
  976. <Page Include="WinView\Upload\WinUploadSaveFileConfirm.xaml">
  977. <Generator>MSBuild:Compile</Generator>
  978. <SubType>Designer</SubType>
  979. </Page>
  980. <Page Include="WinView\Upload\WinUploadConfirmReplace.xaml">
  981. <Generator>MSBuild:Compile</Generator>
  982. <SubType>Designer</SubType>
  983. </Page>
  984. <Page Include="WinView\Upload\WinUploadConfirmModify.xaml">
  985. <SubType>Designer</SubType>
  986. <Generator>MSBuild:Compile</Generator>
  987. </Page>
  988. <Page Include="WinView\Upload\WinUploadModeManage.xaml">
  989. <SubType>Designer</SubType>
  990. <Generator>MSBuild:Compile</Generator>
  991. </Page>
  992. <Page Include="WinView\WinSpaceSeleteCreate.xaml">
  993. <SubType>Designer</SubType>
  994. <Generator>MSBuild:Compile</Generator>
  995. </Page>
  996. </ItemGroup>
  997. <ItemGroup>
  998. <ProjectReference Include="..\CEFSharpWPF\CEFSharpWPF.csproj">
  999. <Project>{6449f956-11a3-4207-ae0f-9ab8563dfdce}</Project>
  1000. <Name>CEFSharpWPF</Name>
  1001. </ProjectReference>
  1002. <ProjectReference Include="..\FirmLib\Com.FirmLib.UI\Com.FirmLib.UI.csproj">
  1003. <Project>{1a6202ba-6646-48d1-8f93-f55ed4cff075}</Project>
  1004. <Name>Com.FirmLib.UI</Name>
  1005. </ProjectReference>
  1006. <ProjectReference Include="..\FirmLib\Com.FirmLib\Com.FirmLib.csproj">
  1007. <Project>{8e39978d-e06f-44cd-bbc9-b6f10fac29de}</Project>
  1008. <Name>Com.FirmLib</Name>
  1009. </ProjectReference>
  1010. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  1011. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  1012. <Name>SAGA.DotNetUtils</Name>
  1013. </ProjectReference>
  1014. <ProjectReference Include="..\SAGA.MBIAssistData\SAGA.MBIAssistData.csproj">
  1015. <Project>{a36305ab-217a-4a6b-8b78-ea79497b1807}</Project>
  1016. <Name>SAGA.MBIAssistData</Name>
  1017. </ProjectReference>
  1018. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  1019. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  1020. <Name>SAGA.RevitUtils</Name>
  1021. </ProjectReference>
  1022. <ProjectReference Include="..\SAGA.Revit\SAGA.Revit.csproj">
  1023. <Project>{26c0661d-086c-4352-84b0-03b5d493ec77}</Project>
  1024. <Name>SAGA.Revit</Name>
  1025. </ProjectReference>
  1026. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  1027. <Project>{E77D7F18-966E-4EF9-ACD6-DD9AD38EFF3D}</Project>
  1028. <Name>SAGA.Models</Name>
  1029. </ProjectReference>
  1030. <ProjectReference Include="..\WPfPointInfo\WPfPointInfo.csproj">
  1031. <Project>{1c405644-3a64-4eb2-a56d-88ea95900faa}</Project>
  1032. <Name>WPfPointInfo</Name>
  1033. </ProjectReference>
  1034. <ProjectReference Include="..\WPG\WPG.csproj">
  1035. <Project>{022eda6a-0b76-44c3-a530-8312c1b40030}</Project>
  1036. <Name>WPG</Name>
  1037. </ProjectReference>
  1038. </ItemGroup>
  1039. <ItemGroup>
  1040. <Resource Include="Image\page.png">
  1041. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1042. </Resource>
  1043. </ItemGroup>
  1044. <ItemGroup>
  1045. <Resource Include="Image\folder.png">
  1046. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1047. </Resource>
  1048. <Resource Include="Image\folder_go.png">
  1049. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1050. </Resource>
  1051. </ItemGroup>
  1052. <ItemGroup>
  1053. <None Include="app.config" />
  1054. <None Include="packages.config" />
  1055. <None Include="WinView\Space\README.md" />
  1056. </ItemGroup>
  1057. <ItemGroup>
  1058. <Resource Include="Image\add.png">
  1059. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1060. </Resource>
  1061. </ItemGroup>
  1062. <ItemGroup>
  1063. <Resource Include="Image\film.png">
  1064. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1065. </Resource>
  1066. <Resource Include="Image\image.png">
  1067. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1068. </Resource>
  1069. <Resource Include="Image\pictures.png">
  1070. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1071. </Resource>
  1072. </ItemGroup>
  1073. <ItemGroup>
  1074. <Resource Include="Image\bin.png">
  1075. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1076. </Resource>
  1077. <Resource Include="Image\upload.png">
  1078. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1079. </Resource>
  1080. </ItemGroup>
  1081. <ItemGroup>
  1082. <Resource Include="Image\download.png">
  1083. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1084. </Resource>
  1085. </ItemGroup>
  1086. <ItemGroup>
  1087. <Content Include="FodyWeavers.xml" />
  1088. <Content Include="sagacloud.ico" />
  1089. <Resource Include="Image\correlation.png">
  1090. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1091. </Resource>
  1092. <Resource Include="Image\details.png">
  1093. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1094. </Resource>
  1095. <Resource Include="Image\location.png">
  1096. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1097. </Resource>
  1098. <Resource Include="Image\newmode.png">
  1099. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1100. </Resource>
  1101. <Resource Include="Image\lock.png">
  1102. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1103. </Resource>
  1104. </ItemGroup>
  1105. <ItemGroup>
  1106. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  1107. <Visible>False</Visible>
  1108. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  1109. <Install>true</Install>
  1110. </BootstrapperPackage>
  1111. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1112. <Visible>False</Visible>
  1113. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1114. <Install>false</Install>
  1115. </BootstrapperPackage>
  1116. </ItemGroup>
  1117. <ItemGroup />
  1118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1119. <PropertyGroup>
  1120. <PreBuildEvent>
  1121. </PreBuildEvent>
  1122. </PropertyGroup>
  1123. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1124. <PropertyGroup>
  1125. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1126. </PropertyGroup>
  1127. <Error Condition="!Exists('..\packages\MrAdvice.2.7.2\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.7.2\build\MrAdvice.targets'))" />
  1128. </Target>
  1129. <Import Project="..\packages\MrAdvice.2.7.2\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.7.2\build\MrAdvice.targets')" />
  1130. </Project>