Skip to content

Commit

Permalink
fix Suave.netcore.fsproj
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Mar 21, 2017
1 parent 0d64716 commit 154a8eb
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion src/Suave/Suave.netcore.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<Compile Include="Utils/CultureInfoCache.fs" />
<Compile Include="../../paket-files/logary/logary/src/Logary.Facade/Facade.fs" />
<Compile Include="Utils/TraceHeader.fs" />
<Compile Include="Globals.fs" />
<Compile Include="CookieSerialiser.fs" />
<Compile Include="Sockets/SocketBinding.fs" />
<Compile Include="Sockets/BufferManager.fs" />
<Compile Include="Sockets/ConcurrentPool.fs" />
Expand All @@ -37,7 +39,33 @@
<Compile Include="Sockets/SocketMonad.fs" />
<Compile Include="Sockets/AsyncSocket.fs" />
<Compile Include="Sockets/TransportStream.fs" />
<None Include="App.config" />
<Compile Include="Tcp.fs" />
<Compile Include="TcpServerFactory.fs" />
<Compile Include="Sscanf.fs" />
<Compile Include="WebPart.fsi" />
<Compile Include="WebPart.fs" />
<Compile Include="Operators.fs" />
<Compile Include="Http.fsi" />
<Compile Include="Http.fs" />
<Compile Include="Headers.fs" />
<Compile Include="DefaultTlsProvider.fs" />
<Compile Include="Compression.fs" />
<Compile Include="Combinators.fsi" />
<Compile Include="Combinators.fs" />
<Compile Include="Cookie.fsi" />
<Compile Include="Cookie.fs" />
<Compile Include="Model.fs" />
<Compile Include="State.fs" />
<Compile Include="Authentication.fsi" />
<Compile Include="Authentication.fs" />
<Compile Include="SuaveConfig.fs" />
<Compile Include="HttpOutput.fs" />
<Compile Include="ConnectionFacade.fs" />
<Compile Include="ParsingAndControl.fs" />
<Compile Include="Web.fs" />
<Compile Include="WebSocket.fs" />
<Compile Include="Owin.fs" />
<Compile Include="Json.fs" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 154a8eb

Please sign in to comment.