Skip to content

Commit 716e614

Browse files
committed
Follow-up: Remove properties from the example projects that are also not used in the corresponding .NET Framework projects.
1 parent 558a66a commit 716e614

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

CefSharp.Example/CefSharp.Example.netcore.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@
1313
<TargetFramework>netcoreapp3.1</TargetFramework>
1414
<RootNamespace>CefSharp.Example</RootNamespace>
1515
<AssemblyName>CefSharp.Example</AssemblyName>
16-
<DocumentationFile>$(BaseOutputPath)$(PlatformTarget)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
1716
<UseWindowsForms>true</UseWindowsForms>
1817
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
19-
<SignAssembly>true</SignAssembly>
20-
<AssemblyOriginatorKeyFile>..\CefSharp.snk</AssemblyOriginatorKeyFile>
2118
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
2219
<Platforms>x86;x64</Platforms>
2320
</PropertyGroup>

CefSharp.WinForms.Example/CefSharp.WinForms.Example.netcore.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
<TargetFramework>netcoreapp3.1</TargetFramework>
1515
<RootNamespace>CefSharp.WinForms.Example</RootNamespace>
1616
<AssemblyName>CefSharp.WinForms.Example</AssemblyName>
17-
<DocumentationFile>$(BaseOutputPath)$(PlatformTarget)\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
1817
<UseWindowsForms>true</UseWindowsForms>
1918
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2019
<ApplicationManifest>app.manifest</ApplicationManifest>
21-
<SignAssembly>true</SignAssembly>
22-
<AssemblyOriginatorKeyFile>..\CefSharp.snk</AssemblyOriginatorKeyFile>
2320
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2421
<Platforms>x86;x64</Platforms>
2522
</PropertyGroup>

0 commit comments

Comments
 (0)