diff options
| author | krasimir <krasimir@chalmers.se> | 2017-05-31 18:48:56 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-05-31 18:48:56 +0000 |
| commit | 957bc999a3d72741e42c194b603faa8ab501dfca (patch) | |
| tree | 61252a23d04d7e4bd7f017d669faa0ec0573f62c /src/runtime/dotNet/PGFSharp.csproj | |
| parent | e1cec06f7483ea913885a7918728a1c3f8ece650 (diff) | |
bits of documentation for the .NET binding
Diffstat (limited to 'src/runtime/dotNet/PGFSharp.csproj')
| -rw-r--r-- | src/runtime/dotNet/PGFSharp.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/runtime/dotNet/PGFSharp.csproj b/src/runtime/dotNet/PGFSharp.csproj index 9c1942ade..92d24166e 100644 --- a/src/runtime/dotNet/PGFSharp.csproj +++ b/src/runtime/dotNet/PGFSharp.csproj @@ -7,7 +7,7 @@ <ProjectGuid>{81C13B1B-FE00-4A56-A831-964D55032CDD}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>PGF</RootNamespace> + <RootNamespace>PGFSharp</RootNamespace> <AssemblyName>PGFSharp</AssemblyName> <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> @@ -29,6 +29,9 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup> + <DocumentationFile>$(OutputPath)PGFSharp.xml</DocumentationFile> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> |
