Skip to content

Commit 80db52c

Browse files
Merge 9e061f4 into 960c515
2 parents 960c515 + 9e061f4 commit 80db52c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

CefSharp.Core/CefSharp.Core.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2626
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
27+
<ProduceReferenceAssemblyInOutDir Condition="'$(VisualStudioVersion)'=='17.0'">true</ProduceReferenceAssemblyInOutDir>
2728
<EmbedAllSources>True</EmbedAllSources>
2829
<DebugType>embedded</DebugType>
2930
</PropertyGroup>

CefSharp.OffScreen/CefSharp.OffScreen.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2626
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
27+
<ProduceReferenceAssemblyInOutDir Condition="'$(VisualStudioVersion)'=='17.0'">true</ProduceReferenceAssemblyInOutDir>
2728
<EmbedAllSources>True</EmbedAllSources>
2829
<DebugType>embedded</DebugType>
2930
</PropertyGroup>

CefSharp.WinForms/CefSharp.WinForms.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2727
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
28+
<ProduceReferenceAssemblyInOutDir Condition="'$(VisualStudioVersion)'=='17.0'">true</ProduceReferenceAssemblyInOutDir>
2829
<EmbedAllSources>True</EmbedAllSources>
2930
<DebugType>embedded</DebugType>
3031
</PropertyGroup>

CefSharp.Wpf/CefSharp.Wpf.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2727
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
28+
<ProduceReferenceAssemblyInOutDir Condition="'$(VisualStudioVersion)'=='17.0'">true</ProduceReferenceAssemblyInOutDir>
2829
<EmbedAllSources>True</EmbedAllSources>
2930
<DebugType>embedded</DebugType>
3031
</PropertyGroup>

CefSharp/CefSharp.netcore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<PropertyGroup Condition="'$(Configuration)'=='Release'">
2424
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
25+
<ProduceReferenceAssemblyInOutDir Condition="'$(VisualStudioVersion)'=='17.0'">true</ProduceReferenceAssemblyInOutDir>
2526
<EmbedAllSources>True</EmbedAllSources>
2627
<DebugType>embedded</DebugType>
2728
</PropertyGroup>

0 commit comments

Comments
 (0)