SAGA.MBI.csproj 50 KB

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