Net Core - Add CefSharpAfterBuildDebug AfterBuild and fix WinForms example
This commit is contained in:
parent
16920f6ca1
commit
e03e39fc4f
@ -69,6 +69,10 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
|
||||||
|
<CallTarget Targets="CefSharpAfterBuildDiagnostic"/>
|
||||||
|
</Target>
|
||||||
|
|
||||||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -49,11 +49,17 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Remove="bin.net472\**" />
|
||||||
<Compile Remove="bin\**" />
|
<Compile Remove="bin\**" />
|
||||||
|
<Compile Remove="obj.net472\**" />
|
||||||
<Compile Remove="obj\**" />
|
<Compile Remove="obj\**" />
|
||||||
|
<EmbeddedResource Remove="bin.net472\**" />
|
||||||
<EmbeddedResource Remove="bin\**" />
|
<EmbeddedResource Remove="bin\**" />
|
||||||
|
<EmbeddedResource Remove="obj.net472\**" />
|
||||||
<EmbeddedResource Remove="obj\**" />
|
<EmbeddedResource Remove="obj\**" />
|
||||||
|
<None Remove="bin.net472\**" />
|
||||||
<None Remove="bin\**" />
|
<None Remove="bin\**" />
|
||||||
|
<None Remove="obj.net472\**" />
|
||||||
<None Remove="obj\**" />
|
<None Remove="obj\**" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
@ -70,19 +76,9 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="CefSharpAfterBuildDiagnostic" AfterTargets="AfterBuild">
|
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
|
||||||
<Message Importance="high" Text="CefSharp After Build Diagnostic" />
|
<CallTarget Targets="CefSharpAfterBuildDiagnostic" />
|
||||||
<Message Importance="high" Text="RuntimeIdentifier = $(RuntimeIdentifier)" />
|
|
||||||
<Message Importance="high" Text="Platform = $(Platform)" />
|
|
||||||
<Message Importance="high" Text="PlatformName = $(PlatformName)" />
|
|
||||||
<Message Importance="high" Text="Platforms = $(Platforms)" />
|
|
||||||
<Message Importance="high" Text="PlatformTarget = $(PlatformTarget)" />
|
|
||||||
<Message Importance="high" Text="PlatformTargetAsMSBuildArchitecture = $(PlatformTargetAsMSBuildArchitecture)" />
|
|
||||||
<Message Importance="high" Text="TargetFramework = $(TargetFramework)" />
|
|
||||||
<Message Importance="high" Text="TargetFrameworkVersion = $(TargetFrameworkVersion)" />
|
|
||||||
<Message Importance="high" Text="NuGetProjectStyle = $(NuGetProjectStyle)" />
|
|
||||||
<Message Importance="high" Text="OutDir = $(OutDir)" />
|
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />
|
||||||
|
@ -74,6 +74,10 @@
|
|||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<Target Name="CefSharpAfterBuildDebug" AfterTargets="AfterBuild">
|
||||||
|
<CallTarget Targets="CefSharpAfterBuildDiagnostic"/>
|
||||||
|
</Target>
|
||||||
|
|
||||||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk.WindowsDesktop" />
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user