Skip to content

Commit d9b9c94

Browse files
Merge ec11db0 into e65d05e
2 parents e65d05e + ec11db0 commit d9b9c94

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CefSharp.Core/CefSharp.Core.netcore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
</PropertyGroup>
2424

2525
<PropertyGroup Condition="'$(Configuration)'=='Release'">
26-
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
26+
<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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
</PropertyGroup>
2424

2525
<PropertyGroup Condition="'$(Configuration)'=='Release'">
26-
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
26+
<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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="'$(Configuration)'=='Release'">
27-
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
27+
<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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition="'$(Configuration)'=='Release'">
27-
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
27+
<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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition="'$(Configuration)'=='Release'">
24-
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
24+
<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)