Skip to content

Commit 6e4e415

Browse files
committed
Net Core - Add missing files to vcxproj
They were only added to the NetCore specific version
1 parent 592c8a3 commit 6e4e415

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CefSharp.Core/CefSharp.Core.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
</ItemGroup>
230230
<ItemGroup>
231231
<ClCompile Include="AssemblyInfo.cpp" />
232+
<ClCompile Include="BrowserSubprocess\SelfHost.cpp" />
232233
<ClCompile Include="CookieManager.cpp" />
233234
<ClCompile Include="Internals\CefBrowserHostWrapper.cpp" />
234235
<ClCompile Include="Internals\CefContextMenuParamsWrapper.cpp" />
@@ -261,6 +262,7 @@
261262
</ItemGroup>
262263
<ItemGroup>
263264
<ClInclude Include="BrowserSettings.h" />
265+
<ClInclude Include="BrowserSubprocess\SelfHost.h" />
264266
<ClInclude Include="Cef.h" />
265267
<ClInclude Include="Internals\CefDevToolsMessageObserverAdapter.h" />
266268
<ClInclude Include="Internals\CefRegistrationWrapper.h" />

CefSharp.Core/CefSharp.Core.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
<ClCompile Include="RequestContextBuilder.cpp">
8787
<Filter>Source Files</Filter>
8888
</ClCompile>
89+
<ClCompile Include="BrowserSubprocess\SelfHost.cpp">
90+
<Filter>Source Files</Filter>
91+
</ClCompile>
8992
</ItemGroup>
9093
<ItemGroup>
9194
<ClInclude Include="vcclr_local.h">
@@ -334,6 +337,9 @@
334337
<ClInclude Include="RequestContextBuilder.h">
335338
<Filter>Header Files</Filter>
336339
</ClInclude>
340+
<ClInclude Include="BrowserSubprocess\SelfHost.h">
341+
<Filter>Header Files</Filter>
342+
</ClInclude>
337343
</ItemGroup>
338344
<ItemGroup>
339345
<ClInclude Include="Internals\CefFrameWrapper.h">

0 commit comments

Comments
 (0)