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.
332 lines
14 KiB
XML
332 lines
14 KiB
XML
<?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>{BAFCB393-290D-4B7B-92EF-EDD28AF0ED95}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>MaterialTraceabilityUI</RootNamespace>
|
|
<AssemblyName>MaterialTraceabilityUI</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>
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="AutoUpdater.NET, Version=1.7.5.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\AutoUpdater.NET.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="GRreader, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\UnitTestProject\bin\Debug\GRreader.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Lierda.WPFHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cbb49eab16984ff2, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\Lierda.WPFHelper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\Microsoft.Web.WebView2.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\Microsoft.Web.WebView2.WinForms.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\Microsoft.Web.WebView2.Wpf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="MySql.Data, Version=8.0.16.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Nancy, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\Nancy.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SqlSugar, Version=5.0.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\dll\SqlSugar.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.SQLite">
|
|
<HintPath>..\dll\System.Data.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Data.SQLite.EF6">
|
|
<HintPath>..\dll\System.Data.SQLite.EF6.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Data.SQLite.Linq">
|
|
<HintPath>..\dll\System.Data.SQLite.Linq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Compile Include="CoatingProcess.xaml.cs">
|
|
<DependentUpon>CoatingProcess.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Common\ConfigHelper.cs" />
|
|
<Compile Include="Common\ExpressionExtensions.cs" />
|
|
<Compile Include="Common\IniFileHelper.cs" />
|
|
<Compile Include="Common\JsonChange.cs" />
|
|
<Compile Include="Common\LogInfoItem.cs" />
|
|
<Compile Include="Common\MD5Helper.cs" />
|
|
<Compile Include="Common\MultiBindingConvert.cs" />
|
|
<Compile Include="Common\StringExtension.cs" />
|
|
<Compile Include="ConfigInfo.xaml.cs">
|
|
<DependentUpon>ConfigInfo.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DieCuttingProcess.xaml.cs">
|
|
<DependentUpon>DieCuttingProcess.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="intaglioPage.xaml.cs">
|
|
<DependentUpon>intaglioPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SplitSfc.xaml.cs">
|
|
<DependentUpon>SplitSfc.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UserLogin.xaml.cs">
|
|
<DependentUpon>UserLogin.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ShaftInfoControl.xaml.cs">
|
|
<DependentUpon>ShaftInfoControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="TBAlarmRecord.xaml.cs">
|
|
<DependentUpon>TBAlarmRecord.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="firstPage.xaml.cs">
|
|
<DependentUpon>firstPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="WriteInfo.xaml.cs">
|
|
<DependentUpon>WriteInfo.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MesRequestControl.xaml.cs">
|
|
<DependentUpon>MesRequestControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ReadRecordControl.xaml.cs">
|
|
<DependentUpon>ReadRecordControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LogRecordControl.xaml.cs">
|
|
<DependentUpon>LogRecordControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="secondPage.xaml.cs">
|
|
<DependentUpon>secondPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DownMaterialRecord.xaml.cs">
|
|
<DependentUpon>DownMaterialRecord.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UpMaterialRecord.xaml.cs">
|
|
<DependentUpon>UpMaterialRecord.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ViewModel\FirstPageViewModel.cs" />
|
|
<Compile Include="ViewModel\MainWindowViewModel.cs" />
|
|
<Compile Include="ViewModel\PlcLog.cs" />
|
|
<Page Include="Assets\Styles\DefaultStyles.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="CoatingProcess.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="ConfigInfo.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="DieCuttingProcess.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="intaglioPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="SplitSfc.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UserLogin.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ShaftInfoControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="TBAlarmRecord.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="firstPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="WriteInfo.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="MesRequestControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="ReadRecordControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="LogRecordControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="MainWindow.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Common\CommandBase.cs" />
|
|
<Compile Include="Common\NotifyPropertyBase.cs" />
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Page Include="secondPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="DownMaterialRecord.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="UpMaterialRecord.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>
|
|
<Resource Include="Assets\Fonts\iconfont.ttf" />
|
|
<None Include="Library\App.InI" />
|
|
<None Include="Library\data\test.db" />
|
|
<None Include="Library\MesConfig\App.InI" />
|
|
<None Include="Library\PlcAddress\APP.INI" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Assets\Images\userInfo.jpg" />
|
|
<Resource Include="Assets\Images\失败-01.png" />
|
|
<Resource Include="Assets\Images\正常.png" />
|
|
<Resource Include="Assets\Images\芯片.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MaterialTraceability.Business\MaterialTraceability.Business.csproj">
|
|
<Project>{E90E698B-8ABC-4405-94E8-E4930153ED8C}</Project>
|
|
<Name>MaterialTraceability.Business</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MaterialTraceability.Entity\MaterialTraceability.Entity.csproj">
|
|
<Project>{0BE2B727-F537-41B8-98FD-A644FE673B54}</Project>
|
|
<Name>MaterialTraceability.Entity</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MaterialTraceability.SqlSugar\MaterialTraceability.SqlSugar.csproj">
|
|
<Project>{C18753C2-C668-4737-AD41-7E12E1624A67}</Project>
|
|
<Name>MaterialTraceability.SqlSugar</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MaterialTraceability.WebService\MaterialTraceability.WebService.csproj">
|
|
<Project>{23C78D8E-2620-4A25-B6DA-F11A30159A80}</Project>
|
|
<Name>MaterialTraceability.WebService</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Assets\Images\宁德LOG.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="芯片.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="update\update.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Library\amn06-tnywh-001.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |