You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<TargetName="PlatformCheck"BeforeTargets="ResolveAssemblyReferences"Condition="(('$(Platform)' != 'x86') AND ('$(Platform)' != 'x64') AND ('$(Platform)' != 'Win32') AND '$(CefSharpAnyCpuSupport)' != 'true')">
4
-
<ErrorText="$(MSBuildThisFileName) contains unmanaged resoures, set your project and solution platform to x86 or x64. Alternatively for AnyCPU Support see https://github.com/cefsharp/CefSharp/issues/1714" />
4
+
<MessageText="$(MSBuildThisFileName) contains unmanaged resoures which must be copied to your build output folder." />
5
+
<MessageText="$(MSBuildThisFileName) relies on the Solution Platform (not the TargetPlatform property that's defined individually in your [cs|vb|vcx]proj files) to determine which platform to target." />
6
+
<MessageText="For details on changing your Solution Platform see https://msdn.microsoft.com/en-us/library/ms185328.aspx#Anchor_0" />
7
+
<ErrorText="$(MSBuildThisFileName) is unable to proceeed as your current Solution Platform is '$(Platform)'. To target AnyCPU please read https://github.com/cefsharp/CefSharp/issues/1714. Alternatively change your Solution Platform to x86 or x64 and the relevant files will be copied automatically."HelpKeyword="CefSharpSolutionPlatformCheck" />
5
8
</Target>
6
9
7
10
<TargetName="FrameworkVersionCheck"BeforeTargets="ResolveAssemblyReferences"Condition="(('$(TargetFrameworkVersion)' == 'v4.5.1') OR ('$(TargetFrameworkVersion)' == 'v4.5') OR ('$(TargetFrameworkVersion)' == 'v4.0'))">
0 commit comments