Skip to content

Instantly share code, notes, and snippets.

@rommsen
Created September 6, 2017 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rommsen/a5b402daba70eaf3941f75937b2e9230 to your computer and use it in GitHub Desktop.
Save rommsen/a5b402daba70eaf3941f75937b2e9230 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="../Domain/Model.fs" />
<Compile Include="../Domain/Commands.fs" />
<Compile Include="AuthTypes.fs" />
<Compile Include="ServerTypes.fs" />
<Compile Include="JsonWebToken.fs" />
<Compile Include="FableJson.fs" />
<Compile Include="Auth.fs" />
<Compile Include="CommandApiHandler.fs" />
<Compile Include="WebServer.fs" />
<Compile Include="Program.fs" />
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment