Skip to content

Commit 0356037

Browse files
committed
Crash Reporting - getting errors in logs when attempting to enable crash reporting so leave disabled for now
1 parent b72b6f7 commit 0356037

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CefSharp.OffScreen.Example/CefSharp.OffScreen.Example.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@
8989
<ItemGroup>
9090
<None Include="app.config" />
9191
<None Include="app.manifest" />
92-
<None Include="crash_reporter.cfg">
93-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
94-
</None>
92+
<None Include="crash_reporter.cfg" />
9593
<None Include="packages.config" />
9694
</ItemGroup>
9795
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@
146146
<ItemGroup>
147147
<None Include="app.config" />
148148
<None Include="app.manifest" />
149-
<None Include="crash_reporter.cfg">
150-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
151-
</None>
149+
<None Include="crash_reporter.cfg" />
152150
<None Include="packages.config" />
153151
<None Include="Resources\nav_left_green.png" />
154152
</ItemGroup>

CefSharp.Wpf.Example/CefSharp.Wpf.Example.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@
155155
<ItemGroup>
156156
<None Include="app.config" />
157157
<None Include="app.manifest" />
158-
<None Include="crash_reporter.cfg">
159-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
160-
</None>
158+
<None Include="crash_reporter.cfg" />
161159
<None Include="packages.config" />
162160
</ItemGroup>
163161
<ItemGroup>

0 commit comments

Comments
 (0)