SAGA.MBI.csproj 50 KB

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