Files
ray-tracing-fsharp/RayTracing/RayTracing.fsproj
Patrick Stevens 18b7b0a21b Initial commit
2021-04-03 10:43:38 +01:00

12 lines
215 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Library.fs"/>
</ItemGroup>
</Project>