mirror of https://github.com/icedream/npsharp.git
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
parent
4ee33db55a
commit
71f94565ec
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue