|
@@ -1,125 +0,0 @@
|
|
-<?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>{D4446469-6858-416E-9A11-103FCA09A5DD}</ProjectGuid>
|
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
|
- <RootNamespace>digital</RootNamespace>
|
|
|
|
- <AssemblyName>digital</AssemblyName>
|
|
|
|
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
|
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
- <Deterministic>true</Deterministic>
|
|
|
|
- </PropertyGroup>
|
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
- <PlatformTarget>x64</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>
|
|
|
|
- <None Include="App.config" />
|
|
|
|
- <None Include="packages.config" />
|
|
|
|
- </ItemGroup>
|
|
|
|
- <ItemGroup>
|
|
|
|
- <Compile Include="digital.cs">
|
|
|
|
- <SubType>Form</SubType>
|
|
|
|
- </Compile>
|
|
|
|
- <Compile Include="digital.Designer.cs">
|
|
|
|
- <DependentUpon>digital.cs</DependentUpon>
|
|
|
|
- </Compile>
|
|
|
|
- <Compile Include="Program.cs" />
|
|
|
|
- <Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
- <AutoGen>True</AutoGen>
|
|
|
|
- <DesignTime>True</DesignTime>
|
|
|
|
- <DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
- </Compile>
|
|
|
|
- </ItemGroup>
|
|
|
|
- <ItemGroup>
|
|
|
|
- <Reference Include="Emgu.CV, Version=4.10.0.5680, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\Emgu.CV.4.10.0.5680\lib\netstandard2.0\Emgu.CV.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
|
|
- <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
|
|
|
|
- <EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="MySql.Data">
|
|
|
|
- <HintPath>..\MySql.Data.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="NAudio, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\NAudio.1.10.0\lib\net35\NAudio.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System" />
|
|
|
|
- <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.ComponentModel.Composition" />
|
|
|
|
- <Reference Include="System.Data" />
|
|
|
|
- <Reference Include="System.Drawing" />
|
|
|
|
- <Reference Include="System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Drawing.Common.5.0.1\lib\net461\System.Drawing.Common.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Drawing.Primitives.4.3.0\lib\net45\System.Drawing.Primitives.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.IO.Pipelines.9.0.0\lib\netstandard2.0\System.IO.Pipelines.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Numerics" />
|
|
|
|
- <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Text.Encodings.Web.9.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Text.Json.9.0.0\lib\netstandard2.0\System.Text.Json.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
- <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
- </Reference>
|
|
|
|
- <Reference Include="System.Windows.Forms" />
|
|
|
|
- <Reference Include="System.Xml" />
|
|
|
|
- </ItemGroup>
|
|
|
|
- <ItemGroup>
|
|
|
|
- <Analyzer Include="..\MySql.Data.dll" />
|
|
|
|
- </ItemGroup>
|
|
|
|
- <ItemGroup>
|
|
|
|
- <EmbeddedResource Include="digital.resx">
|
|
|
|
- <DependentUpon>digital.cs</DependentUpon>
|
|
|
|
- </EmbeddedResource>
|
|
|
|
- <EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
- <Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
- </EmbeddedResource>
|
|
|
|
- </ItemGroup>
|
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
-</Project>
|
|
|