- Add stuff

This commit is contained in:
Stone_Red
2021-12-23 11:30:16 +01:00
parent 0a3b4060de
commit 3d48777224
118 changed files with 14823 additions and 0 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DesktopMagicPluginAPI\DesktopMagicPluginAPI.csproj" />
</ItemGroup>
</Project>