Skip to content

Commit

Permalink
Embed pdb and sources into dll
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jul 8, 2020
1 parent d1a5165 commit 901c6a7
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions CefSharp.Wpf.HwndHost/CefSharp.Wpf.HwndHost.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<UseWPF>true</UseWPF>
<RootNamespace>CefSharp.Wpf.HwndHost</RootNamespace>
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\CefSharp.Wpf.HwndHost.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<UseWPF>true</UseWPF>
<RootNamespace>CefSharp.Wpf.HwndHost</RootNamespace>
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\CefSharp.Wpf.HwndHost.xml</DocumentationFile>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CefSharp.Common" Version="83.4.20" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.Common" Version="83.4.20" />
</ItemGroup>
</Project>

0 comments on commit 901c6a7

Please sign in to comment.