Skip to content

Commit d996773

Browse files
committed
Example projects - copy crash_reporter.cfg to bin folder
1 parent 57d60e9 commit d996773

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@
9393
<ItemGroup>
9494
<None Include="app.config" />
9595
<None Include="app.manifest" />
96-
<None Include="crash_reporter.cfg" />
96+
<None Include="crash_reporter.cfg">
97+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
98+
</None>
9799
<None Include="packages.config" />
98100
</ItemGroup>
99101
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@
150150
<ItemGroup>
151151
<None Include="app.config" />
152152
<None Include="app.manifest" />
153-
<None Include="crash_reporter.cfg" />
153+
<None Include="crash_reporter.cfg">
154+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
155+
</None>
154156
<None Include="packages.config" />
155157
<None Include="Resources\nav_left_green.png" />
156158
</ItemGroup>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@
160160
<ItemGroup>
161161
<None Include="app.config" />
162162
<None Include="app.manifest" />
163-
<None Include="crash_reporter.cfg" />
163+
<None Include="crash_reporter.cfg">
164+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
165+
</None>
164166
<None Include="packages.config" />
165167
</ItemGroup>
166168
<ItemGroup>

0 commit comments

Comments
 (0)