Skip to content

Commit abda5c0

Browse files
committed
Try to add xml doc
1 parent e0c4ce6 commit abda5c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CodingSeb.ExpressionEvaluator/CodingSeb.ExpressionEvaluator.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Correction of assignation of strongly typed variables (Not really as C# but better than before)</PackageReleaseNotes>
2424
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2525
<RepositoryUrl>https://github.com/codingseb/ExpressionEvaluator</RepositoryUrl>
26+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2829
<DebugType>full</DebugType>
@@ -33,6 +34,9 @@
3334
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
3435
<DefineConstants>DEBUG;TRACE</DefineConstants>
3536
</PropertyGroup>
37+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
38+
<DocumentationFile />
39+
</PropertyGroup>
3640
<ItemGroup>
3741
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
3842
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />

0 commit comments

Comments
 (0)