Add missing implict using
This commit is contained in:
parent
5dc091fe56
commit
335d5587b0
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
||||||
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
|
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Using Include="Raylib_cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="../Raylib-cs/Raylib-cs.csproj" />
|
<ProjectReference Include="../Raylib-cs/Raylib-cs.csproj" />
|
||||||
<ProjectReference Include="../Examples/Examples.csproj" />
|
<ProjectReference Include="../Examples/Examples.csproj" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue