Revert "Fix not working .gitignore"

This reverts commit 86f07f4bf3.
This commit is contained in:
Stone-Red-Code
2021-08-18 18:39:53 +02:00
parent 86f07f4bf3
commit 9db60da702
403 changed files with 28569 additions and 0 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DesktopMagicPluginAPI\DesktopMagicPluginAPI.csproj" />
</ItemGroup>
</Project>