mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-26 19:52:22 -05:00
Move solution and projects to src
This commit is contained in:
12
src/Ryujinx.Graphics.Host1x/Ryujinx.Graphics.Host1x.csproj
Normal file
12
src/Ryujinx.Graphics.Host1x/Ryujinx.Graphics.Host1x.csproj
Normal file
@@ -0,0 +1,12 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Ryujinx.Graphics.Device\Ryujinx.Graphics.Device.csproj" />
|
||||
<ProjectReference Include="..\Ryujinx.Graphics.Gpu\Ryujinx.Graphics.Gpu.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user