copy crash_reporter.cfg to bin (#135)

This commit is contained in:
0x0309 2021-08-10 17:39:50 +12:00 committed by GitHub
parent c5a8b3275f
commit e51a71afd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View File

@ -49,6 +49,12 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="CefSharp.OffScreen.NetCore" Version="91.1.210" /> <PackageReference Include="CefSharp.OffScreen.NetCore" Version="91.1.210" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="crash_reporter.cfg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" /> <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project> </Project>

View File

@ -64,6 +64,12 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="CefSharp.WinForms.NetCore" Version="91.1.210" /> <PackageReference Include="CefSharp.WinForms.NetCore" Version="91.1.210" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="crash_reporter.cfg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Target Name="CefSharpAfterBuildDiagnostic" AfterTargets="AfterBuild"> <Target Name="CefSharpAfterBuildDiagnostic" AfterTargets="AfterBuild">
<Message Importance="high" Text="CefSharp After Build Diagnostic" /> <Message Importance="high" Text="CefSharp After Build Diagnostic" />

View File

@ -68,6 +68,12 @@
<PackageReference Include="CefSharp.Wpf.NetCore" Version="91.1.210" /> <PackageReference Include="CefSharp.Wpf.NetCore" Version="91.1.210" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" /> <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="crash_reporter.cfg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" /> <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />
</Project> </Project>