Skip to content
mbackup-for-windows.fsproj 402 B
Newer Older
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.0</TargetFramework>
Yuanle Song's avatar
Yuanle Song committed
    <RootNamespace>Mbackup</RootNamespace>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="Lib.fs" />
    <Compile Include="Program.fs" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Argu" Version="5.5.0" />
  </ItemGroup>

</Project>