FakeCMD/FakeCMD.csproj

19 lines
431 B
XML
Raw Permalink Normal View History

2021-01-09 11:18:26 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<Authors>Andrew Lee</Authors>
<Copyright>(C) Copyright 2021 Andrew Lee</Copyright>
2021-01-09 11:18:26 -05:00
</PropertyGroup>
2021-01-09 11:21:41 -05:00
<ItemGroup>
<None Remove=".gitignore" />
</ItemGroup>
2021-01-09 11:18:26 -05:00
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
</ItemGroup>
</Project>