星火微课系统客户端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

XHWK.WKTool.csproj 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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>{57591E23-644E-416D-B1CA-BB04C550130F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>XHWK.WKTool</RootNamespace>
  10. <AssemblyName>XHWK.WKTool</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. <ItemGroup>
  38. <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
  39. <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
  40. </Reference>
  41. <Reference Include="AForge.Controls, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a8ac264d1dc6b9d9, processorArchitecture=MSIL">
  42. <HintPath>..\packages\AForge.Controls.2.2.5\lib\AForge.Controls.dll</HintPath>
  43. </Reference>
  44. <Reference Include="AForge.Imaging, Version=2.2.5.0, Culture=neutral, PublicKeyToken=ba8ddea9676ca48b, processorArchitecture=MSIL">
  45. <HintPath>..\packages\AForge.Imaging.2.2.5\lib\AForge.Imaging.dll</HintPath>
  46. </Reference>
  47. <Reference Include="AForge.Math, Version=2.2.5.0, Culture=neutral, PublicKeyToken=abba2e25397ee8c9, processorArchitecture=MSIL">
  48. <HintPath>..\packages\AForge.Math.2.2.5\lib\AForge.Math.dll</HintPath>
  49. </Reference>
  50. <Reference Include="AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401, processorArchitecture=MSIL">
  51. <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
  52. </Reference>
  53. <Reference Include="AForge.Video.DirectShow, Version=2.2.5.0, Culture=neutral, PublicKeyToken=61ea4348d43881b7, processorArchitecture=MSIL">
  54. <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Aspose.PDF, Version=19.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Aspose.PDF.19.1.0\lib\net4.0\Aspose.PDF.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Aspose.Slides">
  60. <HintPath>..\dl\Aspose.Slides.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Aspose.Words">
  63. <HintPath>..\dl\Aspose.Words.dll</HintPath>
  64. </Reference>
  65. <Reference Include="itextsharp, Version=5.5.13.1, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
  66. <HintPath>..\packages\iTextSharp.5.5.13.1\lib\itextsharp.dll</HintPath>
  67. </Reference>
  68. <Reference Include="log4net">
  69. <HintPath>..\Common\dlls\log4net.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Configuration" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Drawing" />
  75. <Reference Include="System.Windows.Forms" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Xaml">
  83. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  84. </Reference>
  85. <Reference Include="WindowsBase" />
  86. <Reference Include="PresentationCore" />
  87. <Reference Include="PresentationFramework" />
  88. <Reference Include="WindowsFormsIntegration" />
  89. <Reference Include="WpfAnimatedGif, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9e7cd3b544a090dc, processorArchitecture=MSIL">
  90. <HintPath>..\packages\WpfAnimatedGif.2.0.0\lib\net40\WpfAnimatedGif.dll</HintPath>
  91. </Reference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="Controls\ArrowTool.cs" />
  95. <Compile Include="Controls\EllipseTool.cs" />
  96. <Compile Include="Controls\ImageEditBar.cs" />
  97. <Compile Include="Controls\KeyboardTextBox.cs" />
  98. <Compile Include="Controls\LineTool.cs" />
  99. <Compile Include="Controls\MainImage.cs" />
  100. <Compile Include="Controls\RectangleTool.cs" />
  101. <Compile Include="Controls\SizeColorBar.cs" />
  102. <Compile Include="Controls\TextBoxControl.cs" />
  103. <Compile Include="Controls\TextTool.cs" />
  104. <Compile Include="Controls\ToolButton.cs" />
  105. <Compile Include="Controls\ZoomThumb.cs" />
  106. <Compile Include="Converters\ColorConverter.cs" />
  107. <Compile Include="Converters\SizeConverter.cs" />
  108. <Compile Include="Converters\ToolConverter.cs" />
  109. <Compile Include="CountdownWindow.xaml.cs">
  110. <DependentUpon>CountdownWindow.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="DAL\Interface.cs" />
  113. <Compile Include="DAL\ResultVo.cs" />
  114. <Compile Include="FileDirectoryWindow.xaml.cs">
  115. <DependentUpon>FileDirectoryWindow.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="Helpers\ScreenHelper.cs" />
  118. <Compile Include="Helpers\WpfHelper.cs" />
  119. <Compile Include="JieTuWindow.xaml.cs">
  120. <DependentUpon>JieTuWindow.xaml</DependentUpon>
  121. </Compile>
  122. <Compile Include="LoginWindow.xaml.cs">
  123. <DependentUpon>LoginWindow.xaml</DependentUpon>
  124. </Compile>
  125. <Compile Include="Models\AppModel.cs" />
  126. <Compile Include="Models\Direction.cs" />
  127. <Compile Include="Models\EntityBase.cs" />
  128. <Compile Include="Models\Limit.cs" />
  129. <Compile Include="Models\Tool.cs" />
  130. <Compile Include="PracticeWindow.xaml.cs">
  131. <DependentUpon>PracticeWindow.xaml</DependentUpon>
  132. </Compile>
  133. <Compile Include="ScreenRecordingToolbarWindow.xaml.cs">
  134. <DependentUpon>ScreenRecordingToolbarWindow.xaml</DependentUpon>
  135. </Compile>
  136. <Compile Include="UCCamera.xaml.cs">
  137. <DependentUpon>UCCamera.xaml</DependentUpon>
  138. </Compile>
  139. <Compile Include="XHMicroLessonSystemWindow.xaml.cs">
  140. <DependentUpon>XHMicroLessonSystemWindow.xaml</DependentUpon>
  141. </Compile>
  142. <Compile Include="App.cs" />
  143. <Compile Include="CreateAMicroLessonWindow.xaml.cs">
  144. <DependentUpon>CreateAMicroLessonWindow.xaml</DependentUpon>
  145. <SubType>Code</SubType>
  146. </Compile>
  147. <Page Include="CountdownWindow.xaml">
  148. <SubType>Designer</SubType>
  149. <Generator>MSBuild:Compile</Generator>
  150. </Page>
  151. <Page Include="CreateAMicroLessonWindow.xaml">
  152. <Generator>MSBuild:Compile</Generator>
  153. <SubType>Designer</SubType>
  154. </Page>
  155. <Page Include="JieTuWindow.xaml">
  156. <SubType>Designer</SubType>
  157. <Generator>MSBuild:Compile</Generator>
  158. </Page>
  159. <Page Include="PracticeWindow.xaml">
  160. <SubType>Designer</SubType>
  161. <Generator>MSBuild:Compile</Generator>
  162. </Page>
  163. <Page Include="Themes\Generic.xaml">
  164. <Generator>MSBuild:Compile</Generator>
  165. <SubType>Designer</SubType>
  166. </Page>
  167. <Page Include="XHMicroLessonSystemWindow.xaml">
  168. <Generator>MSBuild:Compile</Generator>
  169. <SubType>Designer</SubType>
  170. </Page>
  171. <Page Include="FileDirectoryWindow.xaml">
  172. <SubType>Designer</SubType>
  173. <Generator>MSBuild:Compile</Generator>
  174. </Page>
  175. <Page Include="LoginWindow.xaml">
  176. <SubType>Designer</SubType>
  177. <Generator>MSBuild:Compile</Generator>
  178. </Page>
  179. <Page Include="ScreenRecordingToolbarWindow.xaml">
  180. <SubType>Designer</SubType>
  181. <Generator>MSBuild:Compile</Generator>
  182. </Page>
  183. <Page Include="UCCamera.xaml">
  184. <SubType>Designer</SubType>
  185. <Generator>MSBuild:Compile</Generator>
  186. </Page>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <Compile Include="Properties\AssemblyInfo.cs">
  190. <SubType>Code</SubType>
  191. </Compile>
  192. <Compile Include="Properties\Resources.Designer.cs">
  193. <AutoGen>True</AutoGen>
  194. <DesignTime>True</DesignTime>
  195. <DependentUpon>Resources.resx</DependentUpon>
  196. </Compile>
  197. <Compile Include="Properties\Settings.Designer.cs">
  198. <AutoGen>True</AutoGen>
  199. <DependentUpon>Settings.settings</DependentUpon>
  200. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  201. </Compile>
  202. <EmbeddedResource Include="Properties\Resources.resx">
  203. <Generator>ResXFileCodeGenerator</Generator>
  204. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  205. </EmbeddedResource>
  206. <None Include="packages.config" />
  207. <None Include="Properties\Settings.settings">
  208. <Generator>SettingsSingleFileGenerator</Generator>
  209. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  210. </None>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <None Include="App.config" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <ProjectReference Include="..\Common\Common.csproj">
  217. <Project>{808a7075-5af5-46b3-8ef6-514c0b5fa8d7}</Project>
  218. <Name>Common</Name>
  219. </ProjectReference>
  220. <ProjectReference Include="..\XHWK.Model\XHWK.Model.csproj">
  221. <Project>{445a4527-849b-4fa9-aa97-8ed1098d211e}</Project>
  222. <Name>XHWK.Model</Name>
  223. </ProjectReference>
  224. </ItemGroup>
  225. <ItemGroup>
  226. <Resource Include="Images\microLessonSystem_0.png" />
  227. <Resource Include="Images\microLessonSystem_1.png" />
  228. <Resource Include="Images\microLessonSystem_10.png" />
  229. <Resource Include="Images\microLessonSystem_11.png" />
  230. <Resource Include="Images\microLessonSystem_12.png" />
  231. <Resource Include="Images\microLessonSystem_13.png" />
  232. <Resource Include="Images\microLessonSystem_14.png" />
  233. <Resource Include="Images\microLessonSystem_15.png" />
  234. <Resource Include="Images\microLessonSystem_16.png" />
  235. <Resource Include="Images\microLessonSystem_17.png" />
  236. <Resource Include="Images\microLessonSystem_18.png" />
  237. <Resource Include="Images\microLessonSystem_19.png" />
  238. <Resource Include="Images\microLessonSystem_2.png" />
  239. <Resource Include="Images\microLessonSystem_20.png" />
  240. <Resource Include="Images\microLessonSystem_21.png" />
  241. <Resource Include="Images\microLessonSystem_22.png" />
  242. <Resource Include="Images\microLessonSystem_23.png" />
  243. <Resource Include="Images\microLessonSystem_24.png" />
  244. <Resource Include="Images\microLessonSystem_25.png" />
  245. <Resource Include="Images\microLessonSystem_3.png" />
  246. <Resource Include="Images\microLessonSystem_4.png" />
  247. <Resource Include="Images\microLessonSystem_5.png" />
  248. <Resource Include="Images\microLessonSystem_6.png" />
  249. <Resource Include="Images\microLessonSystem_7.png" />
  250. <Resource Include="Images\microLessonSystem_8.png" />
  251. <Resource Include="Images\microLessonSystem_9.png" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Resource Include="Images\countdown.gif" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <Resource Include="Images\countdown_2.png" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <Resource Include="Images\countdown_3.png" />
  261. </ItemGroup>
  262. <ItemGroup>
  263. <Resource Include="Images\countdown_1.png" />
  264. </ItemGroup>
  265. <ItemGroup>
  266. <Resource Include="Images\Toobar0.png" />
  267. <Resource Include="Images\Toobar1.png" />
  268. <Resource Include="Images\Toobar10.png" />
  269. <Resource Include="Images\Toobar11.png" />
  270. <Resource Include="Images\Toobar12.png" />
  271. <Resource Include="Images\Toobar13.png" />
  272. <Resource Include="Images\Toobar14.png" />
  273. <Resource Include="Images\Toobar15.png" />
  274. <Resource Include="Images\Toobar16.png" />
  275. <Resource Include="Images\Toobar17.png" />
  276. <Resource Include="Images\Toobar18.png" />
  277. <Resource Include="Images\Toobar19.png" />
  278. <Resource Include="Images\Toobar2.png" />
  279. <Resource Include="Images\Toobar20.png" />
  280. <Resource Include="Images\Toobar21.png" />
  281. <Resource Include="Images\Toobar22.png" />
  282. <Resource Include="Images\Toobar23.png" />
  283. <Resource Include="Images\Toobar24.png" />
  284. <Resource Include="Images\Toobar25.png" />
  285. <Resource Include="Images\Toobar26.png" />
  286. <Resource Include="Images\Toobar3.png" />
  287. <Resource Include="Images\Toobar4.png" />
  288. <Resource Include="Images\Toobar5.png" />
  289. <Resource Include="Images\Toobar6.png" />
  290. <Resource Include="Images\Toobar7.png" />
  291. <Resource Include="Images\Toobar8.png" />
  292. <Resource Include="Images\Toobar9.png" />
  293. </ItemGroup>
  294. <ItemGroup>
  295. <Resource Include="Images\class_p1.png" />
  296. <Resource Include="Images\class_p2.png" />
  297. <Resource Include="Images\class_p3.png" />
  298. </ItemGroup>
  299. <ItemGroup />
  300. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  301. </Project>