Änderung

- Assembly Namen geändert
This commit is contained in:
Eugen Höglinger 2021-01-28 16:03:20 +01:00
parent f95779a050
commit 57a322e140
4 changed files with 19 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ReplaceVariableByValue</RootNamespace>
<AssemblyName>ReplaceVariableByValue</AssemblyName>
<AssemblyName>hervbv</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>false</Deterministic>

View File

@ -133,4 +133,7 @@
<data name="buttonStartWithMessage.Text" xml:space="preserve">
<value>Replace variable through value (with message when error)</value>
</data>
<data name="groupBoxDLLInfo.Text" xml:space="preserve">
<value>DLL Information</value>
</data>
</root>

View File

@ -117,4 +117,16 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="buttonStart.Text" xml:space="preserve">
<value>Tausche Variable geben Wert (Ohne Meldung bei Fehler)</value>
</data>
<data name="buttonStartWithMessage.Text" xml:space="preserve">
<value>Tausche Variable geben Wert (Meldung bei Fehler)</value>
</data>
<data name="groupBoxDLLInfo.Text" xml:space="preserve">
<value>DLL Information</value>
</data>
<data name="groupBoxProgramInfo.Text" xml:space="preserve">
<value>Programm Information</value>
</data>
</root>

View File

@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="hervbv">
<HintPath>..\ReplaceVariableByValue\bin\Debug\hervbv.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />