diff options
| author | Joel Stålnacke <joel@saker.fi> | 2026-02-13 20:48:51 +0200 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2026-02-13 20:48:51 +0200 |
| commit | 58aa302f49311475cce11dcbd477df217e790ea6 (patch) | |
| tree | d61bf5a2ebcf7004ab411b555a9183b9781c0888 /examples/Basic/FunctionalObjects.Examples.Basic.fsproj | |
Diffstat (limited to 'examples/Basic/FunctionalObjects.Examples.Basic.fsproj')
| -rw-r--r-- | examples/Basic/FunctionalObjects.Examples.Basic.fsproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/Basic/FunctionalObjects.Examples.Basic.fsproj b/examples/Basic/FunctionalObjects.Examples.Basic.fsproj new file mode 100644 index 0000000..806da26 --- /dev/null +++ b/examples/Basic/FunctionalObjects.Examples.Basic.fsproj @@ -0,0 +1,16 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net10.0</TargetFramework> + </PropertyGroup> + + <ItemGroup> + <Compile Include="Program.fs" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\..\FunctionalObjects\FunctionalObjects.fsproj" /> + </ItemGroup> + +</Project> |
