carry-agent / runtime /quantum /QuantumReference.fsproj
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/carry-agent
80d7559 verified
Raw
History Blame Contribute Delete
345 Bytes
<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>