mirror of
https://github.com/Smaug123/fsharp-vectors
synced 2025-10-05 11:38:38 +00:00
13 lines
266 B
XML
13 lines
266 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Arithmetic.fs" />
|
|
<Compile Include="Vector.fs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|