Skip to content

Commit 9cf234f

Browse files
committed
Missing include in CefSharp.WinForms.csproj (VS doesn't always save projects unless you ask nicely)
1 parent c295614 commit 9cf234f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.WinForms/CefSharp.WinForms.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<Reference Include="System.Xml" />
5252
</ItemGroup>
5353
<ItemGroup>
54+
<Compile Include="Internals\DefaultFocusHandler.cs" />
5455
<Compile Include="Properties\AssemblyInfo.cs" />
5556
<Compile Include="ChromiumWebBrowser.cs">
5657
<SubType>Component</SubType>

0 commit comments

Comments
 (0)