CollaborativePlatformMain.csproj 11 KB

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