summaryrefslogtreecommitdiff
path: root/src/runtime/dotNet/PGFSharp.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/dotNet/PGFSharp.csproj')
-rw-r--r--src/runtime/dotNet/PGFSharp.csproj5
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" />