星火微课系统客户端
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.

XHWK.WKTool.csproj 11KB

4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
4 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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="log4net">
  57. <HintPath>..\Common\dlls\log4net.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="System.Net.Http" />
  68. <Reference Include="System.Xaml">
  69. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="WindowsBase" />
  72. <Reference Include="PresentationCore" />
  73. <Reference Include="PresentationFramework" />
  74. <Reference Include="WindowsFormsIntegration" />
  75. <Reference Include="WpfAnimatedGif, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9e7cd3b544a090dc, processorArchitecture=MSIL">
  76. <HintPath>..\packages\WpfAnimatedGif.2.0.0\lib\net40\WpfAnimatedGif.dll</HintPath>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="CountdownWindow.xaml.cs">
  81. <DependentUpon>CountdownWindow.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="FileDirectoryWindow.xaml.cs">
  84. <DependentUpon>FileDirectoryWindow.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="LoginWindow.xaml.cs">
  87. <DependentUpon>LoginWindow.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="ScreenRecordingToolbarWindow.xaml.cs">
  90. <DependentUpon>ScreenRecordingToolbarWindow.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="UCCamera.xaml.cs">
  93. <DependentUpon>UCCamera.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="XHMicroLessonSystemWindow.xaml.cs">
  96. <DependentUpon>XHMicroLessonSystemWindow.xaml</DependentUpon>
  97. </Compile>
  98. <Page Include="CountdownWindow.xaml">
  99. <SubType>Designer</SubType>
  100. <Generator>MSBuild:Compile</Generator>
  101. </Page>
  102. <Page Include="CreateAMicroLessonWindow.xaml">
  103. <Generator>MSBuild:Compile</Generator>
  104. <SubType>Designer</SubType>
  105. </Page>
  106. <Compile Include="App.cs" />
  107. <Compile Include="CreateAMicroLessonWindow.xaml.cs">
  108. <DependentUpon>CreateAMicroLessonWindow.xaml</DependentUpon>
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Page Include="FileDirectoryWindow.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </Page>
  115. <Page Include="LoginWindow.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. <Page Include="ScreenRecordingToolbarWindow.xaml">
  120. <SubType>Designer</SubType>
  121. <Generator>MSBuild:Compile</Generator>
  122. </Page>
  123. <Page Include="UCCamera.xaml">
  124. <SubType>Designer</SubType>
  125. <Generator>MSBuild:Compile</Generator>
  126. </Page>
  127. <Page Include="XHMicroLessonSystemWindow.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <Compile Include="Properties\AssemblyInfo.cs">
  134. <SubType>Code</SubType>
  135. </Compile>
  136. <Compile Include="Properties\Resources.Designer.cs">
  137. <AutoGen>True</AutoGen>
  138. <DesignTime>True</DesignTime>
  139. <DependentUpon>Resources.resx</DependentUpon>
  140. </Compile>
  141. <Compile Include="Properties\Settings.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DependentUpon>Settings.settings</DependentUpon>
  144. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  145. </Compile>
  146. <EmbeddedResource Include="Properties\Resources.resx">
  147. <Generator>ResXFileCodeGenerator</Generator>
  148. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  149. </EmbeddedResource>
  150. <None Include="packages.config" />
  151. <None Include="Properties\Settings.settings">
  152. <Generator>SettingsSingleFileGenerator</Generator>
  153. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  154. </None>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <None Include="App.config" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <ProjectReference Include="..\Common\Common.csproj">
  161. <Project>{808a7075-5af5-46b3-8ef6-514c0b5fa8d7}</Project>
  162. <Name>Common</Name>
  163. </ProjectReference>
  164. <ProjectReference Include="..\XHWK.Model\XHWK.Model.csproj">
  165. <Project>{445a4527-849b-4fa9-aa97-8ed1098d211e}</Project>
  166. <Name>XHWK.Model</Name>
  167. </ProjectReference>
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Resource Include="Images\microLessonSystem_0.png" />
  171. <Resource Include="Images\microLessonSystem_1.png" />
  172. <Resource Include="Images\microLessonSystem_10.png" />
  173. <Resource Include="Images\microLessonSystem_11.png" />
  174. <Resource Include="Images\microLessonSystem_12.png" />
  175. <Resource Include="Images\microLessonSystem_13.png" />
  176. <Resource Include="Images\microLessonSystem_14.png" />
  177. <Resource Include="Images\microLessonSystem_15.png" />
  178. <Resource Include="Images\microLessonSystem_16.png" />
  179. <Resource Include="Images\microLessonSystem_17.png" />
  180. <Resource Include="Images\microLessonSystem_18.png" />
  181. <Resource Include="Images\microLessonSystem_19.png" />
  182. <Resource Include="Images\microLessonSystem_2.png" />
  183. <Resource Include="Images\microLessonSystem_20.png" />
  184. <Resource Include="Images\microLessonSystem_21.png" />
  185. <Resource Include="Images\microLessonSystem_22.png" />
  186. <Resource Include="Images\microLessonSystem_23.png" />
  187. <Resource Include="Images\microLessonSystem_24.png" />
  188. <Resource Include="Images\microLessonSystem_25.png" />
  189. <Resource Include="Images\microLessonSystem_3.png" />
  190. <Resource Include="Images\microLessonSystem_4.png" />
  191. <Resource Include="Images\microLessonSystem_5.png" />
  192. <Resource Include="Images\microLessonSystem_6.png" />
  193. <Resource Include="Images\microLessonSystem_7.png" />
  194. <Resource Include="Images\microLessonSystem_8.png" />
  195. <Resource Include="Images\microLessonSystem_9.png" />
  196. </ItemGroup>
  197. <ItemGroup>
  198. <Resource Include="Images\countdown.gif" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <Resource Include="Images\countdown_2.png" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <Resource Include="Images\countdown_3.png" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <Resource Include="Images\countdown_1.png" />
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Resource Include="Images\Toobar0.png" />
  211. <Resource Include="Images\Toobar1.png" />
  212. <Resource Include="Images\Toobar10.png" />
  213. <Resource Include="Images\Toobar11.png" />
  214. <Resource Include="Images\Toobar12.png" />
  215. <Resource Include="Images\Toobar13.png" />
  216. <Resource Include="Images\Toobar14.png" />
  217. <Resource Include="Images\Toobar15.png" />
  218. <Resource Include="Images\Toobar16.png" />
  219. <Resource Include="Images\Toobar17.png" />
  220. <Resource Include="Images\Toobar18.png" />
  221. <Resource Include="Images\Toobar19.png" />
  222. <Resource Include="Images\Toobar2.png" />
  223. <Resource Include="Images\Toobar20.png" />
  224. <Resource Include="Images\Toobar21.png" />
  225. <Resource Include="Images\Toobar22.png" />
  226. <Resource Include="Images\Toobar23.png" />
  227. <Resource Include="Images\Toobar24.png" />
  228. <Resource Include="Images\Toobar25.png" />
  229. <Resource Include="Images\Toobar26.png" />
  230. <Resource Include="Images\Toobar3.png" />
  231. <Resource Include="Images\Toobar4.png" />
  232. <Resource Include="Images\Toobar5.png" />
  233. <Resource Include="Images\Toobar6.png" />
  234. <Resource Include="Images\Toobar7.png" />
  235. <Resource Include="Images\Toobar8.png" />
  236. <Resource Include="Images\Toobar9.png" />
  237. </ItemGroup>
  238. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  239. </Project>