File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
CodingSeb.ExpressionEvaluator Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
* Correction of assignation of strongly typed variables (Not really as C# but better than before)</PackageReleaseNotes >
24
24
<PackageLicenseFile >LICENSE.md</PackageLicenseFile >
25
25
<RepositoryUrl >https://github.com/codingseb/ExpressionEvaluator</RepositoryUrl >
26
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
26
27
</PropertyGroup >
27
28
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28
29
<DebugType >full</DebugType >
33
34
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'" >
34
35
<DefineConstants >DEBUG;TRACE</DefineConstants >
35
36
</PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'" >
38
+ <DocumentationFile />
39
+ </PropertyGroup >
36
40
<ItemGroup >
37
41
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
38
42
<PackageReference Include =" System.Dynamic.Runtime" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments