SAGA.MBI.csproj 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123
  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\WaitingView.cs" />
  295. <Compile Include="DataArrange\DalInfoCode.cs" />
  296. <Compile Include="Html5Command.cs" />
  297. <Compile Include="Command.cs" />
  298. <Compile Include="Common\MBIAssistHelper.cs" />
  299. <Compile Include="Common\MBIConst.cs" />
  300. <Compile Include="Common\MBIControl.cs" />
  301. <Compile Include="Common\RelationConst.cs" />
  302. <Compile Include="Common\RevitModelFileUpload.cs" />
  303. <Compile Include="DataArrange\DalBeModeDutyList.cs" />
  304. <Compile Include="DataArrange\DalCmd.cs" />
  305. <Compile Include="DataArrange\DalBeacon.cs" />
  306. <Compile Include="DataArrange\DalCommon.cs" />
  307. <Compile Include="DataArrange\DalEquip.cs" />
  308. <Compile Include="DataArrange\DalEquipPart.cs" />
  309. <Compile Include="DataArrange\DalLock.cs" />
  310. <Compile Include="DataArrange\DalLogOperate.cs" />
  311. <Compile Include="DataArrange\DalManufacturerLibrary.cs" />
  312. <Compile Include="DataArrange\DalMatchFM.cs" />
  313. <Compile Include="DataArrange\DalModeFileManange.cs" />
  314. <Compile Include="DataArrange\DalProjectTree.cs" />
  315. <Compile Include="DataArrange\DalSpace.cs" />
  316. <Compile Include="DataArrange\DalUserMenuPermission.cs" />
  317. <Compile Include="Interaction\MBILocalNameTrigger.cs" />
  318. <Compile Include="Interaction\MBIModelInfoManager.cs" />
  319. <Compile Include="JsonConvert\QRCodeConvert.cs" />
  320. <Compile Include="ModeInfoEdit\WinPointMergeTip.xaml.cs">
  321. <DependentUpon>WinPointMergeTip.xaml</DependentUpon>
  322. </Compile>
  323. <Compile Include="ModeInfoEdit\WinPointInfoMerge.xaml.cs">
  324. <DependentUpon>WinPointInfoMerge.xaml</DependentUpon>
  325. </Compile>
  326. <Compile Include="Model\Global_Relation_Defination.cs" />
  327. <Compile Include="Model\GraphRelationType.cs" />
  328. <Compile Include="Model\MBSpace.cs" />
  329. <Compile Include="Model\MQRCode.cs" />
  330. <Compile Include="RequestData\QRCodeRequest.cs" />
  331. <Compile Include="RequestData\RequestResultUtil.cs" />
  332. <Compile Include="RevitModelHandle\ParameterDefinitionFactory.cs" />
  333. <Compile Include="RevitModelHandle\ParameterUtil.cs" />
  334. <Compile Include="RevitModelHandle\RevitParameterUpdate.cs" />
  335. <Compile Include="RevitReference\RVTNoModeDutyOperate.cs" />
  336. <Compile Include="Service\InputService.cs" />
  337. <Compile Include="ToolsData\DataCheck\DutyModeCodeDiffCheck.cs" />
  338. <Compile Include="ToolsData\DataCheck\DutyModeCodeDiffCheckResult.cs" />
  339. <Compile Include="ToolsData\DataCheck\SpaceEquipFloorCheck.cs" />
  340. <Compile Include="ToolsData\DataCheck\SpaceEquipFloorCheckResult.cs" />
  341. <Compile Include="ToolsData\DelZeroSpace.cs" />
  342. <Compile Include="ToolsData\CheckBase\CheckOperation.cs" />
  343. <Compile Include="ToolsData\CheckBase\CheckType.cs" />
  344. <Compile Include="ToolsData\CheckBase\ICheckBase.cs" />
  345. <Compile Include="ToolsData\CheckDocumentData.cs" />
  346. <Compile Include="ToolsData\AddEquipLocation.cs" />
  347. <Compile Include="ToolsData\CheckDuplicationBIMId.cs" />
  348. <Compile Include="ToolsData\DataCheck\DataCheckBase.cs" />
  349. <Compile Include="ToolsData\CheckBase\CheckContext.cs" />
  350. <Compile Include="ToolsData\DataCheck\DataCheckResultBase.cs" />
  351. <Compile Include="ToolsData\DataCheck\BIMDuplicationCheck.cs" />
  352. <Compile Include="ToolsData\DataCheck\MissDutyOrModeCheck.cs" />
  353. <Compile Include="ToolsData\DataCheck\BIMDuplicationCheckResult.cs" />
  354. <Compile Include="ToolsData\DataCheck\MissDutyOrModeCheckResult.cs" />
  355. <Compile Include="ToolsData\DataCheck\QRCodeContextCheck.cs" />
  356. <Compile Include="ToolsData\DataCheck\DutyFMInfoCheck.cs" />
  357. <Compile Include="ToolsData\DataCheck\QRCodeContextCheckResult.cs" />
  358. <Compile Include="ToolsData\DataCheck\DutyFMInfoCheckResult.cs" />
  359. <Compile Include="ToolsData\DataCheck\WinDataCheckSetting.xaml.cs">
  360. <DependentUpon>WinDataCheckSetting.xaml</DependentUpon>
  361. </Compile>
  362. <Compile Include="ToolsData\ModeCheck\EquipReferSystemCheck.cs" />
  363. <Compile Include="ToolsData\ModeCheck\EquipReferSystemCheckResult.cs" />
  364. <Compile Include="ToolsData\ModeCheck\ModeCheckBase.cs" />
  365. <Compile Include="ToolsData\ModeCheck\DataCheckRule.cs" />
  366. <Compile Include="ToolsData\CheckBase\DCElementType.cs" />
  367. <Compile Include="ToolsData\ModeCheck\DCRExport.cs" />
  368. <Compile Include="ToolsData\ModeCheck\DocumentQueue.cs" />
  369. <Compile Include="ToolsData\ModeCheck\ElementRangeCheck.cs" />
  370. <Compile Include="ToolsData\ModeCheck\ElementRangeCheckResult.cs" />
  371. <Compile Include="ToolsData\ModeCheck\ConnectorCheck.cs" />
  372. <Compile Include="ToolsData\ModeCheck\ConnectorCheckResult.cs" />
  373. <Compile Include="ToolsData\CheckBase\DCNPOIExtend.cs" />
  374. <Compile Include="ToolsData\ModeCheck\EquipmentInSpaceCheck.cs" />
  375. <Compile Include="ToolsData\ModeCheck\EquipmentInSpaceCheckResult.cs" />
  376. <Compile Include="ToolsData\ModeCheck\FloorMissCheck.cs" />
  377. <Compile Include="ToolsData\ModeCheck\FloorMissCheckResult.cs" />
  378. <Compile Include="ToolsData\CheckBase\CheckProcessAspect.cs" />
  379. <Compile Include="ToolsData\CheckBase\CheckProgressBarClient.cs" />
  380. <Compile Include="ToolsData\ModeCheck\SagaPositionCheck.cs" />
  381. <Compile Include="ToolsData\ModeCheck\FloorSequenceCheck.cs" />
  382. <Compile Include="ToolsData\ModeCheck\SagaPositionCheckCheckResult.cs" />
  383. <Compile Include="ToolsData\ModeCheck\FloorSequenceCheckResult.cs" />
  384. <Compile Include="ToolsData\ModeCheck\SystemCheck.cs" />
  385. <Compile Include="ToolsData\ModeCheck\SystemCheckResult.cs" />
  386. <Compile Include="ToolsData\ModeCheck\ModeCheckResultBase.cs" />
  387. <Compile Include="ToolsData\ModeCheck\ColumnCheck.cs" />
  388. <Compile Include="ToolsData\ModeCheck\EquipmentPartRefEqCheck.cs" />
  389. <Compile Include="ToolsData\ModeCheck\ColumnCheckResult.cs" />
  390. <Compile Include="ToolsData\ModeCheck\EquipmentPartRefEqCheckResult.cs" />
  391. <Compile Include="ToolsData\ModeCheck\GridCheck.cs" />
  392. <Compile Include="ToolsData\ModeCheck\GridCheckResult.cs" />
  393. <Compile Include="ToolsData\ModeCheck\SagaSignCheck.cs" />
  394. <Compile Include="ToolsData\ModeCheck\SagaSignCheckResult.cs" />
  395. <Compile Include="ToolsData\ModeCheck\FamilyNameCheck.cs" />
  396. <Compile Include="ToolsData\ModeCheck\UnitCheck.cs" />
  397. <Compile Include="ToolsData\ModeCheck\FamilyNameCheckResult.cs" />
  398. <Compile Include="ToolsData\ModeCheck\UnitCheckResult.cs" />
  399. <Compile Include="ToolsData\CheckBase\WinDataCheckProgressBar.xaml.cs">
  400. <DependentUpon>WinDataCheckProgressBar.xaml</DependentUpon>
  401. </Compile>
  402. <Compile Include="ToolsData\ModeCheck\WinModeCheckSetting.xaml.cs">
  403. <DependentUpon>WinModeCheckSetting.xaml</DependentUpon>
  404. </Compile>
  405. <Compile Include="ToolsData\CorrectLossDuty.cs" />
  406. <Compile Include="ToolsData\ExportAllCategory.cs" />
  407. <Compile Include="ToolsData\ExportAllEquipmentAll.cs" />
  408. <Compile Include="ToolsData\IToolCommand.cs" />
  409. <Compile Include="ToolsData\ExportAllDuty.cs" />
  410. <Compile Include="ToolsData\UpdateRelationEquipinSpace.cs" />
  411. <Compile Include="ToolsData\VerticalPipeAlign.cs" />
  412. <Compile Include="ToolsData\WinSelectCheckFloors.xaml.cs">
  413. <DependentUpon>WinSelectCheckFloors.xaml</DependentUpon>
  414. </Compile>
  415. <Compile Include="WinView\BeModingDutyList\MEquipNoMode.cs" />
  416. <Compile Include="WinView\BeModingDutyList\VMBeModeDutyList.cs" />
  417. <Compile Include="Extend\MRevitEquipBaseExtend.cs" />
  418. <Compile Include="Extension\MEquipmentExtension.cs" />
  419. <Compile Include="FileStream\FloorFileOperate.cs" />
  420. <Compile Include="FileStream\FloorSequence.cs" />
  421. <Compile Include="FileStream\ProjectDirOperate.cs" />
  422. <Compile Include="FileStream\RevitFileVision.cs" />
  423. <Compile Include="DataArrange\DalVisionOperate.cs" />
  424. <Compile Include="FileStream\UBinder.cs" />
  425. <Compile Include="Gplot\GplotFilesUpload.cs" />
  426. <Compile Include="Interaction\MBIDocumentSaved.cs" />
  427. <Compile Include="Interaction\MBIModelInfoUpload.cs" />
  428. <Compile Include="JsonConvert\BeaconConvert.cs" />
  429. <Compile Include="JsonConvert\CmbDataSourceConvert.cs" />
  430. <Compile Include="JsonConvert\CommonConvert.cs" />
  431. <Compile Include="JsonConvert\EquipmentPartConvert.cs" />
  432. <Compile Include="JsonConvert\FloorVisionConvert.cs" />
  433. <Compile Include="JsonConvert\LockConvert.cs" />
  434. <Compile Include="JsonConvert\MatchFMConvert.cs" />
  435. <Compile Include="JsonConvert\ModeFileConvert.cs" />
  436. <Compile Include="JsonConvert\PEPCodeConvert.cs" />
  437. <Compile Include="JsonConvert\RelationConvert.cs" />
  438. <Compile Include="JsonConvert\SpaceConvert.cs" />
  439. <Compile Include="JsonConvert\XYZConvert.cs" />
  440. <Compile Include="ModeInfoEdit\EquipmentCombineItem.cs" />
  441. <Compile Include="ModeInfoEdit\EquipmentCombineUtil.cs" />
  442. <Compile Include="ModeInfoEdit\WinPointInfoTest.xaml.cs">
  443. <DependentUpon>WinPointInfoTest.xaml</DependentUpon>
  444. </Compile>
  445. <Compile Include="Model\MFloorLockState.cs" />
  446. <Compile Include="Model\MGraphRelationBase.cs" />
  447. <Compile Include="Model\RltEquipinFloor.cs" />
  448. <Compile Include="Model\RltComponentRel.cs" />
  449. <Compile Include="Model\RltBeaconinElementSp.cs" />
  450. <Compile Include="Model\ServiceImageComparer.cs" />
  451. <Compile Include="Model\MRevitEquipBaseNull.cs" />
  452. <Compile Include="ProjectLog\ProjectLogManager.cs" />
  453. <Compile Include="RequestData\FloorVisionRequest.cs" />
  454. <Compile Include="RequestData\LockRequest.cs" />
  455. <Compile Include="RequestData\UploadAttachRequest.cs" />
  456. <Compile Include="Model\MEquipmentPart.cs" />
  457. <Compile Include="Model\MRevitEquipBase.cs" />
  458. <Compile Include="Model\MInsuer.cs" />
  459. <Compile Include="Model\MMaintenanceDealer.cs" />
  460. <Compile Include="Model\MSupply.cs" />
  461. <Compile Include="Model\MManufacturer.cs" />
  462. <Compile Include="Model\PointLabel.cs" />
  463. <Compile Include="Model\RltControlRelation.cs" />
  464. <Compile Include="RequestData\BeaconRequest.cs" />
  465. <Compile Include="RequestData\CommonRequest.cs" />
  466. <Compile Include="RequestData\EquipmentPartRequest.cs" />
  467. <Compile Include="RevitExport\Entity\MbiColumn.cs" />
  468. <Compile Include="RevitExport\Entity\MBIElement.cs" />
  469. <Compile Include="RevitExport\Entity\MbiEquipment.cs" />
  470. <Compile Include="RevitExport\Entity\MbiSpace.cs" />
  471. <Compile Include="RevitExport\Entity\MbiVirtualWall.cs" />
  472. <Compile Include="RevitExport\Entity\MbiWall.cs" />
  473. <Compile Include="RevitExport\ExportData.cs" />
  474. <Compile Include="RevitExport\ExportDb.cs" />
  475. <Compile Include="RevitExport\MbiElementClassify.cs" />
  476. <Compile Include="RevitExport\MbiElementManager.cs" />
  477. <Compile Include="RevitExport\ParseElement\IParseRevitElement.cs" />
  478. <Compile Include="RevitExport\ParseElement\LoadParseAttribute.cs" />
  479. <Compile Include="RevitExport\ParseElement\ParseColumn.cs" />
  480. <Compile Include="RevitExport\ParseElement\ParseElementManager.cs" />
  481. <Compile Include="RevitExport\ParseElement\ParseEquipment.cs" />
  482. <Compile Include="RevitExport\ParseElement\ParseSpace.cs" />
  483. <Compile Include="RevitExport\ParseElement\ParseVirtualWall.cs" />
  484. <Compile Include="RevitExport\ParseElement\ParseWall.cs" />
  485. <Compile Include="RevitExport\RevitElementWrapper.cs" />
  486. <Compile Include="RevitExport\RevitInfoExport.cs" />
  487. <Compile Include="RevitReference\RVTBeaconOperate.cs" />
  488. <Compile Include="TestCommand.cs" />
  489. <Compile Include="ToolCommand.cs" />
  490. <Compile Include="Extend\DocExtend.cs" />
  491. <Compile Include="Extend\ElementExtend.cs" />
  492. <Compile Include="Extend\H5PageExtend.cs" />
  493. <Compile Include="Extend\VideoConverter.cs" />
  494. <Compile Include="Extend\StringExtend.cs" />
  495. <Compile Include="ToolsData\CheckEquipCategory.cs" />
  496. <Compile Include="ToolsData\CheckEquipInSpace.cs" />
  497. <Compile Include="ToolsData\UpdateFileVision.cs" />
  498. <Compile Include="ToolsData\UpdateRelationEquipinFloor.cs" />
  499. <Compile Include="Utilities\Oss\OssHelper.cs" />
  500. <Compile Include="WinView\BeModingDutyList\WinBeModeDutyList.xaml.cs">
  501. <DependentUpon>WinBeModeDutyList.xaml</DependentUpon>
  502. </Compile>
  503. <Compile Include="WinView\BeModingDutyList\WinFMMergeTip4.xaml.cs">
  504. <DependentUpon>WinFMMergeTip4.xaml</DependentUpon>
  505. </Compile>
  506. <Compile Include="WinView\BeModingDutyList\WinFMMergeTip2.xaml.cs">
  507. <DependentUpon>WinFMMergeTip2.xaml</DependentUpon>
  508. </Compile>
  509. <Compile Include="WinView\CommonView\WinCommonTip.xaml.cs">
  510. <DependentUpon>WinCommonTip.xaml</DependentUpon>
  511. </Compile>
  512. <Compile Include="WinView\Login\AddFloorVisibilityConverter.cs" />
  513. <Compile Include="WinView\Login\DocumentChangedOperatorToBoolConverter.cs" />
  514. <Compile Include="WinView\Login\FMCheckedToDisplayConverter.cs" />
  515. <Compile Include="WinView\Login\FMIDToFMDisplayConverter.cs" />
  516. <Compile Include="WinView\Login\LockStateToVisibleConverter.cs" />
  517. <Compile Include="WinView\Login\SelectSaveDutyMultiConverter.cs" />
  518. <Compile Include="WinView\Login\VmSelectSaveDuty.cs" />
  519. <Compile Include="WinView\Login\WinSelectSaveDuty.xaml.cs">
  520. <DependentUpon>WinSelectSaveDuty.xaml</DependentUpon>
  521. </Compile>
  522. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\MDeviceDocument.cs" />
  523. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\MServiceDrawing.cs" />
  524. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\VmDeviceDocument.cs" />
  525. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\VmServiceDrawing.cs" />
  526. <Compile Include="WinView\ModeInfoMaintenance\EquipAttachment\WinManageAttachment.xaml.cs">
  527. <DependentUpon>WinManageAttachment.xaml</DependentUpon>
  528. </Compile>
  529. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\BaseUpdateItem.cs" />
  530. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\InsureContractUpdateItem.cs" />
  531. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\ManufacturerUpdateItem.cs" />
  532. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\MIUpdateItem.cs" />
  533. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\SupplyContractUpdateItem.cs" />
  534. <Compile Include="WinView\ModeInfoMaintenance\FirmDependance\SupplyUpdateItem.cs" />
  535. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\MServiceImageAdd.cs" />
  536. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\MServiceImageModify.cs" />
  537. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\ServiceImageOperate.cs" />
  538. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\ServiceImageTemplateSelector.cs" />
  539. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinManagePic.xaml.cs">
  540. <DependentUpon>WinManagePic.xaml</DependentUpon>
  541. </Compile>
  542. <Compile Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinSelImageType.xaml.cs">
  543. <DependentUpon>WinSelImageType.xaml</DependentUpon>
  544. </Compile>
  545. <Compile Include="WinView\ModeInfoMaintenance\INotifyPGUpdate.cs" />
  546. <Compile Include="WinView\ModeInfoMaintenance\MInsuerContract.cs" />
  547. <Compile Include="WinView\ModeInfoMaintenance\MSupplyContract.cs" />
  548. <Compile Include="WinView\ModeInfoMaintenance\PointlabelHeaderTextConverter.cs" />
  549. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageListSuffixFirstConverter.cs" />
  550. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageListSuffixConverter.cs" />
  551. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageSuffixVisibleConverter.cs" />
  552. <Compile Include="WinView\ModeInfoMaintenance\ServiceImageListPreConverter.cs" />
  553. <Compile Include="WinView\ModeInfoMaintenance\ShowDetailVisibleConverter.cs" />
  554. <Compile Include="WinView\ModeInfoMaintenance\UcPopuImage.xaml.cs">
  555. <DependentUpon>UcPopuImage.xaml</DependentUpon>
  556. </Compile>
  557. <Compile Include="WinView\ModeInfoMaintenance\VMMatchFM.cs" />
  558. <Compile Include="Model\CloudDataBase.cs" />
  559. <Compile Include="Model\ICloudDataOperate.cs" />
  560. <Compile Include="Model\ManageInfo.cs" />
  561. <Compile Include="Model\MEquipFM.cs" />
  562. <Compile Include="Model\MEquipment.cs" />
  563. <Compile Include="Model\MEquipmentFamily.cs" />
  564. <Compile Include="JsonConvert\EquipmentConvert.cs" />
  565. <Compile Include="Model\MServiceAttachment.cs" />
  566. <Compile Include="Model\MISpace.cs" />
  567. <Compile Include="Model\PropertyDefineTb.cs" />
  568. <Compile Include="Model\RltEquipInSpace.cs" />
  569. <Compile Include="RequestData\CloudImageRequest.cs" />
  570. <Compile Include="RequestData\MatchFMRequest.cs" />
  571. <Compile Include="RequestData\PEPCodeRequest.cs" />
  572. <Compile Include="RequestData\RelationRequest.cs" />
  573. <Compile Include="RequestData\EquipmentRequest.cs" />
  574. <Compile Include="RequestData\SpaceRequest.cs" />
  575. <Compile Include="WinView\Login\InverseBoolToVisibilityConverter.cs" />
  576. <Compile Include="WinView\Login\MFloorSequenceConverter.cs" />
  577. <Compile Include="WinView\Login\UcMFMBuildingDown.xaml.cs">
  578. <DependentUpon>UcMFMBuildingDown.xaml</DependentUpon>
  579. </Compile>
  580. <Compile Include="WinView\Login\UcMFMFloorDown.xaml.cs">
  581. <DependentUpon>UcMFMFloorDown.xaml</DependentUpon>
  582. </Compile>
  583. <Compile Include="WinView\Login\UcMFMFloorUp.xaml.cs">
  584. <DependentUpon>UcMFMFloorUp.xaml</DependentUpon>
  585. </Compile>
  586. <Compile Include="WinView\Login\UcMFMProjectDown.xaml.cs">
  587. <DependentUpon>UcMFMProjectDown.xaml</DependentUpon>
  588. </Compile>
  589. <Compile Include="WinView\Login\UcMFMBuildingUp.xaml.cs">
  590. <DependentUpon>UcMFMBuildingUp.xaml</DependentUpon>
  591. </Compile>
  592. <Compile Include="WinView\Login\UcMFMProjectUp.xaml.cs">
  593. <DependentUpon>UcMFMProjectUp.xaml</DependentUpon>
  594. </Compile>
  595. <Compile Include="WinView\Login\WinMFMDownloadProcress.xaml.cs">
  596. <DependentUpon>WinMFMDownloadProcress.xaml</DependentUpon>
  597. </Compile>
  598. <Compile Include="WinView\Login\WinMFMUploadProcress.xaml.cs">
  599. <DependentUpon>WinMFMUploadProcress.xaml</DependentUpon>
  600. </Compile>
  601. <Compile Include="WinView\Login\WinMissFloor.xaml.cs">
  602. <DependentUpon>WinMissFloor.xaml</DependentUpon>
  603. </Compile>
  604. <Compile Include="WinView\Login\WinModeFileManage.xaml.cs">
  605. <DependentUpon>WinModeFileManage.xaml</DependentUpon>
  606. </Compile>
  607. <Compile Include="WinView\Login\WinOpenFile.xaml.cs">
  608. <DependentUpon>WinOpenFile.xaml</DependentUpon>
  609. </Compile>
  610. <Compile Include="WinView\Login\WinSelectProjectPath.xaml.cs">
  611. <DependentUpon>WinSelectProjectPath.xaml</DependentUpon>
  612. </Compile>
  613. <Compile Include="WinView\Login\WinTreeLeftMouseTip.xaml.cs">
  614. <DependentUpon>WinTreeLeftMouseTip.xaml</DependentUpon>
  615. </Compile>
  616. <Compile Include="Model\MFileBase.cs" />
  617. <Compile Include="Model\MFloor.cs" />
  618. <Compile Include="Model\MBuilding.cs" />
  619. <Compile Include="Model\MProject.cs" />
  620. <Compile Include="WinView\Login\WinLogin.xaml.cs">
  621. <DependentUpon>WinLogin.xaml</DependentUpon>
  622. </Compile>
  623. <Compile Include="WinView\Login\WinSelectProject.xaml.cs">
  624. <DependentUpon>WinSelectProject.xaml</DependentUpon>
  625. </Compile>
  626. <Compile Include="Model\TreeNodeItem.cs" />
  627. <Compile Include="Properties\AssemblyInfo.cs" />
  628. <Compile Include="RequestData\CmbDataSourceRequest.cs" />
  629. <Compile Include="RequestData\LoginRequest.cs" />
  630. <Compile Include="RequestData\ModeFileRequest.cs" />
  631. <Compile Include="RequestData\UpLoadFileRequest.cs" />
  632. <Compile Include="Common\CommonTool.cs" />
  633. <Compile Include="WinView\ModeInfoMaintenance\IdlingEditInstance.cs" />
  634. <Compile Include="WinView\ModeInfoMaintenance\MMissFMEquip.cs" />
  635. <Compile Include="WinView\ModeInfoMaintenance\PWGInstace.cs" />
  636. <Compile Include="WinView\ModeInfoMaintenance\NullPWGInstace.cs" />
  637. <Compile Include="WinView\ModeInfoMaintenance\CloudKeyToImageConverter.cs" />
  638. <Compile Include="WinView\ModeInfoMaintenance\WinConfigRunParam.xaml.cs">
  639. <DependentUpon>WinConfigRunParam.xaml</DependentUpon>
  640. </Compile>
  641. <Compile Include="WinView\ModeInfoMaintenance\WinInsuer.xaml.cs">
  642. <DependentUpon>WinInsuer.xaml</DependentUpon>
  643. </Compile>
  644. <Compile Include="WinView\ModeInfoMaintenance\WinMaintenanceDealer.xaml.cs">
  645. <DependentUpon>WinMaintenanceDealer.xaml</DependentUpon>
  646. </Compile>
  647. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMNoBimId.xaml.cs">
  648. <DependentUpon>WinMatchFMTip_FMNoBimId.xaml</DependentUpon>
  649. </Compile>
  650. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FamilyChanged.xaml.cs">
  651. <DependentUpon>WinMatchFMTip_FamilyChanged.xaml</DependentUpon>
  652. </Compile>
  653. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_CloudMatchedReplace.xaml.cs">
  654. <DependentUpon>WinMatchFMTip_CloudMatchedReplace.xaml</DependentUpon>
  655. </Compile>
  656. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_DutyMatched.xaml.cs">
  657. <DependentUpon>WinMatchFMTip_DutyMatched.xaml</DependentUpon>
  658. </Compile>
  659. <Compile Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenanceForSpace.xaml.cs">
  660. <DependentUpon>WinModeInfoMaintenanceForSpace.xaml</DependentUpon>
  661. </Compile>
  662. <Compile Include="WinView\ModeInfoMaintenance\WinRealityUpdateTime.xaml.cs">
  663. <DependentUpon>WinRealityUpdateTime.xaml</DependentUpon>
  664. </Compile>
  665. <Compile Include="WinView\ModeInfoMaintenance\WinSupply.xaml.cs">
  666. <DependentUpon>WinSupply.xaml</DependentUpon>
  667. </Compile>
  668. <Compile Include="WinView\ModeInfoMaintenance\WinManufacturer.xaml.cs">
  669. <DependentUpon>WinManufacturer.xaml</DependentUpon>
  670. </Compile>
  671. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFM.xaml.cs">
  672. <DependentUpon>WinMatchFM.xaml</DependentUpon>
  673. </Compile>
  674. <Compile Include="WinView\ModeInfoMaintenance\WinMissFMList.xaml.cs">
  675. <DependentUpon>WinMissFMList.xaml</DependentUpon>
  676. </Compile>
  677. <Compile Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenance.xaml.cs">
  678. <DependentUpon>WinModeInfoMaintenance.xaml</DependentUpon>
  679. </Compile>
  680. <Compile Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMMatched.xaml.cs">
  681. <DependentUpon>WinMatchFMTip_FMMatched.xaml</DependentUpon>
  682. </Compile>
  683. <Compile Include="WinView\ModeInfoMaintenance\WinInsuerContractInfo.xaml.cs">
  684. <DependentUpon>WinInsuerContractInfo.xaml</DependentUpon>
  685. </Compile>
  686. <Compile Include="WinView\ModeInfoMaintenance\WinSupplyContractInfo.xaml.cs">
  687. <DependentUpon>WinSupplyContractInfo.xaml</DependentUpon>
  688. </Compile>
  689. <Compile Include="Model\MBeacon.cs" />
  690. <Compile Include="WinView\PositionBeaconModeling\PointLabelStateConverter.cs" />
  691. <Compile Include="WinView\PositionBeaconModeling\VMBeacon.cs" />
  692. <Compile Include="WinView\PositionBeaconModeling\WinBeacon.xaml.cs">
  693. <DependentUpon>WinBeacon.xaml</DependentUpon>
  694. </Compile>
  695. <Compile Include="DataArrange\DalUploadFloor.cs" />
  696. <Compile Include="WinView\Space\ExternalEventHandler.cs" />
  697. <Compile Include="WinView\Space\FloorSpaceContext.cs" />
  698. <Compile Include="WinView\Space\GeometryHelper.cs" />
  699. <Compile Include="WinView\Space\ServerSpace.cs" />
  700. <Compile Include="WinView\Space\SpaceFailuresPreprocessor.cs" />
  701. <Compile Include="WinView\Space\SpaceManager.cs" />
  702. <Compile Include="WinView\Space\WinConfirm.xaml.cs">
  703. <DependentUpon>WinConfirm.xaml</DependentUpon>
  704. </Compile>
  705. <Compile Include="WinView\Space\WinCreateSpace.xaml.cs">
  706. <DependentUpon>WinCreateSpace.xaml</DependentUpon>
  707. </Compile>
  708. <Compile Include="WinView\Space\WinCreateSpaceWeb.xaml.cs">
  709. <DependentUpon>WinCreateSpaceWeb.xaml</DependentUpon>
  710. </Compile>
  711. <Compile Include="WinView\Space\WinSelectSpace.xaml.cs">
  712. <DependentUpon>WinSelectSpace.xaml</DependentUpon>
  713. </Compile>
  714. <Compile Include="WinView\TraceView\Traceloger.cs" />
  715. <Compile Include="WinView\TraceView\WinTraceView.xaml.cs">
  716. <DependentUpon>WinTraceView.xaml</DependentUpon>
  717. </Compile>
  718. <Compile Include="WinView\Upload\MTopologyGriph.cs" />
  719. <Compile Include="WinView\Upload\UploadFilesSelectConverter.cs" />
  720. <Compile Include="WinView\Upload\UploadFloor.cs" />
  721. <Compile Include="WinView\Upload\VMUploadModeManage.cs" />
  722. <Compile Include="WinView\Upload\WinUnlockedFloorList.xaml.cs">
  723. <DependentUpon>WinUnlockedFloorList.xaml</DependentUpon>
  724. </Compile>
  725. <Compile Include="WinView\Upload\WinUploadTipFileOverdue.xaml.cs">
  726. <DependentUpon>WinUploadTipFileOverdue.xaml</DependentUpon>
  727. </Compile>
  728. <Compile Include="WinView\Upload\WinUploadSaveFileConfirm.xaml.cs">
  729. <DependentUpon>WinUploadSaveFileConfirm.xaml</DependentUpon>
  730. </Compile>
  731. <Compile Include="WinView\Upload\WinUploadConfirmReplace.xaml.cs">
  732. <DependentUpon>WinUploadConfirmReplace.xaml</DependentUpon>
  733. </Compile>
  734. <Compile Include="WinView\Upload\WinUploadConfirmModify.xaml.cs">
  735. <DependentUpon>WinUploadConfirmModify.xaml</DependentUpon>
  736. </Compile>
  737. <Compile Include="WinView\Upload\WinUploadModeManage.xaml.cs">
  738. <DependentUpon>WinUploadModeManage.xaml</DependentUpon>
  739. </Compile>
  740. <Compile Include="WinView\WinSpaceSeleteCreate.xaml.cs">
  741. <DependentUpon>WinSpaceSeleteCreate.xaml</DependentUpon>
  742. </Compile>
  743. </ItemGroup>
  744. <ItemGroup>
  745. <Page Include="ModeInfoEdit\WinPointMergeTip.xaml">
  746. <Generator>MSBuild:Compile</Generator>
  747. <SubType>Designer</SubType>
  748. </Page>
  749. <Page Include="ModeInfoEdit\WinPointInfoMerge.xaml">
  750. <Generator>MSBuild:Compile</Generator>
  751. <SubType>Designer</SubType>
  752. </Page>
  753. <Page Include="ModeInfoEdit\WinPointInfoTest.xaml">
  754. <Generator>MSBuild:Compile</Generator>
  755. <SubType>Designer</SubType>
  756. </Page>
  757. <Page Include="ToolsData\CheckBase\WinDataCheckProgressBar.xaml">
  758. <Generator>MSBuild:Compile</Generator>
  759. <SubType>Designer</SubType>
  760. </Page>
  761. <Page Include="ToolsData\ModeCheck\WinModeCheckSetting.xaml">
  762. <SubType>Designer</SubType>
  763. <Generator>MSBuild:Compile</Generator>
  764. </Page>
  765. <Page Include="ToolsData\DataCheck\WinDataCheckSetting.xaml">
  766. <Generator>MSBuild:Compile</Generator>
  767. <SubType>Designer</SubType>
  768. </Page>
  769. <Page Include="ToolsData\WinSelectCheckFloors.xaml">
  770. <Generator>MSBuild:Compile</Generator>
  771. <SubType>Designer</SubType>
  772. </Page>
  773. <Page Include="WinView\BeModingDutyList\WinBeModeDutyList.xaml">
  774. <SubType>Designer</SubType>
  775. <Generator>MSBuild:Compile</Generator>
  776. </Page>
  777. <Page Include="WinView\BeModingDutyList\WinFMMergeTip4.xaml">
  778. <Generator>MSBuild:Compile</Generator>
  779. <SubType>Designer</SubType>
  780. </Page>
  781. <Page Include="WinView\BeModingDutyList\WinFMMergeTip2.xaml">
  782. <Generator>MSBuild:Compile</Generator>
  783. <SubType>Designer</SubType>
  784. </Page>
  785. <Page Include="WinView\CommonView\WinCommonTip.xaml">
  786. <Generator>MSBuild:Compile</Generator>
  787. <SubType>Designer</SubType>
  788. </Page>
  789. <Page Include="WinView\Login\UcMFMBuildingDown.xaml">
  790. <Generator>MSBuild:Compile</Generator>
  791. <SubType>Designer</SubType>
  792. </Page>
  793. <Page Include="WinView\Login\UcMFMFloorDown.xaml">
  794. <Generator>MSBuild:Compile</Generator>
  795. <SubType>Designer</SubType>
  796. </Page>
  797. <Page Include="WinView\Login\UcMFMFloorUp.xaml">
  798. <Generator>MSBuild:Compile</Generator>
  799. <SubType>Designer</SubType>
  800. </Page>
  801. <Page Include="WinView\Login\UcMFMProjectDown.xaml">
  802. <Generator>MSBuild:Compile</Generator>
  803. <SubType>Designer</SubType>
  804. </Page>
  805. <Page Include="WinView\Login\UcMFMBuildingUp.xaml">
  806. <Generator>MSBuild:Compile</Generator>
  807. <SubType>Designer</SubType>
  808. </Page>
  809. <Page Include="WinView\Login\UcMFMProjectUp.xaml">
  810. <SubType>Designer</SubType>
  811. <Generator>MSBuild:Compile</Generator>
  812. </Page>
  813. <Page Include="WinView\Login\WinLogin.xaml">
  814. <SubType>Designer</SubType>
  815. <Generator>MSBuild:Compile</Generator>
  816. </Page>
  817. <Page Include="WinView\Login\WinMFMDownloadProcress.xaml">
  818. <Generator>MSBuild:Compile</Generator>
  819. <SubType>Designer</SubType>
  820. </Page>
  821. <Page Include="WinView\Login\WinMFMUploadProcress.xaml">
  822. <SubType>Designer</SubType>
  823. <Generator>MSBuild:Compile</Generator>
  824. </Page>
  825. <Page Include="WinView\Login\WinSelectSaveDuty.xaml">
  826. <Generator>MSBuild:Compile</Generator>
  827. <SubType>Designer</SubType>
  828. </Page>
  829. <Page Include="WinView\Login\WinMissFloor.xaml">
  830. <SubType>Designer</SubType>
  831. <Generator>MSBuild:Compile</Generator>
  832. </Page>
  833. <Page Include="WinView\Login\WinModeFileManage.xaml">
  834. <SubType>Designer</SubType>
  835. <Generator>MSBuild:Compile</Generator>
  836. </Page>
  837. <Page Include="WinView\Login\WinOpenFile.xaml">
  838. <SubType>Designer</SubType>
  839. <Generator>MSBuild:Compile</Generator>
  840. </Page>
  841. <Page Include="WinView\Login\WinSelectProject.xaml">
  842. <SubType>Designer</SubType>
  843. <Generator>MSBuild:Compile</Generator>
  844. </Page>
  845. <Page Include="WinView\Login\WinSelectProjectPath.xaml">
  846. <SubType>Designer</SubType>
  847. <Generator>MSBuild:Compile</Generator>
  848. </Page>
  849. <Page Include="WinView\Login\WinTreeLeftMouseTip.xaml">
  850. <SubType>Designer</SubType>
  851. <Generator>MSBuild:Compile</Generator>
  852. </Page>
  853. <Page Include="WinView\ModeInfoMaintenance\EquipAttachment\WinManageAttachment.xaml">
  854. <SubType>Designer</SubType>
  855. <Generator>MSBuild:Compile</Generator>
  856. </Page>
  857. <Page Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinManagePic.xaml">
  858. <SubType>Designer</SubType>
  859. <Generator>MSBuild:Compile</Generator>
  860. </Page>
  861. <Page Include="WinView\ModeInfoMaintenance\ImageMaintenance\WinSelImageType.xaml">
  862. <SubType>Designer</SubType>
  863. <Generator>MSBuild:Compile</Generator>
  864. </Page>
  865. <Page Include="WinView\ModeInfoMaintenance\UcPopuImage.xaml">
  866. <Generator>MSBuild:Compile</Generator>
  867. <SubType>Designer</SubType>
  868. </Page>
  869. <Page Include="WinView\ModeInfoMaintenance\WinConfigRunParam.xaml">
  870. <SubType>Designer</SubType>
  871. <Generator>MSBuild:Compile</Generator>
  872. </Page>
  873. <Page Include="WinView\ModeInfoMaintenance\WinInsuer.xaml">
  874. <Generator>MSBuild:Compile</Generator>
  875. <SubType>Designer</SubType>
  876. </Page>
  877. <Page Include="WinView\ModeInfoMaintenance\WinMaintenanceDealer.xaml">
  878. <Generator>MSBuild:Compile</Generator>
  879. <SubType>Designer</SubType>
  880. </Page>
  881. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMNoBimId.xaml">
  882. <Generator>MSBuild:Compile</Generator>
  883. <SubType>Designer</SubType>
  884. </Page>
  885. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FamilyChanged.xaml">
  886. <Generator>MSBuild:Compile</Generator>
  887. <SubType>Designer</SubType>
  888. </Page>
  889. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_CloudMatchedReplace.xaml">
  890. <Generator>MSBuild:Compile</Generator>
  891. <SubType>Designer</SubType>
  892. </Page>
  893. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_DutyMatched.xaml">
  894. <Generator>MSBuild:Compile</Generator>
  895. <SubType>Designer</SubType>
  896. </Page>
  897. <Page Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenanceForSpace.xaml">
  898. <Generator>MSBuild:Compile</Generator>
  899. <SubType>Designer</SubType>
  900. </Page>
  901. <Page Include="WinView\ModeInfoMaintenance\WinRealityUpdateTime.xaml">
  902. <SubType>Designer</SubType>
  903. <Generator>MSBuild:Compile</Generator>
  904. </Page>
  905. <Page Include="WinView\ModeInfoMaintenance\WinSupply.xaml">
  906. <Generator>MSBuild:Compile</Generator>
  907. <SubType>Designer</SubType>
  908. </Page>
  909. <Page Include="WinView\ModeInfoMaintenance\WinManufacturer.xaml">
  910. <SubType>Designer</SubType>
  911. <Generator>MSBuild:Compile</Generator>
  912. </Page>
  913. <Page Include="WinView\ModeInfoMaintenance\WinMatchFM.xaml">
  914. <SubType>Designer</SubType>
  915. <Generator>MSBuild:Compile</Generator>
  916. </Page>
  917. <Page Include="WinView\ModeInfoMaintenance\WinMissFMList.xaml">
  918. <SubType>Designer</SubType>
  919. <Generator>MSBuild:Compile</Generator>
  920. </Page>
  921. <Page Include="WinView\ModeInfoMaintenance\WinModeInfoMaintenance.xaml">
  922. <SubType>Designer</SubType>
  923. <Generator>MSBuild:Compile</Generator>
  924. </Page>
  925. <Page Include="WinView\ModeInfoMaintenance\WinMatchFMTip_FMMatched.xaml">
  926. <Generator>MSBuild:Compile</Generator>
  927. <SubType>Designer</SubType>
  928. </Page>
  929. <Page Include="WinView\ModeInfoMaintenance\WinInsuerContractInfo.xaml">
  930. <Generator>MSBuild:Compile</Generator>
  931. <SubType>Designer</SubType>
  932. </Page>
  933. <Page Include="WinView\ModeInfoMaintenance\WinSupplyContractInfo.xaml">
  934. <SubType>Designer</SubType>
  935. <Generator>MSBuild:Compile</Generator>
  936. </Page>
  937. <Page Include="WinView\PositionBeaconModeling\WinBeacon.xaml">
  938. <SubType>Designer</SubType>
  939. <Generator>MSBuild:Compile</Generator>
  940. </Page>
  941. <Page Include="WinView\Space\WinConfirm.xaml">
  942. <SubType>Designer</SubType>
  943. <Generator>MSBuild:Compile</Generator>
  944. </Page>
  945. <Page Include="WinView\Space\WinCreateSpace.xaml">
  946. <Generator>MSBuild:Compile</Generator>
  947. <SubType>Designer</SubType>
  948. </Page>
  949. <Page Include="WinView\Space\WinCreateSpaceWeb.xaml">
  950. <SubType>Designer</SubType>
  951. <Generator>MSBuild:Compile</Generator>
  952. </Page>
  953. <Page Include="WinView\Space\WinSelectSpace.xaml">
  954. <SubType>Designer</SubType>
  955. <Generator>MSBuild:Compile</Generator>
  956. </Page>
  957. <Page Include="WinView\TraceView\WinTraceView.xaml">
  958. <SubType>Designer</SubType>
  959. <Generator>MSBuild:Compile</Generator>
  960. </Page>
  961. <Page Include="WinView\Upload\WinUnlockedFloorList.xaml">
  962. <Generator>MSBuild:Compile</Generator>
  963. <SubType>Designer</SubType>
  964. </Page>
  965. <Page Include="WinView\Upload\WinUploadTipFileOverdue.xaml">
  966. <Generator>MSBuild:Compile</Generator>
  967. <SubType>Designer</SubType>
  968. </Page>
  969. <Page Include="WinView\Upload\WinUploadSaveFileConfirm.xaml">
  970. <Generator>MSBuild:Compile</Generator>
  971. <SubType>Designer</SubType>
  972. </Page>
  973. <Page Include="WinView\Upload\WinUploadConfirmReplace.xaml">
  974. <Generator>MSBuild:Compile</Generator>
  975. <SubType>Designer</SubType>
  976. </Page>
  977. <Page Include="WinView\Upload\WinUploadConfirmModify.xaml">
  978. <SubType>Designer</SubType>
  979. <Generator>MSBuild:Compile</Generator>
  980. </Page>
  981. <Page Include="WinView\Upload\WinUploadModeManage.xaml">
  982. <SubType>Designer</SubType>
  983. <Generator>MSBuild:Compile</Generator>
  984. </Page>
  985. <Page Include="WinView\WinSpaceSeleteCreate.xaml">
  986. <SubType>Designer</SubType>
  987. <Generator>MSBuild:Compile</Generator>
  988. </Page>
  989. </ItemGroup>
  990. <ItemGroup>
  991. <ProjectReference Include="..\CEFSharpWPF\CEFSharpWPF.csproj">
  992. <Project>{6449f956-11a3-4207-ae0f-9ab8563dfdce}</Project>
  993. <Name>CEFSharpWPF</Name>
  994. </ProjectReference>
  995. <ProjectReference Include="..\FirmLib\Com.FirmLib.UI\Com.FirmLib.UI.csproj">
  996. <Project>{1a6202ba-6646-48d1-8f93-f55ed4cff075}</Project>
  997. <Name>Com.FirmLib.UI</Name>
  998. </ProjectReference>
  999. <ProjectReference Include="..\FirmLib\Com.FirmLib\Com.FirmLib.csproj">
  1000. <Project>{8e39978d-e06f-44cd-bbc9-b6f10fac29de}</Project>
  1001. <Name>Com.FirmLib</Name>
  1002. </ProjectReference>
  1003. <ProjectReference Include="..\SAGA.DotNetUtils\SAGA.DotNetUtils.csproj">
  1004. <Project>{07b73c98-dcb0-4782-81fa-f50a30b563ab}</Project>
  1005. <Name>SAGA.DotNetUtils</Name>
  1006. </ProjectReference>
  1007. <ProjectReference Include="..\SAGA.MBIAssistData\SAGA.MBIAssistData.csproj">
  1008. <Project>{a36305ab-217a-4a6b-8b78-ea79497b1807}</Project>
  1009. <Name>SAGA.MBIAssistData</Name>
  1010. </ProjectReference>
  1011. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  1012. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  1013. <Name>SAGA.RevitUtils</Name>
  1014. </ProjectReference>
  1015. <ProjectReference Include="..\SAGA.Revit\SAGA.Revit.csproj">
  1016. <Project>{26c0661d-086c-4352-84b0-03b5d493ec77}</Project>
  1017. <Name>SAGA.Revit</Name>
  1018. </ProjectReference>
  1019. <ProjectReference Include="..\SAGA.Models\SAGA.Models.csproj">
  1020. <Project>{E77D7F18-966E-4EF9-ACD6-DD9AD38EFF3D}</Project>
  1021. <Name>SAGA.Models</Name>
  1022. </ProjectReference>
  1023. <ProjectReference Include="..\WPfPointInfo\WPfPointInfo.csproj">
  1024. <Project>{1c405644-3a64-4eb2-a56d-88ea95900faa}</Project>
  1025. <Name>WPfPointInfo</Name>
  1026. </ProjectReference>
  1027. <ProjectReference Include="..\WPG\WPG.csproj">
  1028. <Project>{022eda6a-0b76-44c3-a530-8312c1b40030}</Project>
  1029. <Name>WPG</Name>
  1030. </ProjectReference>
  1031. </ItemGroup>
  1032. <ItemGroup>
  1033. <Resource Include="Image\page.png">
  1034. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1035. </Resource>
  1036. </ItemGroup>
  1037. <ItemGroup>
  1038. <Resource Include="Image\folder.png">
  1039. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1040. </Resource>
  1041. <Resource Include="Image\folder_go.png">
  1042. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1043. </Resource>
  1044. </ItemGroup>
  1045. <ItemGroup>
  1046. <None Include="app.config" />
  1047. <None Include="packages.config" />
  1048. <None Include="WinView\Space\README.md" />
  1049. </ItemGroup>
  1050. <ItemGroup>
  1051. <Resource Include="Image\add.png">
  1052. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1053. </Resource>
  1054. </ItemGroup>
  1055. <ItemGroup>
  1056. <Resource Include="Image\film.png">
  1057. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1058. </Resource>
  1059. <Resource Include="Image\image.png">
  1060. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1061. </Resource>
  1062. <Resource Include="Image\pictures.png">
  1063. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1064. </Resource>
  1065. </ItemGroup>
  1066. <ItemGroup>
  1067. <Resource Include="Image\bin.png">
  1068. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1069. </Resource>
  1070. <Resource Include="Image\upload.png">
  1071. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1072. </Resource>
  1073. </ItemGroup>
  1074. <ItemGroup>
  1075. <Resource Include="Image\download.png">
  1076. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1077. </Resource>
  1078. </ItemGroup>
  1079. <ItemGroup>
  1080. <Content Include="FodyWeavers.xml" />
  1081. <Content Include="sagacloud.ico" />
  1082. <Resource Include="Image\correlation.png">
  1083. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1084. </Resource>
  1085. <Resource Include="Image\details.png">
  1086. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1087. </Resource>
  1088. <Resource Include="Image\location.png">
  1089. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1090. </Resource>
  1091. <Resource Include="Image\newmode.png">
  1092. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1093. </Resource>
  1094. <Resource Include="Image\lock.png">
  1095. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  1096. </Resource>
  1097. </ItemGroup>
  1098. <ItemGroup>
  1099. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  1100. <Visible>False</Visible>
  1101. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  1102. <Install>true</Install>
  1103. </BootstrapperPackage>
  1104. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  1105. <Visible>False</Visible>
  1106. <ProductName>.NET Framework 3.5 SP1</ProductName>
  1107. <Install>false</Install>
  1108. </BootstrapperPackage>
  1109. </ItemGroup>
  1110. <ItemGroup />
  1111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1112. <PropertyGroup>
  1113. <PreBuildEvent>
  1114. </PreBuildEvent>
  1115. </PropertyGroup>
  1116. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  1117. <PropertyGroup>
  1118. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  1119. </PropertyGroup>
  1120. <Error Condition="!Exists('..\packages\MrAdvice.2.7.2\build\MrAdvice.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MrAdvice.2.7.2\build\MrAdvice.targets'))" />
  1121. </Target>
  1122. <Import Project="..\packages\MrAdvice.2.7.2\build\MrAdvice.targets" Condition="Exists('..\packages\MrAdvice.2.7.2\build\MrAdvice.targets')" />
  1123. </Project>