|
|
|
<?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>{18FD96BD-D3DD-46DA-BE92-CA942F27D4DD}</ProjectGuid>
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
<RootNamespace>DyeingComputer</RootNamespace>
|
|
|
|
<AssemblyName>DyeingComputer</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.7.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>
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
<Install>true</Install>
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
</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>
|
|
|
|
<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>DyeingComputer.App</StartupObject>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<SignManifests>false</SignManifests>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<ApplicationIcon>LOGO\sunlight_logo.ico</ApplicationIcon>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup />
|
|
|
|
<PropertyGroup />
|
|
|
|
<PropertyGroup>
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="System.Management" />
|
|
|
|
<Reference Include="System.Numerics" />
|
|
|
|
<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="ConvertMoels\IORBConvert.cs" />
|
|
|
|
<Compile Include="ConvertMoels\BoolRBConvert.cs" />
|
|
|
|
<Compile Include="ConvertMoels\GramsSQLConvert.cs" />
|
|
|
|
<Compile Include="ConvertMoels\ProductTypeSQLConvert.cs" />
|
|
|
|
<Compile Include="ConvertMoels\RowToIndexConverter.cs" />
|
|
|
|
<Compile Include="ConvertMoels\StatenToImageConvert.cs" />
|
|
|
|
<Compile Include="ConvertMoels\StatenConvert.cs" />
|
|
|
|
<Compile Include="Properties\Resources.en-US.Designer.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Resources.en-US.resx</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Properties\Resources.zh-CN.Designer.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Resources.zh-CN.resx</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Properties\Resources.zh-TW.Designer.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Resources.zh-TW.resx</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="UserClass\ClsLock.cs" />
|
|
|
|
<Compile Include="UserClass\CRCcheck16.cs" />
|
|
|
|
<Compile Include="UserClass\CSV.cs" />
|
|
|
|
<Compile Include="UserClass\DataGridHelper.cs" />
|
|
|
|
<Compile Include="UserClass\DataTableForToObservableCollection.cs" />
|
|
|
|
<Compile Include="UserClass\get_local_ip_address.cs" />
|
|
|
|
<Compile Include="UserClass\HardwareSN.cs" />
|
|
|
|
<Compile Include="UserClass\IniFile.cs" />
|
|
|
|
<Compile Include="UserClass\Json.cs" />
|
|
|
|
<Compile Include="UserClass\LiquidDosingSystem.cs" />
|
|
|
|
<Compile Include="UserClass\LogDataRead.cs" />
|
|
|
|
<Compile Include="UserClass\ERRinf.cs" />
|
|
|
|
<Compile Include="UserClass\LogGing.cs" />
|
|
|
|
<Compile Include="UserClass\MD5check.cs" />
|
|
|
|
<Compile Include="UserClass\NumericTextColumn .cs" />
|
|
|
|
<Compile Include="UserClass\PID.cs" />
|
|
|
|
<Compile Include="UserClass\PressKey.cs" />
|
|
|
|
<Compile Include="UserClass\APILog.cs" />
|
|
|
|
<Compile Include="UserClass\SQLDATA.cs" />
|
|
|
|
<Compile Include="UserClass\SqliteHelper.cs" />
|
|
|
|
<Compile Include="UserClass\StrToInt.cs" />
|
|
|
|
<Compile Include="UserClass\AsyncTcpServer.cs" />
|
|
|
|
<Compile Include="UserClass\NetFwManger.cs" />
|
|
|
|
<Compile Include="ViewModel\CurveDiagramViewModel.cs" />
|
|
|
|
<Compile Include="ViewModel\CurveTempModel.cs" />
|
|
|
|
<Compile Include="ViewModel\HistoryRecordsViewModel.cs" />
|
|
|
|
<Compile Include="ViewModel\MainWindowViewModel.cs" />
|
|
|
|
<Compile Include="ViewModel\ViewModelLocator.cs" />
|
|
|
|
<Compile Include="ViewModel\WorkOrderViewModel.cs" />
|
|
|
|
<Compile Include="ViewWorkstep\TemperatureControl.xaml.cs">
|
|
|
|
<DependentUpon>TemperatureControl.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\CurveDiagramView.xaml.cs">
|
|
|
|
<DependentUpon>CurveDiagramView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\CurveTemp.xaml.cs">
|
|
|
|
<DependentUpon>CurveTemp.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\EngineerSetView.xaml.cs">
|
|
|
|
<DependentUpon>EngineerSetView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\EquipmentSimulationView.xaml.cs">
|
|
|
|
<DependentUpon>EquipmentSimulationView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\HistoryRecordsView.xaml.cs">
|
|
|
|
<DependentUpon>HistoryRecordsView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\InOutView.xaml.cs">
|
|
|
|
<DependentUpon>InOutView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\ParameterSetView.xaml.cs">
|
|
|
|
<DependentUpon>ParameterSetView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\ProgramstepsView .xaml.cs">
|
|
|
|
<DependentUpon>ProgramstepsView .xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\ProgramgroupView.xaml.cs">
|
|
|
|
<DependentUpon>ProgramgroupView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\SysSetView.xaml.cs">
|
|
|
|
<DependentUpon>SysSetView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\TechnologicalProcessView.xaml.cs">
|
|
|
|
<DependentUpon>TechnologicalProcessView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="View\WorkOrderView.xaml.cs">
|
|
|
|
<DependentUpon>WorkOrderView.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Windows\InputBox.xaml.cs">
|
|
|
|
<DependentUpon>InputBox.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Windows\Sampling.xaml.cs">
|
|
|
|
<DependentUpon>Sampling.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="KEY\TouchKeyboardNumeral.xaml.cs">
|
|
|
|
<DependentUpon>TouchKeyboardNumeral.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="KEY\TouchKeyboard.xaml.cs">
|
|
|
|
<DependentUpon>TouchKeyboard.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Windows\UserInf.xaml.cs">
|
|
|
|
<DependentUpon>UserInf.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Windows\UserCall.xaml.cs">
|
|
|
|
<DependentUpon>UserCall.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Windows\ViewProgram.xaml.cs">
|
|
|
|
<DependentUpon>ViewProgram.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Windows\ViewStep.xaml.cs">
|
|
|
|
<DependentUpon>ViewStep.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<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="MainWindow.xaml.cs">
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Page Include="ViewWorkstep\TemperatureControl.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\CurveDiagramView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\CurveTemp.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\EngineerSetView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\EquipmentSimulationView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\HistoryRecordsView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\InOutView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\ParameterSetView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\ProgramstepsView .xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\ProgramgroupView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\SysSetView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\TechnologicalProcessView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="View\WorkOrderView.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="Windows\InputBox.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="Windows\Sampling.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</Page>
|
|
|
|
<Page Include="KEY\TouchKeyboardNumeral.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</Page>
|
|
|
|
<Page Include="KEY\TouchKeyboard.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="Windows\UserInf.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</Page>
|
|
|
|
<Page Include="Windows\UserCall.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</Page>
|
|
|
|
<Page Include="Windows\ViewProgram.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
</Page>
|
|
|
|
<Page Include="Windows\ViewStep.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.en-US.resx">
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.en-US.Designer.cs</LastGenOutput>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="Properties\Resources.zh-CN.resx">
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.zh-CN.Designer.cs</LastGenOutput>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="Properties\Resources.zh-TW.resx">
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.zh-TW.Designer.cs</LastGenOutput>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<Resource Include="Fonts\FontAwesome.otf" />
|
|
|
|
<None Include=".editorconfig" />
|
|
|
|
<None Include="app.manifest" />
|
|
|
|
<None Include="DATA\800COMPUTER.db" />
|
|
|
|
<None Include="DATA\Chart.db" />
|
|
|
|
<None Include="DATA\LOG.db" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0.zip" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.eot" />
|
|
|
|
<Resource Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.ttf" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.woff" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.woff2" />
|
|
|
|
<Resource Include="Fonts\font-awesome-4.7.0\fonts\FontAwesome.otf" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\animated.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\bordered-pulled.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\core.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\fixed-width.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\font-awesome.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\icons.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\larger.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\list.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\mixins.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\path.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\rotated-flipped.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\screen-reader.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\stacked.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\less\variables.less" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\font-awesome.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_animated.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_bordered-pulled.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_core.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_fixed-width.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_icons.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_larger.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_list.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_mixins.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_path.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_rotated-flipped.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_screen-reader.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_stacked.scss" />
|
|
|
|
<None Include="Fonts\font-awesome-4.7.0\scss\_variables.scss" />
|
|
|
|
<None Include="Properties\.editorconfig" />
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="App.config" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="DLL\" />
|
|
|
|
<Folder Include="Model\" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CommonServiceLocator">
|
|
|
|
<Version>2.0.7</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm">
|
|
|
|
<Version>8.4.0</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF">
|
|
|
|
<Version>2.0.0-rc5.4</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces">
|
|
|
|
<Version>8.0.0</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="NModbus">
|
|
|
|
<Version>3.0.81</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="NModbus.Serial">
|
|
|
|
<Version>3.0.81</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="System.Buffers">
|
|
|
|
<Version>4.6.1</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations">
|
|
|
|
<Version>5.0.0</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="System.Data.SQLite">
|
|
|
|
<Version>1.0.119</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="System.Memory">
|
|
|
|
<Version>4.6.3</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="System.Numerics.Vectors">
|
|
|
|
<Version>4.6.1</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
|
|
|
|
<Version>6.1.2</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions">
|
|
|
|
<Version>4.6.3</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="TouchSocket">
|
|
|
|
<Version>3.1.8</Version>
|
|
|
|
</PackageReference>
|
|
|
|
<PackageReference Include="WpfAnimatedGif">
|
|
|
|
<Version>2.0.2</Version>
|
|
|
|
</PackageReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="Fonts\font-awesome-4.7.0\css\font-awesome.css" />
|
|
|
|
<Content Include="Fonts\font-awesome-4.7.0\css\font-awesome.min.css" />
|
|
|
|
<Content Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.svg" />
|
|
|
|
<Resource Include="Lmage\00001-1.png" />
|
|
|
|
<Resource Include="Lmage\00002-1.png" />
|
|
|
|
<Resource Include="Lmage\00001.png" />
|
|
|
|
<Resource Include="Lmage\19002.png" />
|
|
|
|
<Resource Include="Lmage\19001.png" />
|
|
|
|
<Resource Include="Lmage\19000.png" />
|
|
|
|
<Resource Include="Lmage\10009-0.png" />
|
|
|
|
<Resource Include="Lmage\10009-1.png" />
|
|
|
|
<Resource Include="Lmage\12500-1.png" />
|
|
|
|
<Resource Include="Lmage\12000-1.png" />
|
|
|
|
<Resource Include="Lmage\12000.png" />
|
|
|
|
<Resource Include="Lmage\10002-1.png" />
|
|
|
|
<Resource Include="Lmage\10002-2.png" />
|
|
|
|
<Resource Include="Lmage\10002-3.png" />
|
|
|
|
<Resource Include="Lmage\10002-4.png" />
|
|
|
|
<Resource Include="Lmage\10002-5.png" />
|
|
|
|
<Resource Include="Lmage\10002-6.png" />
|
|
|
|
<Resource Include="Lmage\11000.png" />
|
|
|
|
<Resource Include="Lmage\15000.png" />
|
|
|
|
<Resource Include="Lmage\IconParkExtendY.png" />
|
|
|
|
<Resource Include="Lmage\IconParkExtendR.png" />
|
|
|
|
<Resource Include="Lmage\MdiPh.png" />
|
|
|
|
<Resource Include="Lmage\IconParkExtend.png" />
|
|
|
|
<Resource Include="Lmage\IconParkInfo.png" />
|
|
|
|
<Resource Include="Lmage\ID051.png" />
|
|
|
|
<Resource Include="Lmage\ID050.png" />
|
|
|
|
<Resource Include="Lmage\ADD.jpg" />
|
|
|
|
<Resource Include="Lmage\ERR.png" />
|
|
|
|
<Resource Include="Lmage\ID093.png" />
|
|
|
|
<Resource Include="Lmage\ID094.png" />
|
|
|
|
<Resource Include="Lmage\ID090.png" />
|
|
|
|
<Resource Include="Lmage\ID091.png" />
|
|
|
|
<Resource Include="Lmage\ID066.png" />
|
|
|
|
<Resource Include="Lmage\ID067.png" />
|
|
|
|
<Resource Include="Lmage\ID022.png" />
|
|
|
|
<Resource Include="Lmage\ID017.png" />
|
|
|
|
<Resource Include="Lmage\ID013.png" />
|
|
|
|
<Resource Include="Lmage\ID015.png" />
|
|
|
|
<Resource Include="Lmage\ID020.png" />
|
|
|
|
<Resource Include="Lmage\ID007.png" />
|
|
|
|
<Resource Include="Lmage\ID008.png" />
|
|
|
|
<Resource Include="Lmage\ID049.png" />
|
|
|
|
<Resource Include="Lmage\ID031.png" />
|
|
|
|
<Resource Include="Lmage\ID035.png" />
|
|
|
|
<Resource Include="Lmage\ID036.png" />
|
|
|
|
<Resource Include="Lmage\ID040.png" />
|
|
|
|
<Resource Include="Lmage\ID041.png" />
|
|
|
|
<Resource Include="Lmage\ID055.png" />
|
|
|
|
<Resource Include="Lmage\ID056.png" />
|
|
|
|
<Resource Include="Lmage\ID054.png" />
|
|
|
|
<Resource Include="Lmage\ID064.png" />
|
|
|
|
<Resource Include="Lmage\ID065.png" />
|
|
|
|
<Resource Include="Lmage\ID039.png" />
|
|
|
|
<Resource Include="Lmage\ID001.png" />
|
|
|
|
<Resource Include="Lmage\StreamlineUltimateColorColorPaletteSample1.png" />
|
|
|
|
<Resource Include="Lmage\FxemojiBellcancellation.png" />
|
|
|
|
<Resource Include="Lmage\FxemojiRingingbell.png" />
|
|
|
|
<Resource Include="Lmage\IconParkMessages.png" />
|
|
|
|
<Resource Include="Lmage\IconParkPlayTwo.png" />
|
|
|
|
<Resource Include="Lmage\StreamlinePlayList4Solid.png" />
|
|
|
|
<Resource Include="Lmage\StreamlinePlayList8.png" />
|
|
|
|
<Resource Include="Lmage\IconParkAutoFocus.png" />
|
|
|
|
<Resource Include="Lmage\FlatColorIconsCancel.png" />
|
|
|
|
<Resource Include="Lmage\IconParkPauseOne.png" />
|
|
|
|
<Resource Include="Lmage\IconParkPlay.png" />
|
|
|
|
<Resource Include="Lmage\IconParkStopwatch.png" />
|
|
|
|
<Resource Include="Lmage\IconParkLock.png" />
|
|
|
|
<Resource Include="Lmage\Manual.png" />
|
|
|
|
<Resource Include="Lmage\Hand.png" />
|
|
|
|
<Resource Include="Lmage\link.png" />
|
|
|
|
<Resource Include="Lmage\LOCK.png" />
|
|
|
|
<Resource Include="Lmage\inf.png" />
|
|
|
|
<Resource Include="Lmage\start2.png" />
|
|
|
|
<Resource Include="Lmage\start3.png" />
|
|
|
|
<Resource Include="View\start2.png" />
|
|
|
|
<Resource Include="Lmage\start.png" />
|
|
|
|
<Resource Include="Lmage\2001.png" />
|
|
|
|
<Resource Include="Lmage\2000.png" />
|
|
|
|
<Resource Include="Lmage\guandao %2812%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %2813%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %2814%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %2815%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %2816%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %282%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %283%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %284%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %285%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %286%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %287%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %288%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %289%29.png" />
|
|
|
|
<Resource Include="Lmage\tong.png" />
|
|
|
|
<Resource Include="Lmage\beng_err.png" />
|
|
|
|
<Resource Include="Lmage\beng_run.png" />
|
|
|
|
<Resource Include="Lmage\beng_stop.png" />
|
|
|
|
<Resource Include="Lmage\fa_bili.png" />
|
|
|
|
<Resource Include="Lmage\guamaoqi.png" />
|
|
|
|
<Resource Include="Lmage\guandao %281%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %2810%29.png" />
|
|
|
|
<Resource Include="Lmage\guandao %2811%29.png" />
|
|
|
|
<Resource Include="Lmage\10001.gif" />
|
|
|
|
<Resource Include="Lmage\10000.png" />
|
|
|
|
<Resource Include="Lmage\1000-3.png" />
|
|
|
|
<Resource Include="Lmage\1000-2.png" />
|
|
|
|
<Resource Include="Lmage\1000-1.png" />
|
|
|
|
<Resource Include="View\无标题.png" />
|
|
|
|
<Resource Include="sunlight_logo.ico" />
|
|
|
|
<Resource Include="LOGO\SUNLIGHT.ico" />
|
|
|
|
<Resource Include="LOGO\sunlight_logo.ico" />
|
|
|
|
<Resource Include="LOGO\sunlight_logo.jpg" />
|
|
|
|
<Resource Include="LOGO\sunlight_logotext.jpg" />
|
|
|
|
<Resource Include="LOGO\sunlight_sc.png" />
|
|
|
|
<Resource Include="Fonts\font-awesome-4.7.0\HELP-US-OUT.txt" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
|
|
|
|
<Visible>False</Visible>
|
|
|
|
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
|
|
|
|
<Install>true</Install>
|
|
|
|
</BootstrapperPackage>
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
<Visible>False</Visible>
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
<Install>false</Install>
|
|
|
|
</BootstrapperPackage>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<COMReference Include="NetFwTypeLib">
|
|
|
|
<Guid>{58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
|
|
|
|
<VersionMajor>1</VersionMajor>
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
<WrapperTool>tlbimp</WrapperTool>
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
</COMReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Target Name="AfterResolveReferences">
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.Extension)' == '.dll'">
|
|
|
|
<LogicalName>%(ReferenceCopyLocalPaths.DestinationSubDirectory)%(ReferenceCopyLocalPaths.Filename)%(ReferenceCopyLocalPaths.Extension)</LogicalName>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
</Target>
|
|
|
|
</Project>
|