Änderung

- Assembly Namen geändert
This commit is contained in:
Eugen Höglinger 2021-01-28 15:43:33 +01:00
parent e4b5b52266
commit e54dbe4a60
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -33,6 +33,12 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="henxenv">
<HintPath>..\NxEnvironment\bin\Debug\henxenv.dll</HintPath>
</Reference>
<Reference Include="hervbv">
<HintPath>..\..\ReplaceVariableByValue.git\ReplaceVariableByValue\bin\Debug\hervbv.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@ -85,11 +91,5 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NxEnvironment\NxEnvironment.csproj">
<Project>{7a39f73a-94e7-4ba5-8617-366a2cd83053}</Project>
<Name>NxEnvironment</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>