|
|
@ -16,9 +16,24 @@ |
|
|
|
<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>AnyCPU</PlatformTarget> |
|
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
@ -26,6 +41,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -36,6 +52,12 @@ |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<StartupObject>DyeingComputer.App</StartupObject> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<SignManifests>false</SignManifests> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" /> |
|
|
@ -308,6 +330,9 @@ |
|
|
|
<PackageReference Include="NModbus"> |
|
|
|
<Version>3.0.81</Version> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="NModbus.Serial"> |
|
|
|
<Version>3.0.81</Version> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="ScottPlot.WPF"> |
|
|
|
<Version>5.0.37</Version> |
|
|
|
</PackageReference> |
|
|
@ -339,5 +364,17 @@ |
|
|
|
<Content Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.svg" /> |
|
|
|
<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> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
</Project> |