Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit fb5d619

Browse files
committed
generate xml comments for .NET 4.5 builds
1 parent 4ce0cbd commit fb5d619

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ServiceStack.OrmLiteV45/ServiceStack.OrmLiteV45.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<DefineConstants>TRACE;DEBUG;NET45</DefineConstants>
2121
<ErrorReport>prompt</ErrorReport>
2222
<WarningLevel>4</WarningLevel>
23+
<DocumentationFile>
24+
</DocumentationFile>
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2527
<DebugType>pdbonly</DebugType>
@@ -28,6 +30,7 @@
2830
<DefineConstants>TRACE;NET45</DefineConstants>
2931
<ErrorReport>prompt</ErrorReport>
3032
<WarningLevel>4</WarningLevel>
33+
<DocumentationFile>bin\Release\ServiceStack.OrmLite.XML</DocumentationFile>
3134
</PropertyGroup>
3235
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
3336
<OutputPath>bin\Signed\</OutputPath>

0 commit comments

Comments
 (0)