File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
CefSharp.MinimalExample.WinForms Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 16
16
<RootNamespace >CefSharp.MinimalExample.WinForms</RootNamespace >
17
17
<ApplicationManifest >app.manifest</ApplicationManifest >
18
18
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
19
- <Platforms >x86;x64</Platforms >
19
+ <Platforms >x86;x64;AnyCPU </Platforms >
20
20
<ProjectGuid >{1D1D63D1-5257-4AA0-A284-7EF4574878CB}</ProjectGuid >
21
21
<StartupObject >CefSharp.MinimalExample.WinForms.Program</StartupObject >
22
22
</PropertyGroup >
23
23
24
+ <PropertyGroup Condition =" '$(Platform)' == 'AnyCPU'" >
25
+ <DefineConstants >$(DefineConstants);ANYCPU</DefineConstants >
26
+ <!--
27
+ For versions 87 and 88 specify CefSharpPlatformTargetOverride when using AnyCPU.
28
+ For versions 89 and above use PlatformTarget (CefSharpPlatformTargetOverride will also still work)
29
+ -->
30
+ <!-- <PlatformTarget>AnyCPU</PlatformTarget>-->
31
+ <CefSharpPlatformTargetOverride >AnyCPU</CefSharpPlatformTargetOverride >
32
+ </PropertyGroup >
33
+
24
34
<ItemGroup >
25
35
<Compile Remove =" bin\**" />
26
36
<Compile Remove =" obj\**" />
Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CefSharp.MinimalExample.Win
7
7
EndProject
8
8
Global
9
9
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10
+ Debug| Any CPU = Debug| Any CPU
10
11
Debug| x64 = Debug| x64
11
12
Debug| x86 = Debug| x86
13
+ Release| Any CPU = Release| Any CPU
12
14
Release| x64 = Release| x64
13
15
Release| x86 = Release| x86
14
16
EndGlobalSection
15
17
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
18
+ {1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
19
+ {1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Debug| Any CPU .Build .0 = Debug| Any CPU
16
20
{1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Debug| x64 .ActiveCfg = Debug| x64
17
21
{1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Debug| x64 .Build .0 = Debug| x64
18
22
{1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Debug| x86 .ActiveCfg = Debug| x86
19
23
{1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Debug| x86 .Build .0 = Debug| x86
24
+ {1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Release| Any CPU .ActiveCfg = Release| Any CPU
25
+ {1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Release| Any CPU .Build .0 = Release| Any CPU
20
26
{1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Release| x64 .ActiveCfg = Release| x64
21
27
{1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Release| x64 .Build .0 = Release| x64
22
28
{1D1D63D1-5257-4AA0-A284-7EF4574878CB} .Release| x86 .ActiveCfg = Release| x86
You can’t perform that action at this time.
0 commit comments