CollaborativePlatformMain.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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>{AA8E5385-14E6-4DC6-AE24-6B1C127A7A9C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CollaborativePlatformMain</RootNamespace>
  10. <AssemblyName>CollaborativePlatformMain</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="HandyControl, Version=3.5.1.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  39. <HintPath>..\packages\HandyControl.3.5.1\lib\net48\HandyControl.dll</HintPath>
  40. </Reference>
  41. <Reference Include="LayUI.Wpf, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  42. <HintPath>..\packages\LayUI.Wpf.1.0.2.240407\lib\net48\LayUI.Wpf.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System">
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="System.Data">
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  51. <HintPath>..\packages\System.Drawing.Common.8.0.3\lib\net462\System.Drawing.Common.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Xml">
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="Microsoft.CSharp">
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System.Core">
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Xml.Linq">
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="System.Data.DataSetExtensions">
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="System.Net.Http">
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="WindowsBase">
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="PresentationCore">
  79. <Private>True</Private>
  80. </Reference>
  81. <Reference Include="PresentationFramework">
  82. <Private>True</Private>
  83. </Reference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ApplicationDefinition Include="App.xaml">
  87. <Generator>MSBuild:Compile</Generator>
  88. <SubType>Designer</SubType>
  89. </ApplicationDefinition>
  90. <Compile Include="DFEntity\FloorLayerData.cs" />
  91. <Compile Include="DFEntity\MessageSubUtil\ContactsUtil.cs" />
  92. <Compile Include="DFEntity\MessageSubUtil\LegendEntity.cs" />
  93. <Compile Include="DFEntity\MessageSubUtil\LevelTableEntity.cs" />
  94. <Compile Include="DFEntity\MessageSubUtil\MessageData.cs" />
  95. <Compile Include="DFEntity\MessageSubUtil\OperatEntity.cs" />
  96. <Compile Include="DFEntity\MessageSubUtil\OperatingFloorData.cs" />
  97. <Compile Include="DFEntity\MessageSubUtil\ProjectEntity.cs" />
  98. <Compile Include="DFEntity\MessageSubUtil\ThreeModelEntity.cs" />
  99. <Compile Include="DFEntity\MessageSubUtil\ToolFunctionEntity.cs" />
  100. <Compile Include="DFEntity\StandardizedEntity.cs" />
  101. <Compile Include="Form\BigFullProfessiongForm.xaml.cs">
  102. <DependentUpon>BigFullProfessiongForm.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Form\FloorDrawingForm.xaml.cs">
  105. <DependentUpon>FloorDrawingForm.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Form\MessageSubPage\AddImage\AddImageForm.xaml.cs">
  108. <DependentUpon>AddImageForm.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml.cs">
  111. <DependentUpon>CreatLevelForm.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml.cs">
  114. <DependentUpon>SetLevelTablecreationForm.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Form\MessageSubPage\FullProfessionPage.xaml.cs">
  117. <DependentUpon>FullProfessionPage.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Form\MessageSubPage\Project\NewProjrctPage.xaml.cs">
  120. <DependentUpon>NewProjrctPage.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml.cs">
  123. <DependentUpon>OperatingFloorPage.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml.cs">
  126. <DependentUpon>ProjectInfoPage.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Form\MessageSubPage\Project\TempPage.xaml.cs">
  129. <DependentUpon>TempPage.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Form\MessageSubPage\SeconContactsPage.xaml.cs">
  132. <DependentUpon>SeconContactsPage.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Form\MessageSubPage\SeconLegendPage.xaml.cs">
  135. <DependentUpon>SeconLegendPage.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="Form\MessageSubPage\SeconMessagePage.xaml.cs">
  138. <DependentUpon>SeconMessagePage.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Form\MessageSubPage\SeconProjectPage.xaml.cs">
  141. <DependentUpon>SeconProjectPage.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml.cs">
  144. <DependentUpon>SeconThreeDimensionalPage.xaml</DependentUpon>
  145. </Compile>
  146. <Compile Include="Form\MessageSubPage\SeconToolLibraryPage.xaml.cs">
  147. <DependentUpon>SeconToolLibraryPage.xaml</DependentUpon>
  148. </Compile>
  149. <Compile Include="Form\MessageSubPage\SuspensionForm.xaml.cs">
  150. <DependentUpon>SuspensionForm.xaml</DependentUpon>
  151. </Compile>
  152. <Compile Include="Form\StandardizedAssistantForm.xaml.cs">
  153. <DependentUpon>StandardizedAssistantForm.xaml</DependentUpon>
  154. </Compile>
  155. <Compile Include="Form\UserControlForm\CBButtonControls.xaml.cs">
  156. <DependentUpon>CBButtonControls.xaml</DependentUpon>
  157. </Compile>
  158. <Compile Include="Form\UserControlForm\NativeCombox.xaml.cs">
  159. <DependentUpon>NativeCombox.xaml</DependentUpon>
  160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  161. </Compile>
  162. <Compile Include="Form\UserControlForm\ProjectControls.xaml.cs">
  163. <DependentUpon>ProjectControls.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="Util\CollaborationUtil.cs" />
  166. <Compile Include="Util\CreatLevelUtil.cs" />
  167. <Compile Include="Util\LoginUtil.cs" />
  168. <Page Include="Form\BigFullProfessiongForm.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="Form\FloorDrawingForm.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. <Page Include="Form\MessageSubPage\AddImage\AddImageForm.xaml">
  177. <SubType>Designer</SubType>
  178. <Generator>MSBuild:Compile</Generator>
  179. </Page>
  180. <Page Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="Form\MessageSubPage\FullProfessionPage.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="Form\MessageSubPage\Project\NewProjrctPage.xaml">
  193. <SubType>Designer</SubType>
  194. <Generator>MSBuild:Compile</Generator>
  195. </Page>
  196. <Page Include="Form\MessageSubPage\Project\OperatingFloorPage.xaml">
  197. <SubType>Designer</SubType>
  198. <Generator>MSBuild:Compile</Generator>
  199. </Page>
  200. <Page Include="Form\MessageSubPage\Project\ProjectInfoPage.xaml">
  201. <SubType>Designer</SubType>
  202. <Generator>MSBuild:Compile</Generator>
  203. </Page>
  204. <Page Include="Form\MessageSubPage\Project\TempPage.xaml">
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. </Page>
  208. <Page Include="Form\MessageSubPage\SeconContactsPage.xaml">
  209. <SubType>Designer</SubType>
  210. <Generator>MSBuild:Compile</Generator>
  211. </Page>
  212. <Page Include="Form\MessageSubPage\SeconLegendPage.xaml">
  213. <SubType>Designer</SubType>
  214. <Generator>MSBuild:Compile</Generator>
  215. </Page>
  216. <Page Include="Form\MessageSubPage\SeconMessagePage.xaml">
  217. <SubType>Designer</SubType>
  218. <Generator>MSBuild:Compile</Generator>
  219. </Page>
  220. <Page Include="Form\MessageSubPage\SeconProjectPage.xaml">
  221. <SubType>Designer</SubType>
  222. <Generator>MSBuild:Compile</Generator>
  223. </Page>
  224. <Page Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml">
  225. <SubType>Designer</SubType>
  226. <Generator>MSBuild:Compile</Generator>
  227. </Page>
  228. <Page Include="Form\MessageSubPage\SeconToolLibraryPage.xaml">
  229. <SubType>Designer</SubType>
  230. <Generator>MSBuild:Compile</Generator>
  231. </Page>
  232. <Page Include="Form\MessageSubPage\SuspensionForm.xaml">
  233. <SubType>Designer</SubType>
  234. <Generator>MSBuild:Compile</Generator>
  235. </Page>
  236. <Page Include="Form\StandardizedAssistantForm.xaml">
  237. <SubType>Designer</SubType>
  238. <Generator>MSBuild:Compile</Generator>
  239. </Page>
  240. <Page Include="Form\UserControlForm\CBButtonControls.xaml">
  241. <SubType>Designer</SubType>
  242. <Generator>MSBuild:Compile</Generator>
  243. </Page>
  244. <Page Include="Form\HomepageForm.xaml">
  245. <SubType>Designer</SubType>
  246. <Generator>MSBuild:Compile</Generator>
  247. </Page>
  248. <Page Include="Form\UserControlForm\NativeCombox.xaml">
  249. <SubType>Designer</SubType>
  250. <Generator>MSBuild:Compile</Generator>
  251. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  252. </Page>
  253. <Page Include="Form\UserControlForm\ProjectControls.xaml">
  254. <SubType>Designer</SubType>
  255. <Generator>MSBuild:Compile</Generator>
  256. </Page>
  257. <Page Include="Form\ProjectForm.xaml">
  258. <SubType>Designer</SubType>
  259. <Generator>MSBuild:Compile</Generator>
  260. </Page>
  261. <Page Include="Form\UploadDrawingForm.xaml">
  262. <SubType>Designer</SubType>
  263. <Generator>MSBuild:Compile</Generator>
  264. </Page>
  265. <Page Include="MainWindow.xaml">
  266. <Generator>MSBuild:Compile</Generator>
  267. <SubType>Designer</SubType>
  268. </Page>
  269. <Compile Include="App.xaml.cs">
  270. <DependentUpon>App.xaml</DependentUpon>
  271. <SubType>Code</SubType>
  272. </Compile>
  273. <Compile Include="DFEntity\LVProjectInfoEntity.cs" />
  274. <Compile Include="DFEntity\LVTeamMembersEntity.cs" />
  275. <Compile Include="DFEntity\NotificationAnnouncement.cs" />
  276. <Compile Include="DFEntity\TreeViewBind.cs" />
  277. <Compile Include="DFEntity\UserInformationEntity.cs" />
  278. <Compile Include="Form\HomepageForm.xaml.cs">
  279. <DependentUpon>HomepageForm.xaml</DependentUpon>
  280. </Compile>
  281. <Compile Include="Form\ProjectForm.xaml.cs">
  282. <DependentUpon>ProjectForm.xaml</DependentUpon>
  283. </Compile>
  284. <Compile Include="Form\UploadDrawingForm.xaml.cs">
  285. <DependentUpon>UploadDrawingForm.xaml</DependentUpon>
  286. </Compile>
  287. <Compile Include="MainWindow.xaml.cs">
  288. <DependentUpon>MainWindow.xaml</DependentUpon>
  289. <SubType>Code</SubType>
  290. </Compile>
  291. </ItemGroup>
  292. <ItemGroup>
  293. <Compile Include="Properties\AssemblyInfo.cs">
  294. <SubType>Code</SubType>
  295. </Compile>
  296. <Compile Include="Properties\Resources.Designer.cs">
  297. <AutoGen>True</AutoGen>
  298. <DesignTime>True</DesignTime>
  299. <DependentUpon>Resources.resx</DependentUpon>
  300. </Compile>
  301. <Compile Include="Properties\Settings.Designer.cs">
  302. <AutoGen>True</AutoGen>
  303. <DependentUpon>Settings.settings</DependentUpon>
  304. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  305. </Compile>
  306. <EmbeddedResource Include="Properties\Resources.resx">
  307. <Generator>ResXFileCodeGenerator</Generator>
  308. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  309. </EmbeddedResource>
  310. <None Include="packages.config" />
  311. <None Include="Properties\Settings.settings">
  312. <Generator>SettingsSingleFileGenerator</Generator>
  313. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  314. </None>
  315. </ItemGroup>
  316. <ItemGroup>
  317. <None Include="App.config" />
  318. </ItemGroup>
  319. <ItemGroup>
  320. <Resource Include="Image\folderImage.png" />
  321. </ItemGroup>
  322. <ItemGroup>
  323. <Resource Include="Image\add.png">
  324. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  325. </Resource>
  326. </ItemGroup>
  327. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  328. </Project>