Compare commits

...

1 Commits

Author SHA1 Message Date
Icedream 71f94565ec 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.
2015-03-22 03:56:11 +01:00
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>