17 lines
440 B
XML
17 lines
440 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.fs" />
|
|
<Compile Include="Measures.fs" />
|
|
<Compile Include="PersistentState.fs" />
|
|
<Compile Include="Server.fs" />
|
|
<Compile Include="InMemory.fs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|