Add project files.

This commit is contained in:
Joshua Askharoun
2021-04-25 22:59:36 -05:00
parent b998a3a1f7
commit bd946f2700
50 changed files with 2166 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="OwlCore" Version="0.0.1" />
</ItemGroup>
</Project>