Skip to content

Commit 6d7e21b

Browse files
committed
Revert "Disable VS hosting process for x64"
This reverts commit 26574eb.
1 parent 6d88927 commit 6d7e21b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<ErrorReport>prompt</ErrorReport>
2525
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2626
<Prefer32Bit>false</Prefer32Bit>
27-
<UseVSHostingProcess>false</UseVSHostingProcess>
2827
</PropertyGroup>
2928
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
3029
<OutputPath>bin\x64\Release\</OutputPath>
@@ -35,7 +34,6 @@
3534
<ErrorReport>prompt</ErrorReport>
3635
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
3736
<Prefer32Bit>false</Prefer32Bit>
38-
<UseVSHostingProcess>false</UseVSHostingProcess>
3937
</PropertyGroup>
4038
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4139
<DebugSymbols>true</DebugSymbols>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
<PlatformTarget>x64</PlatformTarget>
2828
<OutputPath>bin\x64\Debug\</OutputPath>
2929
<Prefer32Bit>false</Prefer32Bit>
30-
<UseVSHostingProcess>false</UseVSHostingProcess>
3130
</PropertyGroup>
3231
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
3332
<PlatformTarget>x64</PlatformTarget>
3433
<OutputPath>bin\x64\Release\</OutputPath>
3534
<Prefer32Bit>false</Prefer32Bit>
36-
<UseVSHostingProcess>false</UseVSHostingProcess>
3735
</PropertyGroup>
3836
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
3937
<DebugSymbols>true</DebugSymbols>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
3434
<Prefer32Bit>false</Prefer32Bit>
35-
<UseVSHostingProcess>false</UseVSHostingProcess>
3635
</PropertyGroup>
3736
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
3837
<OutputPath>bin\x64\Release\</OutputPath>
@@ -43,7 +42,6 @@
4342
<ErrorReport>prompt</ErrorReport>
4443
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
4544
<Prefer32Bit>false</Prefer32Bit>
46-
<UseVSHostingProcess>false</UseVSHostingProcess>
4745
</PropertyGroup>
4846
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
4947
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)