Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/Tests/Tests.MultiTarget.csproj
ChrisDill 19127e62cd Updating .csproj files to help with testing continuous integration.
- Removed copy of logo in Generator.
- Removed older generated Raylib.cs from Generator.
2020-01-29 19:37:21 +00:00

15 lines
No EOL
449 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net45;net46;net461;net462;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
<ApplicationIcon>../Logo/raylib-cs.ico</ApplicationIcon>
<Platforms>AnyCPU;x64;x86</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="../Bindings/*.cs" />
</ItemGroup>
</Project>