Änderung

- Assembly Namen geändert
This commit is contained in:
Eugen Höglinger 2021-01-28 16:04:03 +01:00
parent f8cbfb92b6
commit 6841c5e5e8
2 changed files with 4 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Eugen.ESystem</RootNamespace>
<AssemblyName>StartStopExtProgram</AssemblyName>
<AssemblyName>hessexpro</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>false</Deterministic>

View File

@ -33,6 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="hessexpro">
<HintPath>..\StartStopExtProgram\bin\Debug\hessexpro.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@ -85,11 +88,5 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StartStopExtProgram\StartStopExtProgram.csproj">
<Project>{d9fa7eae-2785-4856-bd44-1320c7e3bd39}</Project>
<Name>StartStopExtProgram</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>