This commit is contained in:
lewd-alt
2025-05-06 20:43:33 -07:00
parent 7b8b0310cf
commit 14fdcaf152
8 changed files with 336 additions and 38 deletions

View File

@@ -4,8 +4,9 @@
<AssemblyName>2DGAMELIB</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<UseWindowsForms>True</UseWindowsForms>
<TargetFramework>net45</TargetFramework>
<TargetFramework>net462</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<PropertyGroup>
<LangVersion>10.0</LangVersion>
@@ -15,7 +16,9 @@
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="glfw-net" Version="3.3.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OpenGL.Net" Version="0.8.4" />
</ItemGroup>
<ItemGroup>
<Reference Include="PresentationFramework">