Änderung
- Assembly Namen geändert
This commit is contained in:
parent
f95779a050
commit
57a322e140
@ -8,7 +8,7 @@
|
|||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>ReplaceVariableByValue</RootNamespace>
|
<RootNamespace>ReplaceVariableByValue</RootNamespace>
|
||||||
<AssemblyName>ReplaceVariableByValue</AssemblyName>
|
<AssemblyName>hervbv</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<Deterministic>false</Deterministic>
|
<Deterministic>false</Deterministic>
|
||||||
|
|||||||
@ -133,4 +133,7 @@
|
|||||||
<data name="buttonStartWithMessage.Text" xml:space="preserve">
|
<data name="buttonStartWithMessage.Text" xml:space="preserve">
|
||||||
<value>Replace variable through value (with message when error)</value>
|
<value>Replace variable through value (with message when error)</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="groupBoxDLLInfo.Text" xml:space="preserve">
|
||||||
|
<value>DLL Information</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@ -117,4 +117,16 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</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>
|
</root>
|
||||||
@ -33,6 +33,9 @@
|
|||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="hervbv">
|
||||||
|
<HintPath>..\ReplaceVariableByValue\bin\Debug\hervbv.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user