Watch
2
0
Fork
You've already forked raylib-cs
0

more changes

This commit is contained in:
Nickolas McDonald 2023-08-11 15:57:52 -04:00
commit 5ebd873aa3
2 changed files with 57 additions and 57 deletions

View file

@ -1,4 +1,4 @@
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15 # Visual Studio 15
VisualStudioVersion = 15.0.27703.2035 VisualStudioVersion = 15.0.27703.2035

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net5.0;net6.0</TargetFrameworks> <TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<EnableDefaultItems>false</EnableDefaultItems> <EnableDefaultItems>false</EnableDefaultItems>
@ -54,7 +54,7 @@
<Compile Include="types\*.cs" /> <Compile Include="types\*.cs" />
<Compile Include="types\native\CBool.cs" /> <Compile Include="types\native\CBool.cs" />
<Compile Include="types\native\AnsiBuffer.cs" /> <Compile Include="types\native\AnsiBuffer.cs" />
<Compile Include="types\native\FilePathList.cs" />
<Compile Include="types\native\UTF8Buffer.cs" /> <Compile Include="types\native\UTF8Buffer.cs" />
<Compile Include="types\native\FilePathList.cs" />
</ItemGroup> </ItemGroup>
</Project> </Project>