Fixed AssemblyName

master
Harald Wolff 2019-08-26 15:33:37 +02:00
parent 9efaa494a6
commit 65a6878989
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<ProjectGuid>{D471A566-9FB6-41B2-A777-3C32874ECD0E}</ProjectGuid> <ProjectGuid>{D471A566-9FB6-41B2-A777-3C32874ECD0E}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>sharp.logging</RootNamespace> <RootNamespace>sharp.logging</RootNamespace>
<AssemblyName>sharp.logging</AssemblyName> <AssemblyName>ln.logging</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">