Skip to content

Commit e51a71a

Browse files
authored
copy crash_reporter.cfg to bin (#135)
1 parent c5a8b32 commit e51a71a

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<ItemGroup>
5050
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="91.1.210" />
5151
</ItemGroup>
52+
53+
<ItemGroup>
54+
<None Update="crash_reporter.cfg">
55+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
56+
</None>
57+
</ItemGroup>
5258

5359
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
5460
</Project>

CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@
6464
<ItemGroup>
6565
<PackageReference Include="CefSharp.WinForms.NetCore" Version="91.1.210" />
6666
</ItemGroup>
67+
68+
<ItemGroup>
69+
<None Update="crash_reporter.cfg">
70+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71+
</None>
72+
</ItemGroup>
6773

6874
<Target Name="CefSharpAfterBuildDiagnostic" AfterTargets="AfterBuild">
6975
<Message Importance="high" Text="CefSharp After Build Diagnostic" />

CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
<PackageReference Include="CefSharp.Wpf.NetCore" Version="91.1.210" />
6969
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
7070
</ItemGroup>
71+
72+
<ItemGroup>
73+
<None Update="crash_reporter.cfg">
74+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
75+
</None>
76+
</ItemGroup>
7177

7278
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />
7379
</Project>

0 commit comments

Comments
 (0)