mirror of
https://github.com/alee14-projects/FakeCMD.git
synced 2025-01-22 09:02:02 -05:00
18 lines
431 B
XML
18 lines
431 B
XML
<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>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove=".gitignore" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|