Skip to content

Commit 42f09de

Browse files
Merge pull request #323 from kant2002/cleanup-project
Cleanup project with regard to documentation
2 parents d2b3c28 + 72d1f4b commit 42f09de

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

ElectronNET.API/ElectronNET.API.csproj

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,7 @@ This package contains the API to access the "native" electron API.</Description>
1919
<PackageReleaseNotes>Changelog: https://github.com/ElectronNET/Electron.NET/blob/master/Changelog.md</PackageReleaseNotes>
2020
<PackageIcon>PackageIcon.png</PackageIcon>
2121
<Version>99.0.0.0</Version>
22-
</PropertyGroup>
23-
24-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
25-
<DocumentationFile>bin\Debug\netcoreapp2.0\ElectronNET.API.xml</DocumentationFile>
26-
</PropertyGroup>
27-
28-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
29-
<DocumentationFile>bin\Release\netcoreapp3.0\ElectronNET.API.xml</DocumentationFile>
30-
</PropertyGroup>
31-
32-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
33-
<DocumentationFile>bin\Debug\netcoreapp3.0\ElectronNET.API.xml</DocumentationFile>
34-
<Optimize>true</Optimize>
22+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3523
</PropertyGroup>
3624

3725
<ItemGroup>

ElectronNET.CLI/ElectronNET.CLI.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@ This package contains the dotnet tooling to electronize your application.</Descr
3131
<None Remove="ElectronHost\package-lock.json" />
3232
<None Remove="ElectronHost\package.json" />
3333
</ItemGroup>
34-
35-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
36-
<DocumentationFile></DocumentationFile>
37-
</PropertyGroup>
38-
39-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
40-
<DocumentationFile></DocumentationFile>
41-
</PropertyGroup>
42-
34+
4335
<ItemGroup>
4436
<None Include="PackageIcon.png" Pack="true" PackagePath="\"/>
4537
</ItemGroup>

0 commit comments

Comments
 (0)