Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created December 30, 2019 04:31
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 IntegerMan/8481bf7362fdca71c03f8a17d8c4f36c to your computer and use it in GitHub Desktop.
Save IntegerMan/8481bf7362fdca71c03f8a17d8c4f36c to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWpf>true</UseWpf>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Elmish.WPF" Version="3.5.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YourPathToYourCSharpProjectGoesHereButSeriouslyDontModifyThisLine.csproj" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment