星火直播PC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

XHZB.Desktop.csproj 14KB

3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
3 yıl önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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>{2ABAEABC-3863-4CF0-9D12-0DA6FDC15EF5}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>XHZB.Desktop</RootNamespace>
  10. <AssemblyName>星火直播</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</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. <PropertyGroup>
  38. <TargetZone>LocalIntranet</TargetZone>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <GenerateManifests>false</GenerateManifests>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
  48. <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
  49. </Reference>
  50. <Reference Include="AForge.Controls, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a8ac264d1dc6b9d9, processorArchitecture=MSIL">
  51. <HintPath>..\packages\AForge.Controls.2.2.5\lib\AForge.Controls.dll</HintPath>
  52. </Reference>
  53. <Reference Include="AForge.Imaging, Version=2.2.5.0, Culture=neutral, PublicKeyToken=ba8ddea9676ca48b, processorArchitecture=MSIL">
  54. <HintPath>..\packages\AForge.Imaging.2.2.5\lib\AForge.Imaging.dll</HintPath>
  55. </Reference>
  56. <Reference Include="AForge.Math, Version=2.2.5.0, Culture=neutral, PublicKeyToken=abba2e25397ee8c9, processorArchitecture=MSIL">
  57. <HintPath>..\packages\AForge.Math.2.2.5\lib\AForge.Math.dll</HintPath>
  58. </Reference>
  59. <Reference Include="AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401, processorArchitecture=MSIL">
  60. <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
  61. </Reference>
  62. <Reference Include="AForge.Video.DirectShow, Version=2.2.5.0, Culture=neutral, PublicKeyToken=61ea4348d43881b7, processorArchitecture=MSIL">
  63. <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
  64. </Reference>
  65. <Reference Include="log4net">
  66. <HintPath>..\Common\dlls\log4net.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="System.Net.Http" />
  78. <Reference Include="PresentationCore" />
  79. <Reference Include="PresentationFramework" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xaml" />
  82. <Reference Include="System.XML" />
  83. <Reference Include="System.Xml.Linq" />
  84. <Reference Include="WindowsBase" />
  85. <Reference Include="WindowsFormsIntegration" />
  86. <Reference Include="WpfAnimatedGif, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9e7cd3b544a090dc, processorArchitecture=MSIL">
  87. <HintPath>..\packages\WpfAnimatedGif.2.0.0\lib\net40\WpfAnimatedGif.dll</HintPath>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="AttendanceWindow.xaml.cs">
  92. <DependentUpon>AttendanceWindow.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="CameraWindow.xaml.cs">
  95. <DependentUpon>CameraWindow.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="LoadDialog.xaml.cs">
  98. <DependentUpon>LoadDialog.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="PracticeWindow.xaml.cs">
  101. <DependentUpon>PracticeWindow.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="RollCallPerfectionWindow.xaml.cs">
  104. <DependentUpon>RollCallPerfectionWindow.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="RollCallWindow.xaml.cs">
  107. <DependentUpon>RollCallWindow.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="ToolbarWindow.xaml.cs">
  110. <DependentUpon>ToolbarWindow.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="UserCenterWindow.xaml.cs">
  113. <DependentUpon>UserCenterWindow.xaml</DependentUpon>
  114. </Compile>
  115. <Compile Include="Utils\BlackboardNew.cs" />
  116. <Compile Include="Utils\ColorBgConverter.cs" />
  117. <Compile Include="Utils\ColorTextConverter.cs" />
  118. <Compile Include="Utils\GenericTypeConverter.cs" />
  119. <Compile Include="Utils\RegisterController.cs" />
  120. <Compile Include="Utils\ResultVo.cs" />
  121. <Compile Include="Utils\VTHelper.cs" />
  122. <Compile Include="Utils\ZCache.cs" />
  123. <Compile Include="Utils\ZDelayUtil.cs" />
  124. <Compile Include="ZBlackboardWindow.xaml.cs">
  125. <DependentUpon>ZBlackboardWindow.xaml</DependentUpon>
  126. </Compile>
  127. <Page Include="AttendanceWindow.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. <Page Include="CameraWindow.xaml">
  132. <SubType>Designer</SubType>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Page>
  135. <Page Include="LoadDialog.xaml">
  136. <SubType>Designer</SubType>
  137. <Generator>MSBuild:Compile</Generator>
  138. </Page>
  139. <Page Include="LoginWindow.xaml">
  140. <Generator>MSBuild:Compile</Generator>
  141. <SubType>Designer</SubType>
  142. </Page>
  143. <Compile Include="App.cs" />
  144. <Compile Include="LoginWindow.xaml.cs">
  145. <DependentUpon>LoginWindow.xaml</DependentUpon>
  146. <SubType>Code</SubType>
  147. </Compile>
  148. <Page Include="MessageWindow.xaml">
  149. <SubType>Designer</SubType>
  150. <Generator>XamlIntelliSenseFileGenerator</Generator>
  151. </Page>
  152. <Page Include="PracticeWindow.xaml">
  153. <SubType>Designer</SubType>
  154. <Generator>MSBuild:Compile</Generator>
  155. </Page>
  156. <Page Include="RollCallPerfectionWindow.xaml">
  157. <SubType>Designer</SubType>
  158. <Generator>MSBuild:Compile</Generator>
  159. </Page>
  160. <Page Include="RollCallWindow.xaml">
  161. <SubType>Designer</SubType>
  162. <Generator>MSBuild:Compile</Generator>
  163. </Page>
  164. <Page Include="ToolbarWindow.xaml">
  165. <SubType>Designer</SubType>
  166. <Generator>MSBuild:Compile</Generator>
  167. </Page>
  168. <Page Include="UserCenterWindow.xaml">
  169. <SubType>Designer</SubType>
  170. <Generator>MSBuild:Compile</Generator>
  171. </Page>
  172. <Page Include="ZBlackboardWindow.xaml">
  173. <SubType>Designer</SubType>
  174. <Generator>MSBuild:Compile</Generator>
  175. </Page>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <Compile Include="MessageWindow.xaml.cs">
  179. <DependentUpon>MessageWindow.xaml</DependentUpon>
  180. </Compile>
  181. <Compile Include="Properties\AssemblyInfo.cs">
  182. <SubType>Code</SubType>
  183. </Compile>
  184. <Compile Include="Properties\Resources.Designer.cs">
  185. <AutoGen>True</AutoGen>
  186. <DesignTime>True</DesignTime>
  187. <DependentUpon>Resources.resx</DependentUpon>
  188. </Compile>
  189. <Compile Include="Properties\Settings.Designer.cs">
  190. <AutoGen>True</AutoGen>
  191. <DependentUpon>Settings.settings</DependentUpon>
  192. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  193. </Compile>
  194. <EmbeddedResource Include="Properties\Resources.resx">
  195. <Generator>ResXFileCodeGenerator</Generator>
  196. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  197. </EmbeddedResource>
  198. <EmbeddedResource Include="ffmpegx32.zip">
  199. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  200. </EmbeddedResource>
  201. <EmbeddedResource Include="ffmpegx64.zip">
  202. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  203. </EmbeddedResource>
  204. <None Include="packages.config" />
  205. <None Include="Properties\app.manifest" />
  206. <None Include="Properties\Settings.settings">
  207. <Generator>SettingsSingleFileGenerator</Generator>
  208. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  209. </None>
  210. </ItemGroup>
  211. <ItemGroup>
  212. <None Include="App.config" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ProjectReference Include="..\Common\Common.csproj">
  216. <Project>{808a7075-5af5-46b3-8ef6-514c0b5fa8d7}</Project>
  217. <Name>Common</Name>
  218. </ProjectReference>
  219. <ProjectReference Include="..\XHZB.DAL\XHZB.DAL.csproj">
  220. <Project>{45c8855f-093c-4f92-b9a7-ad3e91c97c06}</Project>
  221. <Name>XHZB.DAL</Name>
  222. </ProjectReference>
  223. <ProjectReference Include="..\XHZB.Model\XHZB.Model.csproj">
  224. <Project>{fc00ab0b-da8c-46be-aad5-8d8a7fb8c767}</Project>
  225. <Name>XHZB.Model</Name>
  226. </ProjectReference>
  227. </ItemGroup>
  228. <ItemGroup>
  229. <EmbeddedResource Include="SSCR\Setup Screen Capturer Recorder v0.12.10.exe">
  230. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  231. </EmbeddedResource>
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Resource Include="Images\ToolBar\直播%402x.png" />
  235. </ItemGroup>
  236. <ItemGroup>
  237. <Resource Include="Images\ToolBar\toolbar_bottom2.png" />
  238. <Resource Include="Images\ToolBar\toolbar_bottom2_0.png" />
  239. <Resource Include="Images\ToolBar\下课%402x.png" />
  240. <Resource Include="Images\ToolBar\我的备课%402x.png" />
  241. <Resource Include="Images\ToolBar\抢答%402x.png" />
  242. <Resource Include="Images\ToolBar\本节考勤01%402x.png" />
  243. <Resource Include="Images\ToolBar\讲评%402x.png" />
  244. <Resource Include="Images\ToolBar\黑板01%402x.png" />
  245. </ItemGroup>
  246. <ItemGroup>
  247. <Resource Include="Images\RollCall\attendance_0_0_0.png" />
  248. <Resource Include="Images\RollCall\attendance_1.png" />
  249. <Resource Include="Images\RollCall\attendance_2.png" />
  250. <Resource Include="Images\RollCall\attendance_3.png" />
  251. <Resource Include="Images\RollCall\attendance_33.png" />
  252. <Resource Include="Images\RollCall\rollCall_0_1_1.png" />
  253. <Resource Include="Images\RollCall\rollCall_1.png" />
  254. <Resource Include="Images\RollCall\rollCall_10.png" />
  255. <Resource Include="Images\RollCall\rollCall_11.png" />
  256. <Resource Include="Images\RollCall\rollCall_12.png" />
  257. <Resource Include="Images\RollCall\rollCall_13.png" />
  258. <Resource Include="Images\RollCall\rollCall_4.png" />
  259. <Resource Include="Images\RollCall\rollCall_5.png" />
  260. <Resource Include="Images\RollCall\rollCall_6.png" />
  261. <Resource Include="Images\RollCall\rollCall_7.png" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <Resource Include="Images\ToolBar\img_shared_1.gif" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <Resource Include="Images\Blackboard\class_1s.png" />
  268. <Resource Include="Images\Blackboard\class_1un.png" />
  269. <Resource Include="Images\Blackboard\class_2s.png" />
  270. <Resource Include="Images\Blackboard\class_2un.png" />
  271. <Resource Include="Images\Blackboard\class_3s.png" />
  272. <Resource Include="Images\Blackboard\class_3un.png" />
  273. <Resource Include="Images\Blackboard\class_4s.png" />
  274. <Resource Include="Images\Blackboard\class_4un.png" />
  275. <Resource Include="Images\Blackboard\class_5s.png" />
  276. <Resource Include="Images\Blackboard\class_5un.png" />
  277. <Resource Include="Images\Blackboard\class_6un.png" />
  278. <Resource Include="Images\Blackboard\class_7un.png" />
  279. <Resource Include="Images\Blackboard\class_c1.png" />
  280. <Resource Include="Images\Blackboard\class_p1.png" />
  281. <Resource Include="Images\Blackboard\class_p2.png" />
  282. <Resource Include="Images\Blackboard\class_p3.png" />
  283. <Resource Include="Images\Blackboard\class_s1.png" />
  284. <Resource Include="Images\Blackboard\class_s2.png" />
  285. <Resource Include="Images\Blackboard\class_s3.png" />
  286. <Resource Include="Images\Blackboard\class_s4.png" />
  287. <Resource Include="Images\Blackboard\class_s5.png" />
  288. <Resource Include="Images\Blackboard\class_s6.png" />
  289. <Resource Include="Images\Blackboard\erase.png" />
  290. <Resource Include="Images\Blackboard\pen.png" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <Resource Include="Images\Login\account copy 2%402x.png" />
  294. <Resource Include="Images\Login\data copy 2%402x.png" />
  295. <Resource Include="Images\Login\login2_0.png" />
  296. <Resource Include="Images\Login\login2_0_1.png" />
  297. <Resource Include="Images\Login\login2_1.png" />
  298. <Resource Include="Images\Login\logo%402x.png" />
  299. <Resource Include="Images\Login\logo.png" />
  300. <Resource Include="Images\Login\智慧校园%402x.png" />
  301. <Resource Include="Images\Login\智慧校园.png" />
  302. <Resource Include="Images\Login\组 1%281%29.png" />
  303. <Resource Include="Images\Login\组 1%402x%281%29.png" />
  304. <Resource Include="Images\Login\组 1%402x.png" />
  305. <Resource Include="Images\Login\组 1.png" />
  306. <Resource Include="Images\Login\设置%402x.png" />
  307. </ItemGroup>
  308. <ItemGroup>
  309. <Resource Include="Images\RollCall\rollCall_2_1.png" />
  310. </ItemGroup>
  311. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  312. </Project>