CollaborativePlatformMain.csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{AA8E5385-14E6-4DC6-AE24-6B1C127A7A9C}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>CollaborativePlatformMain</RootNamespace>
  11. <AssemblyName>CollaborativePlatformMain</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. <NuGetPackageImportStamp>
  34. </NuGetPackageImportStamp>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <PlatformTarget>x64</PlatformTarget>
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <TargetZone>LocalIntranet</TargetZone>
  57. </PropertyGroup>
  58. <PropertyGroup>
  59. <GenerateManifests>false</GenerateManifests>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <SignManifests>false</SignManifests>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="accoremgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  69. <SpecificVersion>False</SpecificVersion>
  70. <HintPath>SystemLibrary\CAD\2019\accoremgd.dll</HintPath>
  71. </Reference>
  72. <Reference Include="AcCui, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  73. <SpecificVersion>False</SpecificVersion>
  74. <HintPath>SystemLibrary\CAD\2019\AcCui.dll</HintPath>
  75. </Reference>
  76. <Reference Include="acdbmgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>SystemLibrary\CAD\2019\acdbmgd.dll</HintPath>
  79. </Reference>
  80. <Reference Include="acmgd, Version=23.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>SystemLibrary\CAD\2019\acmgd.dll</HintPath>
  83. </Reference>
  84. <Reference Include="AcWindows, Version=23.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>SystemLibrary\CAD\2019\AcWindows.dll</HintPath>
  87. </Reference>
  88. <Reference Include="AdWindows, Version=2017.11.2.0, Culture=neutral, processorArchitecture=MSIL">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>SystemLibrary\CAD\2019\AdWindows.dll</HintPath>
  91. </Reference>
  92. <Reference Include="CADNETCommon2019, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>SystemLibrary\CAD\CADNETCommon2019.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Costura, Version=5.8.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Costura.Fody.5.8.0-alpha0098\lib\netstandard1.0\Costura.dll</HintPath>
  98. </Reference>
  99. <Reference Include="HandyControl, Version=3.5.1.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>SystemLibrary\Other\HandyControl.dll</HintPath>
  102. </Reference>
  103. <Reference Include="LayUI.Wpf, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>SystemLibrary\Other\LayUI.Wpf.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
  109. <Private>True</Private>
  110. <Private>True</Private>
  111. </Reference>
  112. <Reference Include="System">
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  116. <HintPath>..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
  117. <Private>True</Private>
  118. <Private>True</Private>
  119. </Reference>
  120. <Reference Include="System.ComponentModel.Composition" />
  121. <Reference Include="System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
  123. <Private>True</Private>
  124. <Private>True</Private>
  125. </Reference>
  126. <Reference Include="System.Data">
  127. <Private>True</Private>
  128. </Reference>
  129. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  130. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  131. </Reference>
  132. <Reference Include="System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  133. <HintPath>..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
  134. <Private>True</Private>
  135. <Private>True</Private>
  136. </Reference>
  137. <Reference Include="System.Drawing">
  138. <Private>True</Private>
  139. </Reference>
  140. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  141. <HintPath>..\packages\System.Drawing.Common.8.0.3\lib\net462\System.Drawing.Common.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  144. <HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
  145. <Private>True</Private>
  146. <Private>True</Private>
  147. </Reference>
  148. <Reference Include="System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  149. <HintPath>..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
  150. <Private>True</Private>
  151. <Private>True</Private>
  152. </Reference>
  153. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  154. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  155. <Private>True</Private>
  156. <Private>True</Private>
  157. </Reference>
  158. <Reference Include="System.IO.Compression.FileSystem" />
  159. <Reference Include="System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  160. <HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
  161. <Private>True</Private>
  162. <Private>True</Private>
  163. </Reference>
  164. <Reference Include="System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  165. <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
  166. <Private>True</Private>
  167. <Private>True</Private>
  168. </Reference>
  169. <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  170. <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  171. <Private>True</Private>
  172. <Private>True</Private>
  173. </Reference>
  174. <Reference Include="System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  175. <HintPath>..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
  176. <Private>True</Private>
  177. <Private>True</Private>
  178. </Reference>
  179. <Reference Include="System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  180. <HintPath>..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
  181. <Private>True</Private>
  182. <Private>True</Private>
  183. </Reference>
  184. <Reference Include="System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  185. <HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
  186. <Private>True</Private>
  187. <Private>True</Private>
  188. </Reference>
  189. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  190. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  191. <Private>True</Private>
  192. <Private>True</Private>
  193. </Reference>
  194. <Reference Include="System.Numerics" />
  195. <Reference Include="System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  196. <HintPath>..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
  197. <Private>True</Private>
  198. <Private>True</Private>
  199. </Reference>
  200. <Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  201. <HintPath>..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
  202. <Private>True</Private>
  203. <Private>True</Private>
  204. </Reference>
  205. <Reference Include="System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  206. <HintPath>..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
  207. <Private>True</Private>
  208. <Private>True</Private>
  209. </Reference>
  210. <Reference Include="System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  211. <HintPath>..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
  212. <Private>True</Private>
  213. <Private>True</Private>
  214. </Reference>
  215. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  216. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  217. <Private>True</Private>
  218. <Private>True</Private>
  219. </Reference>
  220. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  221. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
  222. <Private>True</Private>
  223. <Private>True</Private>
  224. </Reference>
  225. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  226. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  227. <Private>True</Private>
  228. <Private>True</Private>
  229. </Reference>
  230. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  231. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  232. <Private>True</Private>
  233. <Private>True</Private>
  234. </Reference>
  235. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  236. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  237. <Private>True</Private>
  238. <Private>True</Private>
  239. </Reference>
  240. <Reference Include="System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  241. <HintPath>..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
  242. <Private>True</Private>
  243. <Private>True</Private>
  244. </Reference>
  245. <Reference Include="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  246. <SpecificVersion>False</SpecificVersion>
  247. <HintPath>SystemLibrary\Other\System.Windows.Forms.dll</HintPath>
  248. <Private>True</Private>
  249. </Reference>
  250. <Reference Include="System.Xml">
  251. <Private>True</Private>
  252. </Reference>
  253. <Reference Include="Microsoft.CSharp">
  254. <Private>True</Private>
  255. </Reference>
  256. <Reference Include="System.Core">
  257. <Private>True</Private>
  258. </Reference>
  259. <Reference Include="System.Xml.Linq">
  260. <Private>True</Private>
  261. </Reference>
  262. <Reference Include="System.Data.DataSetExtensions">
  263. <Private>True</Private>
  264. </Reference>
  265. <Reference Include="System.Xaml">
  266. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  267. <Private>True</Private>
  268. </Reference>
  269. <Reference Include="System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  270. <HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
  271. <Private>True</Private>
  272. <Private>True</Private>
  273. </Reference>
  274. <Reference Include="WindowsBase">
  275. <Private>True</Private>
  276. </Reference>
  277. <Reference Include="PresentationCore">
  278. <Private>True</Private>
  279. </Reference>
  280. <Reference Include="PresentationFramework">
  281. <Private>True</Private>
  282. </Reference>
  283. </ItemGroup>
  284. <ItemGroup>
  285. <ApplicationDefinition Include="App.xaml">
  286. <Generator>MSBuild:Compile</Generator>
  287. <SubType>Designer</SubType>
  288. </ApplicationDefinition>
  289. <Compile Include="CADStartUtil\FloorDataConfigUtil.cs" />
  290. <Compile Include="CADStartUtil\OpenDrawPathData.cs" />
  291. <Compile Include="CADStartUtil\SendToCAD.cs" />
  292. <Compile Include="CADStartUtil\StartCADUtil.cs" />
  293. <Compile Include="DFEntity\FloorLayerData.cs" />
  294. <Compile Include="DFEntity\MessageSubUtil\ContactsUtil.cs" />
  295. <Compile Include="DFEntity\MessageSubUtil\LegendEntity.cs" />
  296. <Compile Include="DFEntity\MessageSubUtil\LevelTableEntity.cs" />
  297. <Compile Include="DFEntity\MessageSubUtil\MessageData.cs" />
  298. <Compile Include="DFEntity\MessageSubUtil\OperatEntity.cs" />
  299. <Compile Include="DFEntity\MessageSubUtil\OperatingFloorData.cs" />
  300. <Compile Include="DFEntity\MessageSubUtil\ProjectEntity.cs" />
  301. <Compile Include="DFEntity\MessageSubUtil\ThreeModelEntity.cs" />
  302. <Compile Include="DFEntity\MessageSubUtil\ToolFunctionEntity.cs" />
  303. <Compile Include="DFEntity\StandardizedEntity.cs" />
  304. <Compile Include="Form\BigFullProfessiongForm.xaml.cs">
  305. <DependentUpon>BigFullProfessiongForm.xaml</DependentUpon>
  306. </Compile>
  307. <Compile Include="Form\FloorDrawingForm.xaml.cs">
  308. <DependentUpon>FloorDrawingForm.xaml</DependentUpon>
  309. </Compile>
  310. <Compile Include="Form\Legend\DetailedLegendPage.xaml.cs">
  311. <DependentUpon>DetailedLegendPage.xaml</DependentUpon>
  312. </Compile>
  313. <Compile Include="Form\MessageSubPage\AddImage\AddImageForm.xaml.cs">
  314. <DependentUpon>AddImageForm.xaml</DependentUpon>
  315. </Compile>
  316. <Compile Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml.cs">
  317. <DependentUpon>CreatLevelForm.xaml</DependentUpon>
  318. </Compile>
  319. <Compile Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml.cs">
  320. <DependentUpon>SetLevelTablecreationForm.xaml</DependentUpon>
  321. </Compile>
  322. <Compile Include="Form\MessageSubPage\FullProfessionPage.xaml.cs">
  323. <DependentUpon>FullProfessionPage.xaml</DependentUpon>
  324. </Compile>
  325. <Compile Include="Form\MessageSubPage\Project\NewProjrctPage.xaml.cs">
  326. <DependentUpon>NewProjrctPage.xaml</DependentUpon>
  327. </Compile>
  328. <Compile Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml.cs">
  329. <DependentUpon>OperatingFloorPage.xaml</DependentUpon>
  330. </Compile>
  331. <Compile Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml.cs">
  332. <DependentUpon>ProjectInfoPage.xaml</DependentUpon>
  333. </Compile>
  334. <Compile Include="Form\MessageSubPage\Project\TempPage.xaml.cs">
  335. <DependentUpon>TempPage.xaml</DependentUpon>
  336. </Compile>
  337. <Compile Include="Form\MessageSubPage\SeconArticleReviewPage.xaml.cs">
  338. <DependentUpon>SeconArticleReviewPage.xaml</DependentUpon>
  339. </Compile>
  340. <Compile Include="Form\MessageSubPage\SeconContactsPage.xaml.cs">
  341. <DependentUpon>SeconContactsPage.xaml</DependentUpon>
  342. </Compile>
  343. <Compile Include="Form\MessageSubPage\SeconLegendPage.xaml.cs">
  344. <DependentUpon>SeconLegendPage.xaml</DependentUpon>
  345. </Compile>
  346. <Compile Include="Form\MessageSubPage\SeconMessagePage.xaml.cs">
  347. <DependentUpon>SeconMessagePage.xaml</DependentUpon>
  348. </Compile>
  349. <Compile Include="Form\MessageSubPage\SeconProjectPage.xaml.cs">
  350. <DependentUpon>SeconProjectPage.xaml</DependentUpon>
  351. </Compile>
  352. <Compile Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml.cs">
  353. <DependentUpon>SeconThreeDimensionalPage.xaml</DependentUpon>
  354. </Compile>
  355. <Compile Include="Form\MessageSubPage\SeconToolLibraryPage.xaml.cs">
  356. <DependentUpon>SeconToolLibraryPage.xaml</DependentUpon>
  357. </Compile>
  358. <Compile Include="Form\MessageSubPage\SuspensionForm.xaml.cs">
  359. <DependentUpon>SuspensionForm.xaml</DependentUpon>
  360. </Compile>
  361. <Compile Include="Form\StandardizedAssistantForm.xaml.cs">
  362. <DependentUpon>StandardizedAssistantForm.xaml</DependentUpon>
  363. </Compile>
  364. <Compile Include="Form\UserControlForm\CBButtonControls.xaml.cs">
  365. <DependentUpon>CBButtonControls.xaml</DependentUpon>
  366. </Compile>
  367. <Compile Include="Form\UserControlForm\NativeCombox.xaml.cs">
  368. <DependentUpon>NativeCombox.xaml</DependentUpon>
  369. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  370. </Compile>
  371. <Compile Include="Form\UserControlForm\ProjectControls.xaml.cs">
  372. <DependentUpon>ProjectControls.xaml</DependentUpon>
  373. </Compile>
  374. <Compile Include="Util\CollaborationUtil.cs" />
  375. <Compile Include="Util\CreatLevelUtil.cs" />
  376. <Compile Include="Util\LoginUtil.cs" />
  377. <Page Include="Form\BigFullProfessiongForm.xaml">
  378. <SubType>Designer</SubType>
  379. <Generator>MSBuild:Compile</Generator>
  380. </Page>
  381. <Page Include="Form\FloorDrawingForm.xaml">
  382. <SubType>Designer</SubType>
  383. <Generator>MSBuild:Compile</Generator>
  384. </Page>
  385. <Page Include="Form\Legend\DetailedLegendPage.xaml">
  386. <SubType>Designer</SubType>
  387. <Generator>MSBuild:Compile</Generator>
  388. </Page>
  389. <Page Include="Form\MessageSubPage\AddImage\AddImageForm.xaml">
  390. <SubType>Designer</SubType>
  391. <Generator>MSBuild:Compile</Generator>
  392. </Page>
  393. <Page Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml">
  394. <SubType>Designer</SubType>
  395. <Generator>MSBuild:Compile</Generator>
  396. </Page>
  397. <Page Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml">
  398. <SubType>Designer</SubType>
  399. <Generator>MSBuild:Compile</Generator>
  400. </Page>
  401. <Page Include="Form\MessageSubPage\FullProfessionPage.xaml">
  402. <SubType>Designer</SubType>
  403. <Generator>MSBuild:Compile</Generator>
  404. </Page>
  405. <Page Include="Form\MessageSubPage\Project\NewProjrctPage.xaml">
  406. <SubType>Designer</SubType>
  407. <Generator>MSBuild:Compile</Generator>
  408. </Page>
  409. <Page Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml">
  410. <SubType>Designer</SubType>
  411. <Generator>MSBuild:Compile</Generator>
  412. </Page>
  413. <Page Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml">
  414. <SubType>Designer</SubType>
  415. <Generator>MSBuild:Compile</Generator>
  416. </Page>
  417. <Page Include="Form\MessageSubPage\Project\TempPage.xaml">
  418. <SubType>Designer</SubType>
  419. <Generator>MSBuild:Compile</Generator>
  420. </Page>
  421. <Page Include="Form\MessageSubPage\SeconArticleReviewPage.xaml">
  422. <SubType>Designer</SubType>
  423. <Generator>MSBuild:Compile</Generator>
  424. </Page>
  425. <Page Include="Form\MessageSubPage\SeconContactsPage.xaml">
  426. <SubType>Designer</SubType>
  427. <Generator>MSBuild:Compile</Generator>
  428. </Page>
  429. <Page Include="Form\MessageSubPage\SeconLegendPage.xaml">
  430. <SubType>Designer</SubType>
  431. <Generator>MSBuild:Compile</Generator>
  432. </Page>
  433. <Page Include="Form\MessageSubPage\SeconMessagePage.xaml">
  434. <SubType>Designer</SubType>
  435. <Generator>MSBuild:Compile</Generator>
  436. </Page>
  437. <Page Include="Form\MessageSubPage\SeconProjectPage.xaml">
  438. <SubType>Designer</SubType>
  439. <Generator>MSBuild:Compile</Generator>
  440. </Page>
  441. <Page Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml">
  442. <SubType>Designer</SubType>
  443. <Generator>MSBuild:Compile</Generator>
  444. </Page>
  445. <Page Include="Form\MessageSubPage\SeconToolLibraryPage.xaml">
  446. <SubType>Designer</SubType>
  447. <Generator>MSBuild:Compile</Generator>
  448. </Page>
  449. <Page Include="Form\MessageSubPage\SuspensionForm.xaml">
  450. <SubType>Designer</SubType>
  451. <Generator>MSBuild:Compile</Generator>
  452. </Page>
  453. <Page Include="Form\StandardizedAssistantForm.xaml">
  454. <SubType>Designer</SubType>
  455. <Generator>MSBuild:Compile</Generator>
  456. </Page>
  457. <Page Include="Form\UserControlForm\CBButtonControls.xaml">
  458. <SubType>Designer</SubType>
  459. <Generator>MSBuild:Compile</Generator>
  460. </Page>
  461. <Page Include="Form\HomepageForm.xaml">
  462. <SubType>Designer</SubType>
  463. <Generator>MSBuild:Compile</Generator>
  464. </Page>
  465. <Page Include="Form\UserControlForm\NativeCombox.xaml">
  466. <SubType>Designer</SubType>
  467. <Generator>MSBuild:Compile</Generator>
  468. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  469. </Page>
  470. <Page Include="Form\UserControlForm\ProjectControls.xaml">
  471. <SubType>Designer</SubType>
  472. <Generator>MSBuild:Compile</Generator>
  473. </Page>
  474. <Page Include="Form\ProjectForm.xaml">
  475. <SubType>Designer</SubType>
  476. <Generator>MSBuild:Compile</Generator>
  477. </Page>
  478. <Page Include="Form\UploadDrawingForm.xaml">
  479. <SubType>Designer</SubType>
  480. <Generator>MSBuild:Compile</Generator>
  481. </Page>
  482. <Page Include="MainWindow.xaml">
  483. <Generator>MSBuild:Compile</Generator>
  484. <SubType>Designer</SubType>
  485. </Page>
  486. <Compile Include="App.xaml.cs">
  487. <DependentUpon>App.xaml</DependentUpon>
  488. <SubType>Code</SubType>
  489. </Compile>
  490. <Compile Include="DFEntity\LVProjectInfoEntity.cs" />
  491. <Compile Include="DFEntity\LVTeamMembersEntity.cs" />
  492. <Compile Include="DFEntity\NotificationAnnouncement.cs" />
  493. <Compile Include="DFEntity\TreeViewBind.cs" />
  494. <Compile Include="DFEntity\UserInformationEntity.cs" />
  495. <Compile Include="Form\HomepageForm.xaml.cs">
  496. <DependentUpon>HomepageForm.xaml</DependentUpon>
  497. </Compile>
  498. <Compile Include="Form\ProjectForm.xaml.cs">
  499. <DependentUpon>ProjectForm.xaml</DependentUpon>
  500. </Compile>
  501. <Compile Include="Form\UploadDrawingForm.xaml.cs">
  502. <DependentUpon>UploadDrawingForm.xaml</DependentUpon>
  503. </Compile>
  504. <Compile Include="MainWindow.xaml.cs">
  505. <DependentUpon>MainWindow.xaml</DependentUpon>
  506. <SubType>Code</SubType>
  507. </Compile>
  508. </ItemGroup>
  509. <ItemGroup>
  510. <Compile Include="Properties\AssemblyInfo.cs">
  511. <SubType>Code</SubType>
  512. </Compile>
  513. <Compile Include="Properties\Resources.Designer.cs">
  514. <AutoGen>True</AutoGen>
  515. <DesignTime>True</DesignTime>
  516. <DependentUpon>Resources.resx</DependentUpon>
  517. </Compile>
  518. <Compile Include="Properties\Settings.Designer.cs">
  519. <AutoGen>True</AutoGen>
  520. <DependentUpon>Settings.settings</DependentUpon>
  521. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  522. </Compile>
  523. <EmbeddedResource Include="Properties\Resources.resx">
  524. <Generator>ResXFileCodeGenerator</Generator>
  525. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  526. </EmbeddedResource>
  527. <None Include="packages.config" />
  528. <None Include="Properties\app.manifest" />
  529. <None Include="Properties\Settings.settings">
  530. <Generator>SettingsSingleFileGenerator</Generator>
  531. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  532. </None>
  533. </ItemGroup>
  534. <ItemGroup>
  535. <None Include="App.config" />
  536. </ItemGroup>
  537. <ItemGroup>
  538. <Resource Include="Image\folderImage.png" />
  539. </ItemGroup>
  540. <ItemGroup>
  541. <Resource Include="Image\add.png">
  542. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  543. </Resource>
  544. </ItemGroup>
  545. <ItemGroup>
  546. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  547. <Visible>False</Visible>
  548. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  549. <Install>true</Install>
  550. </BootstrapperPackage>
  551. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  552. <Visible>False</Visible>
  553. <ProductName>.NET Framework 3.5 SP1</ProductName>
  554. <Install>false</Install>
  555. </BootstrapperPackage>
  556. </ItemGroup>
  557. <ItemGroup />
  558. <ItemGroup>
  559. <Content Include="SystemLibrary\CAD\2019\accoremgd.dll">
  560. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  561. </Content>
  562. <Content Include="SystemLibrary\CAD\2019\AcCui.dll">
  563. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  564. </Content>
  565. <Content Include="SystemLibrary\CAD\2019\acdbmgd.dll">
  566. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  567. </Content>
  568. <Content Include="SystemLibrary\CAD\2019\acmgd.dll">
  569. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  570. </Content>
  571. <Content Include="SystemLibrary\CAD\2019\AcWindows.dll">
  572. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  573. </Content>
  574. <Content Include="SystemLibrary\CAD\2019\AdWindows.dll">
  575. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  576. </Content>
  577. <Content Include="SystemLibrary\CAD\CADNETCommon2019.dll">
  578. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  579. </Content>
  580. <Content Include="SystemLibrary\Other\HandyControl.dll">
  581. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  582. </Content>
  583. <Content Include="SystemLibrary\Other\LayUI.Wpf.dll">
  584. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  585. </Content>
  586. <Content Include="SystemLibrary\Other\System.Windows.Forms.dll">
  587. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  588. </Content>
  589. </ItemGroup>
  590. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  591. <Import Project="..\packages\Fody.6.6.0\build\Fody.targets" Condition="Exists('..\packages\Fody.6.6.0\build\Fody.targets')" />
  592. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  593. <PropertyGroup>
  594. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  595. </PropertyGroup>
  596. <Error Condition="!Exists('..\packages\Fody.6.6.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.6.0\build\Fody.targets'))" />
  597. <Error Condition="!Exists('..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.props'))" />
  598. <Error Condition="!Exists('..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.targets'))" />
  599. </Target>
  600. <Import Project="..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.5.8.0-alpha0098\build\Costura.Fody.targets')" />
  601. </Project>