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

683 lines
28 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{4109C5F5-C214-490D-8F16-7EFEECD3A36B}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>JwKdsV</RootNamespace>
<AssemblyName>JwKdsV</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</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>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevComponents.DotNetBar.Keyboard, Version=14.1.0.19, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\DevComponents.DotNetBar.Keyboard.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar.SuperGrid, Version=14.1.0.19, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\DevComponents.DotNetBar.SuperGrid.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar2, Version=14.1.0.5, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<HintPath>..\Lib\DevComponents.DotNetBar2.dll</HintPath>
</Reference>
<Reference Include="DevComponents.TreeGX, Version=14.1.0.5, Culture=neutral, PublicKeyToken=055db68f670cfeab, processorArchitecture=MSIL">
<HintPath>..\Lib\DevComponents.TreeGX.dll</HintPath>
</Reference>
<Reference Include="LiteDB, Version=3.1.4.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.3.1.4\lib\net35\LiteDB.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.4.12\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include="NPoco, Version=3.7.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NPoco.3.7.2\lib\net40\NPoco.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SuperSocket.ClientEngine, Version=0.8.0.13, Culture=neutral, PublicKeyToken=ee9af13f57f00acc, processorArchitecture=MSIL">
<HintPath>..\packages\SuperSocket.ClientEngine.Core.0.8.0.13\lib\net40-client\SuperSocket.ClientEngine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System">
<HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Data.SQLite.EF6, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.105.2\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Data.SQLite.Linq, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.105.2\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Design" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WebSocket4Net, Version=0.15.0.9, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
<HintPath>..\packages\WebSocket4Net.0.15.0\lib\net40\WebSocket4Net.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AbstractFlyoutPanelEx.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="AbstractFlyoutPanelEx.Designer.cs">
<DependentUpon>AbstractFlyoutPanelEx.cs</DependentUpon>
</Compile>
<Compile Include="BaseForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="BaseForm.Designer.cs">
<DependentUpon>BaseForm.cs</DependentUpon>
</Compile>
<Compile Include="Business\LastProductPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Business\LastProductPanel.Designer.cs">
<DependentUpon>LastProductPanel.cs</DependentUpon>
</Compile>
<Compile Include="Business\SettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Business\SettingsForm.Designer.cs">
<DependentUpon>SettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="Component\BaseUserControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\BaseUserControl.Designer.cs">
<DependentUpon>BaseUserControl.cs</DependentUpon>
</Compile>
<Compile Include="Component\Category.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\Category.Designer.cs">
<DependentUpon>Category.cs</DependentUpon>
</Compile>
<Compile Include="Component\CategoryControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\CategoryControl.Designer.cs">
<DependentUpon>CategoryControl.cs</DependentUpon>
</Compile>
<Compile Include="Component\ControlBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\ControlBox.Designer.cs">
<DependentUpon>ControlBox.cs</DependentUpon>
</Compile>
<Compile Include="Component\DatePicker.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\DateTimePickerEx2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Component\DateTimePickerEx2.Designer.cs">
<DependentUpon>DateTimePickerEx2.cs</DependentUpon>
</Compile>
<Compile Include="Component\DoubleBufferPanelX.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\DoubleBufferTableLayoutPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\DualListBox.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\DualListBox.Designer.cs">
<DependentUpon>DualListBox.cs</DependentUpon>
</Compile>
<Compile Include="Component\FlyoutX.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\LoginKeyboardX.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\LoginKeyboardX.Designer.cs">
<DependentUpon>LoginKeyboardX.cs</DependentUpon>
</Compile>
<Compile Include="Component\MyKeyboardControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\MyKeyboardControl.Designer.cs">
<DependentUpon>MyKeyboardControl.cs</DependentUpon>
</Compile>
<Compile Include="Component\NormalTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\NumericTextBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\NumSpinnersV.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\NumSpinnersV.Designer.cs">
<DependentUpon>NumSpinnersV.cs</DependentUpon>
</Compile>
<Compile Include="Component\PagerControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\PagerControl.Designer.cs">
<DependentUpon>PagerControl.cs</DependentUpon>
</Compile>
<Compile Include="Component\ProductControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\ProductControl.Designer.cs">
<DependentUpon>ProductControl.cs</DependentUpon>
</Compile>
<Compile Include="Component\RichLabel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\RichLabel.Designer.cs">
<DependentUpon>RichLabel.cs</DependentUpon>
</Compile>
<Compile Include="Component\TouchButtonX2.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\TouchButtonX.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\TouchLabelX.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\VirtualKeyboard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Component\VirtualKeyboard.Designer.cs">
<DependentUpon>VirtualKeyboard.cs</DependentUpon>
</Compile>
<Compile Include="Component\Win32.cs" />
<Compile Include="DownloadingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DownloadingForm.Designer.cs">
<DependentUpon>DownloadingForm.cs</DependentUpon>
</Compile>
<Compile Include="LoginForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LoginForm.Designer.cs">
<DependentUpon>LoginForm.cs</DependentUpon>
</Compile>
<Compile Include="LoginOffLineConfirmForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LoginOffLineConfirmForm.Designer.cs">
<DependentUpon>LoginOffLineConfirmForm.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Component\BaseSubItemPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\BaseSubItemPanel.Designer.cs">
<DependentUpon>BaseSubItemPanel.cs</DependentUpon>
</Compile>
<Compile Include="Component\ColorPicker\ComboBoxColorPicker.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\ColorPicker\ComboBoxColorPicker.designer.cs">
<DependentUpon>ComboBoxColorPicker.cs</DependentUpon>
</Compile>
<Compile Include="Component\ColorPicker\ContextMenuForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Component\ColorPicker\ContextMenuForm.designer.cs">
<DependentUpon>ContextMenuForm.cs</DependentUpon>
</Compile>
<Compile Include="Component\ColorPicker\CustomColors.cs" />
<Compile Include="Component\ColorPicker\GradientPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\ColorPicker\OfficeColorPicker.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\ColorPicker\OfficeColorPicker.designer.cs">
<DependentUpon>OfficeColorPicker.cs</DependentUpon>
</Compile>
<Compile Include="Component\ColorPicker\SelectableColor.cs" />
<Compile Include="Component\ColorPicker\ToolStripColorPicker.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Component\DataGridRichTextBoxColumn.cs" />
<Compile Include="Component\DOMParser.cs" />
<Compile Include="Component\ItemPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\ItemPanel.Designer.cs">
<DependentUpon>ItemPanel.cs</DependentUpon>
</Compile>
<Compile Include="Component\NumSpinners.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\NumSpinners.Designer.cs">
<DependentUpon>NumSpinners.cs</DependentUpon>
</Compile>
<Compile Include="Component\OrderItemPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\OrderItemPanel.Designer.cs">
<DependentUpon>OrderItemPanel.cs</DependentUpon>
</Compile>
<Compile Include="Component\OrderPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\OrderPanel.Designer.cs">
<DependentUpon>OrderPanel.cs</DependentUpon>
</Compile>
<Compile Include="Component\TilePanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Component\TilePanel.Designer.cs">
<DependentUpon>TilePanel.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SaleClearForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SaleClearForm.Designer.cs">
<DependentUpon>SaleClearForm.cs</DependentUpon>
</Compile>
<Compile Include="SaleClearModify.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SaleClearModify.Designer.cs">
<DependentUpon>SaleClearModify.cs</DependentUpon>
</Compile>
<Compile Include="SimpleKeyboard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SimpleKeyboard.Designer.cs">
<DependentUpon>SimpleKeyboard.cs</DependentUpon>
</Compile>
<Compile Include="SplashScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SplashScreen.designer.cs">
<DependentUpon>SplashScreen.cs</DependentUpon>
</Compile>
<Compile Include="TenantInitForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TenantInitForm.Designer.cs">
<DependentUpon>TenantInitForm.cs</DependentUpon>
</Compile>
<Compile Include="TenantResetForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TenantResetForm.Designer.cs">
<DependentUpon>TenantResetForm.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="AbstractFlyoutPanelEx.resx">
<DependentUpon>AbstractFlyoutPanelEx.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Business\LastProductPanel.resx">
<DependentUpon>LastProductPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Business\SettingsForm.resx">
<DependentUpon>SettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\DualListBox.resx">
<DependentUpon>DualListBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\LoginKeyboardX.resx">
<DependentUpon>LoginKeyboardX.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\PagerControl.resx">
<DependentUpon>PagerControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DownloadingForm.resx">
<DependentUpon>DownloadingForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LoginForm.resx">
<DependentUpon>LoginForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LoginOffLineConfirmForm.resx">
<DependentUpon>LoginOffLineConfirmForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\BaseSubItemPanel.resx">
<DependentUpon>BaseSubItemPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\ColorPicker\ComboBoxColorPicker.resx">
<DependentUpon>ComboBoxColorPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\ColorPicker\ContextMenuForm.resx">
<DependentUpon>ContextMenuForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\ColorPicker\OfficeColorPicker.resx">
<DependentUpon>OfficeColorPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\ColorPicker\ToolStripColorPicker.resx">
<DependentUpon>ToolStripColorPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\ItemPanel.resx">
<DependentUpon>ItemPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\NumSpinners.resx">
<DependentUpon>NumSpinners.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\OrderItemPanel.resx">
<DependentUpon>OrderItemPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\OrderPanel.resx">
<DependentUpon>OrderPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Component\TilePanel.resx">
<DependentUpon>TilePanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="SaleClearForm.resx">
<DependentUpon>SaleClearForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SaleClearModify.resx">
<DependentUpon>SaleClearModify.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SimpleKeyboard.resx">
<DependentUpon>SimpleKeyboard.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SplashScreen.resx">
<DependentUpon>SplashScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TenantInitForm.resx">
<DependentUpon>TenantInitForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TenantResetForm.resx">
<DependentUpon>TenantResetForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="App.config" />
<None Include="Data\kdsDatav1.s3db">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="kds_ip.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="kds_time.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\POSV.Service\POSV.Service.csproj">
<Project>{4de15a0c-1261-4715-9379-9ccd6265db50}</Project>
<Name>POSV.Service</Name>
</ProjectReference>
<ProjectReference Include="..\JwKdsV.Core\JwKdsV.Core.csproj">
<Project>{faab2d86-da11-4eb5-9698-fd78749de20f}</Project>
<Name>JwKdsV.Core</Name>
</ProjectReference>
<ProjectReference Include="..\JwKdsV.Entity\JwKdsV.Entity.csproj">
<Project>{f462ebe4-4a74-4554-844d-2c22b3e22b7f}</Project>
<Name>JwKdsV.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\POSV.Common\POSV.Common.csproj">
<Project>{e65326db-b2f1-44a9-8424-2c1d4b8be711}</Project>
<Name>POSV.Common</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Component\ColorPicker\ComboBoxColorPicker.bmp" />
<Content Include="Component\ColorPicker\GradientPanel.bmp" />
<Content Include="Component\ColorPicker\OfficeColorPicker.bmp" />
<Content Include="Component\ColorPicker\ToolStripColorPicker.bmp" />
<EmbeddedResource Include="Data\db_2.txt" />
<EmbeddedResource Include="Data\db_8.txt" />
<EmbeddedResource Include="Data\db_110.txt" />
<Content Include="logo.ico" />
<Content Include="mp3\newOrder.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Resources\AutoUpdater.exe" />
<Content Include="Resources\calendar.png" />
<Content Include="Resources\left.png" />
<Content Include="Resources\right.png" />
<Content Include="wav\101.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\102.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\103.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\104.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\105.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\106.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\107.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\108.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\109.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\110.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\111.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\112.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\113.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\114.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\115.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\116.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\117.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\118.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\201.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\202.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\203.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\204.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\205.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\206.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\207.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\208.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\209.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\210.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\211.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\212.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\213.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\214.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\215.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\216.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\217.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\218.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\301.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\302.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\303.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\304.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\305.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\306.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\307.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\308.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\309.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\310.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\311.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\312.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\313.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\314.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\315.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\316.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\317.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wav\318.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="更新日志.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="Resources\logo.ico" />
<None Include="Resources\download.jpg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>