Ä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> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NxEnvironment</RootNamespace> <RootNamespace>NxEnvironment</RootNamespace>
<AssemblyName>NxEnvironment</AssemblyName> <AssemblyName>henxenv</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<Deterministic>false</Deterministic> <Deterministic>false</Deterministic>

View File

@ -33,6 +33,12 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <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" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
@ -85,11 +91,5 @@
<ItemGroup> <ItemGroup>
<None Include="App.config" /> <None Include="App.config" />
</ItemGroup> </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" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>