mirror of
https://github.com/Smaug123/dmarc-fsharp
synced 2025-10-05 07:28:41 +00:00
17 lines
345 B
XML
17 lines
345 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Program.fs"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Dmarc\Dmarc.fsproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|