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

Removed unused tags from project files

- Don't need to specify Platforms and Configurations for libraries or tests.
This commit is contained in:
Rgebee 2020-12-31 16:32:43 +00:00
commit 4f0fdc3880
4 changed files with 0 additions and 18 deletions

View file

@ -1,11 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>../Logo/raylib-cs.ico</ApplicationIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>