mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
Fixed .proj settings and readme
This commit is contained in:
parent
410d50c65f
commit
8272439d26
@ -5,7 +5,7 @@
|
|||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<ProjectGuid>{A2B3BBC8-3D48-46DD-B3CF-263F554E4474}</ProjectGuid>
|
<ProjectGuid>{A2B3BBC8-3D48-46DD-B3CF-263F554E4474}</ProjectGuid>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<RootNamespace>Raylib</RootNamespace>
|
<RootNamespace>Raylib</RootNamespace>
|
||||||
<AssemblyName>Bindings</AssemblyName>
|
<AssemblyName>Bindings</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||||
|
Binary file not shown.
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<configuration>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
||||||
</startup>
|
|
||||||
</configuration>
|
|
Binary file not shown.
Binary file not shown.
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<configuration>
|
|
||||||
<startup>
|
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
||||||
</startup>
|
|
||||||
</configuration>
|
|
@ -13,7 +13,7 @@ Bindings:
|
|||||||
Tested on windows 10 64 bit using the mono compiler.
|
Tested on windows 10 64 bit using the mono compiler.
|
||||||
|
|
||||||
1. Download the repository
|
1. Download the repository
|
||||||
2. Run Bindings.exe in Bindings/bin/Debug/
|
2. Run Examples.exe in Examples/bin/Debug/
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
using Raylib;
|
using Raylib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user