CollaborativePlatformMain.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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\ThreeModelEntity.cs" />
  96. <Compile Include="DFEntity\MessageSubUtil\ToolFunctionEntity.cs" />
  97. <Compile Include="DFEntity\StandardizedEntity.cs" />
  98. <Compile Include="Form\FloorDrawingForm.xaml.cs">
  99. <DependentUpon>FloorDrawingForm.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="Form\MessageSubPage\AddImage\AddImageForm.xaml.cs">
  102. <DependentUpon>AddImageForm.xaml</DependentUpon>
  103. </Compile>
  104. <Compile Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml.cs">
  105. <DependentUpon>CreatLevelForm.xaml</DependentUpon>
  106. </Compile>
  107. <Compile Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml.cs">
  108. <DependentUpon>SetLevelTablecreationForm.xaml</DependentUpon>
  109. </Compile>
  110. <Compile Include="Form\MessageSubPage\Project\NewProjrctPage.xaml.cs">
  111. <DependentUpon>NewProjrctPage.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="Form\MessageSubPage\SeconContactsPage.xaml.cs">
  114. <DependentUpon>SeconContactsPage.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="Form\MessageSubPage\SeconLegendPage.xaml.cs">
  117. <DependentUpon>SeconLegendPage.xaml</DependentUpon>
  118. </Compile>
  119. <Compile Include="Form\MessageSubPage\SeconMessagePage.xaml.cs">
  120. <DependentUpon>SeconMessagePage.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="Form\MessageSubPage\SeconProjectPage.xaml.cs">
  123. <DependentUpon>SeconProjectPage.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml.cs">
  126. <DependentUpon>SeconThreeDimensionalPage.xaml</DependentUpon>
  127. </Compile>
  128. <Compile Include="Form\MessageSubPage\SeconToolLibraryPage.xaml.cs">
  129. <DependentUpon>SeconToolLibraryPage.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="Form\MessageSubPage\SuspensionForm.xaml.cs">
  132. <DependentUpon>SuspensionForm.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Form\StandardizedAssistantForm.xaml.cs">
  135. <DependentUpon>StandardizedAssistantForm.xaml</DependentUpon>
  136. </Compile>
  137. <Compile Include="Form\UserControlForm\CBButtonControls.xaml.cs">
  138. <DependentUpon>CBButtonControls.xaml</DependentUpon>
  139. </Compile>
  140. <Compile Include="Form\UserControlForm\ProjectControls.xaml.cs">
  141. <DependentUpon>ProjectControls.xaml</DependentUpon>
  142. </Compile>
  143. <Compile Include="Util\CollaborationUtil.cs" />
  144. <Compile Include="Util\CreatLevelUtil.cs" />
  145. <Compile Include="Util\LoginUtil.cs" />
  146. <Page Include="Form\FloorDrawingForm.xaml">
  147. <SubType>Designer</SubType>
  148. <Generator>MSBuild:Compile</Generator>
  149. </Page>
  150. <Page Include="Form\MessageSubPage\AddImage\AddImageForm.xaml">
  151. <SubType>Designer</SubType>
  152. <Generator>MSBuild:Compile</Generator>
  153. </Page>
  154. <Page Include="Form\MessageSubPage\CreatLevel\CreatLevelForm.xaml">
  155. <SubType>Designer</SubType>
  156. <Generator>MSBuild:Compile</Generator>
  157. </Page>
  158. <Page Include="Form\MessageSubPage\CreatLevel\SetLevelTablecreationForm.xaml">
  159. <SubType>Designer</SubType>
  160. <Generator>MSBuild:Compile</Generator>
  161. </Page>
  162. <Page Include="Form\MessageSubPage\Project\NewProjrctPage.xaml">
  163. <SubType>Designer</SubType>
  164. <Generator>MSBuild:Compile</Generator>
  165. </Page>
  166. <Page Include="Form\MessageSubPage\SeconContactsPage.xaml">
  167. <SubType>Designer</SubType>
  168. <Generator>MSBuild:Compile</Generator>
  169. </Page>
  170. <Page Include="Form\MessageSubPage\SeconLegendPage.xaml">
  171. <SubType>Designer</SubType>
  172. <Generator>MSBuild:Compile</Generator>
  173. </Page>
  174. <Page Include="Form\MessageSubPage\SeconMessagePage.xaml">
  175. <SubType>Designer</SubType>
  176. <Generator>MSBuild:Compile</Generator>
  177. </Page>
  178. <Page Include="Form\MessageSubPage\SeconProjectPage.xaml">
  179. <SubType>Designer</SubType>
  180. <Generator>MSBuild:Compile</Generator>
  181. </Page>
  182. <Page Include="Form\MessageSubPage\SeconThreeDimensionalPage.xaml">
  183. <SubType>Designer</SubType>
  184. <Generator>MSBuild:Compile</Generator>
  185. </Page>
  186. <Page Include="Form\MessageSubPage\SeconToolLibraryPage.xaml">
  187. <SubType>Designer</SubType>
  188. <Generator>MSBuild:Compile</Generator>
  189. </Page>
  190. <Page Include="Form\MessageSubPage\SuspensionForm.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="Form\StandardizedAssistantForm.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>MSBuild:Compile</Generator>
  197. </Page>
  198. <Page Include="Form\UserControlForm\CBButtonControls.xaml">
  199. <SubType>Designer</SubType>
  200. <Generator>MSBuild:Compile</Generator>
  201. </Page>
  202. <Page Include="Form\HomepageForm.xaml">
  203. <SubType>Designer</SubType>
  204. <Generator>MSBuild:Compile</Generator>
  205. </Page>
  206. <Page Include="Form\UserControlForm\ProjectControls.xaml">
  207. <SubType>Designer</SubType>
  208. <Generator>MSBuild:Compile</Generator>
  209. </Page>
  210. <Page Include="Form\ProjectForm.xaml">
  211. <SubType>Designer</SubType>
  212. <Generator>MSBuild:Compile</Generator>
  213. </Page>
  214. <Page Include="Form\UploadDrawingForm.xaml">
  215. <SubType>Designer</SubType>
  216. <Generator>MSBuild:Compile</Generator>
  217. </Page>
  218. <Page Include="MainWindow.xaml">
  219. <Generator>MSBuild:Compile</Generator>
  220. <SubType>Designer</SubType>
  221. </Page>
  222. <Compile Include="App.xaml.cs">
  223. <DependentUpon>App.xaml</DependentUpon>
  224. <SubType>Code</SubType>
  225. </Compile>
  226. <Compile Include="DFEntity\LVProjectInfoEntity.cs" />
  227. <Compile Include="DFEntity\LVTeamMembersEntity.cs" />
  228. <Compile Include="DFEntity\NotificationAnnouncement.cs" />
  229. <Compile Include="DFEntity\TreeViewBind.cs" />
  230. <Compile Include="DFEntity\UserInformationEntity.cs" />
  231. <Compile Include="Form\HomepageForm.xaml.cs">
  232. <DependentUpon>HomepageForm.xaml</DependentUpon>
  233. </Compile>
  234. <Compile Include="Form\ProjectForm.xaml.cs">
  235. <DependentUpon>ProjectForm.xaml</DependentUpon>
  236. </Compile>
  237. <Compile Include="Form\UploadDrawingForm.xaml.cs">
  238. <DependentUpon>UploadDrawingForm.xaml</DependentUpon>
  239. </Compile>
  240. <Compile Include="MainWindow.xaml.cs">
  241. <DependentUpon>MainWindow.xaml</DependentUpon>
  242. <SubType>Code</SubType>
  243. </Compile>
  244. </ItemGroup>
  245. <ItemGroup>
  246. <Compile Include="Properties\AssemblyInfo.cs">
  247. <SubType>Code</SubType>
  248. </Compile>
  249. <Compile Include="Properties\Resources.Designer.cs">
  250. <AutoGen>True</AutoGen>
  251. <DesignTime>True</DesignTime>
  252. <DependentUpon>Resources.resx</DependentUpon>
  253. </Compile>
  254. <Compile Include="Properties\Settings.Designer.cs">
  255. <AutoGen>True</AutoGen>
  256. <DependentUpon>Settings.settings</DependentUpon>
  257. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  258. </Compile>
  259. <EmbeddedResource Include="Properties\Resources.resx">
  260. <Generator>ResXFileCodeGenerator</Generator>
  261. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  262. </EmbeddedResource>
  263. <None Include="packages.config" />
  264. <None Include="Properties\Settings.settings">
  265. <Generator>SettingsSingleFileGenerator</Generator>
  266. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  267. </None>
  268. </ItemGroup>
  269. <ItemGroup>
  270. <None Include="App.config" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <Resource Include="Image\folderImage.png" />
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Resource Include="Image\add.png">
  277. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  278. </Resource>
  279. </ItemGroup>
  280. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  281. </Project>