| <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> | |