File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Fossology.Rest.Dotnet.Model Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<CodeAnalysisRuleSet >..\Fossology.Rest.Dotnet.ruleset</CodeAnalysisRuleSet >
6
6
<Description >Object model for the NET implementation of the REST API of FOSSology.</Description >
7
- <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
7
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
+ </PropertyGroup >
9
+
10
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
11
+ <DocumentationFile >bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile >
12
+ </PropertyGroup >
13
+
14
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
15
+ <DocumentationFile >bin\Fossology.Rest.Dotnet.Model.xml</DocumentationFile >
8
16
</PropertyGroup >
9
17
10
18
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
11
- <DocumentationFile >E:\PROG\My_OSS\GitHub\tngraf-FOSSology.REST.dotnet\Fossology.Rest.Dotnet\Fossology.Rest.Dotnet.xml</DocumentationFile >
11
+ <DocumentationFile >bin\Fossology.Rest.Dotnet.xml</DocumentationFile >
12
+ </PropertyGroup >
13
+
14
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
15
+ <DocumentationFile >bin\Fossology.Rest.Dotnet.xml</DocumentationFile >
12
16
</PropertyGroup >
13
17
14
18
<ItemGroup >
You can’t perform that action at this time.
0 commit comments