|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{57591E23-644E-416D-B1CA-BB04C550130F}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>XHWK.WKTool</RootNamespace>
- <AssemblyName>XHWK.WKTool</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
- <HintPath>..\packages\AForge.2.2.5\lib\AForge.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Controls, Version=2.2.5.0, Culture=neutral, PublicKeyToken=a8ac264d1dc6b9d9, processorArchitecture=MSIL">
- <HintPath>..\packages\AForge.Controls.2.2.5\lib\AForge.Controls.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Imaging, Version=2.2.5.0, Culture=neutral, PublicKeyToken=ba8ddea9676ca48b, processorArchitecture=MSIL">
- <HintPath>..\packages\AForge.Imaging.2.2.5\lib\AForge.Imaging.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Math, Version=2.2.5.0, Culture=neutral, PublicKeyToken=abba2e25397ee8c9, processorArchitecture=MSIL">
- <HintPath>..\packages\AForge.Math.2.2.5\lib\AForge.Math.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video, Version=2.2.5.0, Culture=neutral, PublicKeyToken=cbfb6e07d173c401, processorArchitecture=MSIL">
- <HintPath>..\packages\AForge.Video.2.2.5\lib\AForge.Video.dll</HintPath>
- </Reference>
- <Reference Include="AForge.Video.DirectShow, Version=2.2.5.0, Culture=neutral, PublicKeyToken=61ea4348d43881b7, processorArchitecture=MSIL">
- <HintPath>..\packages\AForge.Video.DirectShow.2.2.5\lib\AForge.Video.DirectShow.dll</HintPath>
- </Reference>
- <Reference Include="log4net">
- <HintPath>..\Common\dlls\log4net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="WindowsFormsIntegration" />
- <Reference Include="WpfAnimatedGif, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9e7cd3b544a090dc, processorArchitecture=MSIL">
- <HintPath>..\packages\WpfAnimatedGif.2.0.0\lib\net40\WpfAnimatedGif.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CountdownWindow.xaml.cs">
- <DependentUpon>CountdownWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="FileDirectoryWindow.xaml.cs">
- <DependentUpon>FileDirectoryWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="LoginWindow.xaml.cs">
- <DependentUpon>LoginWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="ScreenRecordingToolbarWindow.xaml.cs">
- <DependentUpon>ScreenRecordingToolbarWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="UCCamera.xaml.cs">
- <DependentUpon>UCCamera.xaml</DependentUpon>
- </Compile>
- <Compile Include="XHMicroLessonSystemWindow.xaml.cs">
- <DependentUpon>XHMicroLessonSystemWindow.xaml</DependentUpon>
- </Compile>
- <Page Include="CountdownWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="CreateAMicroLessonWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.cs" />
- <Compile Include="CreateAMicroLessonWindow.xaml.cs">
- <DependentUpon>CreateAMicroLessonWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Page Include="FileDirectoryWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="LoginWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="ScreenRecordingToolbarWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="UCCamera.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="XHMicroLessonSystemWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\Common.csproj">
- <Project>{808a7075-5af5-46b3-8ef6-514c0b5fa8d7}</Project>
- <Name>Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\XHWK.Model\XHWK.Model.csproj">
- <Project>{445a4527-849b-4fa9-aa97-8ed1098d211e}</Project>
- <Name>XHWK.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\microLessonSystem_0.png" />
- <Resource Include="Images\microLessonSystem_1.png" />
- <Resource Include="Images\microLessonSystem_10.png" />
- <Resource Include="Images\microLessonSystem_11.png" />
- <Resource Include="Images\microLessonSystem_12.png" />
- <Resource Include="Images\microLessonSystem_13.png" />
- <Resource Include="Images\microLessonSystem_14.png" />
- <Resource Include="Images\microLessonSystem_15.png" />
- <Resource Include="Images\microLessonSystem_16.png" />
- <Resource Include="Images\microLessonSystem_17.png" />
- <Resource Include="Images\microLessonSystem_18.png" />
- <Resource Include="Images\microLessonSystem_19.png" />
- <Resource Include="Images\microLessonSystem_2.png" />
- <Resource Include="Images\microLessonSystem_20.png" />
- <Resource Include="Images\microLessonSystem_21.png" />
- <Resource Include="Images\microLessonSystem_22.png" />
- <Resource Include="Images\microLessonSystem_23.png" />
- <Resource Include="Images\microLessonSystem_24.png" />
- <Resource Include="Images\microLessonSystem_25.png" />
- <Resource Include="Images\microLessonSystem_3.png" />
- <Resource Include="Images\microLessonSystem_4.png" />
- <Resource Include="Images\microLessonSystem_5.png" />
- <Resource Include="Images\microLessonSystem_6.png" />
- <Resource Include="Images\microLessonSystem_7.png" />
- <Resource Include="Images\microLessonSystem_8.png" />
- <Resource Include="Images\microLessonSystem_9.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\countdown.gif" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\countdown_2.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\countdown_3.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\countdown_1.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Images\Toobar0.png" />
- <Resource Include="Images\Toobar1.png" />
- <Resource Include="Images\Toobar10.png" />
- <Resource Include="Images\Toobar11.png" />
- <Resource Include="Images\Toobar12.png" />
- <Resource Include="Images\Toobar13.png" />
- <Resource Include="Images\Toobar14.png" />
- <Resource Include="Images\Toobar15.png" />
- <Resource Include="Images\Toobar16.png" />
- <Resource Include="Images\Toobar17.png" />
- <Resource Include="Images\Toobar18.png" />
- <Resource Include="Images\Toobar19.png" />
- <Resource Include="Images\Toobar2.png" />
- <Resource Include="Images\Toobar20.png" />
- <Resource Include="Images\Toobar21.png" />
- <Resource Include="Images\Toobar22.png" />
- <Resource Include="Images\Toobar23.png" />
- <Resource Include="Images\Toobar24.png" />
- <Resource Include="Images\Toobar25.png" />
- <Resource Include="Images\Toobar26.png" />
- <Resource Include="Images\Toobar3.png" />
- <Resource Include="Images\Toobar4.png" />
- <Resource Include="Images\Toobar5.png" />
- <Resource Include="Images\Toobar6.png" />
- <Resource Include="Images\Toobar7.png" />
- <Resource Include="Images\Toobar8.png" />
- <Resource Include="Images\Toobar9.png" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|