|
49 | 49 | </PropertyGroup>
|
50 | 50 |
|
51 | 51 | <ItemGroup>
|
| 52 | + <Compile Remove="bin.net472\**" /> |
52 | 53 | <Compile Remove="bin\**" />
|
| 54 | + <Compile Remove="obj.net472\**" /> |
53 | 55 | <Compile Remove="obj\**" />
|
| 56 | + <EmbeddedResource Remove="bin.net472\**" /> |
54 | 57 | <EmbeddedResource Remove="bin\**" />
|
| 58 | + <EmbeddedResource Remove="obj.net472\**" /> |
55 | 59 | <EmbeddedResource Remove="obj\**" />
|
| 60 | + <None Remove="bin.net472\**" /> |
56 | 61 | <None Remove="bin\**" />
|
| 62 | + <None Remove="obj.net472\**" /> |
57 | 63 | <None Remove="obj\**" />
|
58 | 64 | </ItemGroup>
|
59 | 65 |
|
|
70 | 76 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
71 | 77 | </None>
|
72 | 78 | </ItemGroup>
|
73 |
| - |
74 |
| - <Target Name="CefSharpAfterBuildDiagnostic" AfterTargets="AfterBuild"> |
75 |
| - <Message Importance="high" Text="CefSharp After Build Diagnostic" /> |
76 |
| - <Message Importance="high" Text="RuntimeIdentifier = $(RuntimeIdentifier)" /> |
77 |
| - <Message Importance="high" Text="Platform = $(Platform)" /> |
78 |
| - <Message Importance="high" Text="PlatformName = $(PlatformName)" /> |
79 |
| - <Message Importance="high" Text="Platforms = $(Platforms)" /> |
80 |
| - <Message Importance="high" Text="PlatformTarget = $(PlatformTarget)" /> |
81 |
| - <Message Importance="high" Text="PlatformTargetAsMSBuildArchitecture = $(PlatformTargetAsMSBuildArchitecture)" /> |
82 |
| - <Message Importance="high" Text="TargetFramework = $(TargetFramework)" /> |
83 |
| - <Message Importance="high" Text="TargetFrameworkVersion = $(TargetFrameworkVersion)" /> |
84 |
| - <Message Importance="high" Text="NuGetProjectStyle = $(NuGetProjectStyle)" /> |
85 |
| - <Message Importance="high" Text="OutDir = $(OutDir)" /> |
| 79 | + |
| 80 | + <Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild"> |
| 81 | + <CallTarget Targets="CefSharpAfterBuildDiagnostic" /> |
86 | 82 | </Target>
|
87 | 83 |
|
88 | 84 | <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />
|
|
0 commit comments