SAGA.MBI.csproj 52 KB

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