File size: 345 Bytes
80d7559 | 1 2 3 4 5 6 7 8 9 10 11 12 | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>QuantumReference</AssemblyName>
<RootNamespace>CarryQuantum</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="QuantumReference.fs" />
</ItemGroup>
</Project>
|