Änderung
- Assembly Namen geändert
This commit is contained in:
parent
f95779a050
commit
57a322e140
@ -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>
|
||||
|
||||
@ -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>
|
||||
@ -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>
|
||||
@ -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" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user