merged to main
This commit is contained in:
parent
9645eba701
commit
ae2af1eb63
@ -13,4 +13,4 @@ using System.Reflection;
|
||||
//
|
||||
//[assembly: AssemblyVersion("1.2.*.0")]
|
||||
|
||||
[assembly: AssemblyVersion("2.8.16.*")]
|
||||
[assembly: AssemblyVersion("2.8.17.*")]
|
||||
|
||||
@ -179,7 +179,7 @@
|
||||
</site>
|
||||
<site name="MeterProcessState(3)" id="5">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="E:\REPO\lab\la_operations\laa_production\Common\Service\MeterProcessState" />
|
||||
<virtualDirectory path="/" physicalPath="D:\Projekte\SENSUS_GitLab\LAA_PRODUCTION\Common\Service\MeterProcessState" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:50076:localhost" />
|
||||
|
||||
@ -3,4 +3,9 @@
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<probing privatePath="Library\de;Library;Config"/>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
@ -7,7 +7,7 @@
|
||||
<ProjectGuid>{ED34FACA-492B-44FD-B56C-A2BD83F33D8B}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>Sensus.Ui.Fm2014TestBench</RootNamespace>
|
||||
<AssemblyName>Sensus.Ui.Fm2014TestBench</AssemblyName>
|
||||
<AssemblyName>FM2014TestApp</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
@ -29,7 +29,7 @@
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<OutputPath>bin\Release\Library\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
||||
@ -241,7 +241,7 @@ namespace Sensus.Ui.Fm2014TestBench.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Double Pulses Deadtime:.
|
||||
/// Looks up a localized string similar to Double Pulses Deadtime [ms]:.
|
||||
/// </summary>
|
||||
internal static string StrLblDoublePulseDeadTime {
|
||||
get {
|
||||
|
||||
@ -271,7 +271,7 @@
|
||||
<value>DUT Gemessene Zeit [s]:</value>
|
||||
</data>
|
||||
<data name="StrLblDoublePulseDeadTime" xml:space="preserve">
|
||||
<value>Doppelimpulstotzeit:</value>
|
||||
<value>Doppelimpulstotzeit [ms]:</value>
|
||||
</data>
|
||||
<data name="StrLblDutToRefToleranceMin" xml:space="preserve">
|
||||
<value>DUT/REF Toleranz min [%]:</value>
|
||||
|
||||
@ -271,7 +271,7 @@
|
||||
<value>DUT Measured Time [s]:</value>
|
||||
</data>
|
||||
<data name="StrLblDoublePulseDeadTime" xml:space="preserve">
|
||||
<value>Double Pulses Deadtime:</value>
|
||||
<value>Double Pulses Deadtime [ms]:</value>
|
||||
</data>
|
||||
<data name="StrLblDutToRefToleranceMin" xml:space="preserve">
|
||||
<value>DUT/REF Tolerance min [%]:</value>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user