8 lines
297 B
XML
8 lines
297 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup><OutputType>Exe</OutputType><TargetFramework>net10.0</TargetFramework></PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../src/IpCheck.Domain/IpCheck.Domain.fsproj" />
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
</Project>
|