aboutsummaryrefslogtreecommitdiff
path: root/Ryushader/Ryushader.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryushader/Ryushader.csproj')
-rw-r--r--Ryushader/Ryushader.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Ryushader/Ryushader.csproj b/Ryushader/Ryushader.csproj
new file mode 100644
index 00000000..9eeee2ba
--- /dev/null
+++ b/Ryushader/Ryushader.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup>
+ <ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
+ </PropertyGroup>
+
+</Project>