Skip to content

Commit 93868d0

Browse files
Add xml documentations
1 parent 1764987 commit 93868d0

File tree

7 files changed

+11
-0
lines changed

7 files changed

+11
-0
lines changed

EntityFrameworkExtras.EF5/EntityFrameworkExtras.EF5.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<Prefer32Bit>false</Prefer32Bit>
34+
<DocumentationFile>bin\Release\EntityFrameworkExtras.EF5.xml</DocumentationFile>
3435
</PropertyGroup>
3536
<PropertyGroup>
3637
<SignAssembly>true</SignAssembly>

EntityFrameworkExtras.EF6.NetStandard/EntityFrameworkExtras.EF6.NetStandard.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2121
<DefineConstants>TRACE;EF6</DefineConstants>
22+
<DocumentationFile>bin\Release\netstandard2.1\EntityFrameworkExtras.EF6.xml</DocumentationFile>
23+
<OutputPath>bin\Release\netstandard2.1\</OutputPath>
2224
</PropertyGroup>
2325

2426
<Import Project="..\EntityFrameworkExtras.Shared\EntityFrameworkExtras.Shared.projitems" Label="Shared" />

EntityFrameworkExtras.EF6/EntityFrameworkExtras.EF6.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<Prefer32Bit>false</Prefer32Bit>
34+
<DocumentationFile>bin\Release\EntityFrameworkExtras.EF6.xml</DocumentationFile>
3435
</PropertyGroup>
3536
<PropertyGroup>
3637
<SignAssembly>true</SignAssembly>

EntityFrameworkExtras.EFCore2.NetStandard20/EntityFrameworkExtras.EFCore2.NetStandard20.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2020
<DefineConstants>TRACE;EFCORE EFCORE_2X</DefineConstants>
21+
<OutputPath>bin\Release\netstandard2.0\</OutputPath>
22+
<DocumentationFile>bin\Release\netstandard2.0\EntityFrameworkExtras.EFCore.xml</DocumentationFile>
2123
</PropertyGroup>
2224

2325
<Import Project="..\EntityFrameworkExtras.Shared\EntityFrameworkExtras.Shared.projitems" Label="Shared" />

EntityFrameworkExtras.EFCore3.NetStandard20/EntityFrameworkExtras.EFCore3.NetStandard20.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2020
<DefineConstants>TRACE;EFCORE</DefineConstants>
21+
<OutputPath>bin\Release\netstandard2.0\</OutputPath>
22+
<DocumentationFile>bin\Release\netstandard2.0\EntityFrameworkExtras.EFCore.xml</DocumentationFile>
2123
</PropertyGroup>
2224

2325
<Import Project="..\EntityFrameworkExtras.Shared\EntityFrameworkExtras.Shared.projitems" Label="Shared" />

EntityFrameworkExtras.EFCore3.NetStandard21/EntityFrameworkExtras.EFCore3.NetStandard21.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2121
<DefineConstants>TRACE;EFCORE</DefineConstants>
22+
<OutputPath>bin\Release\netstandard2.1\</OutputPath>
23+
<DocumentationFile>bin\Release\netstandard2.1\EntityFrameworkExtras.EFCore.xml</DocumentationFile>
2224
</PropertyGroup>
2325

2426
<Import Project="..\EntityFrameworkExtras.Shared\EntityFrameworkExtras.Shared.projitems" Label="Shared" />

EntityFrameworkExtras/EntityFrameworkExtras.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
<Prefer32Bit>false</Prefer32Bit>
35+
<DocumentationFile>bin\Release\EntityFrameworkExtras.xml</DocumentationFile>
3536
</PropertyGroup>
3637
<PropertyGroup>
3738
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)