Change assembly name of NPSharp.Client.

- Was originally npsharp_client but in order to stay compatible with NuGet standards we rename it to NPSharp.Client.
develop v1.1.1
Icedream 2015-03-22 03:56:11 +01:00
parent 4ee33db55a
commit 71f94565ec
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NPSharp</RootNamespace> <RootNamespace>NPSharp</RootNamespace>
<AssemblyName>npsharp_client</AssemblyName> <AssemblyName>NPSharp.Client</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>