aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj')
-rw-r--r--src/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj b/src/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
new file mode 100644
index 00000000..74b4ec2f
--- /dev/null
+++ b/src/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
@@ -0,0 +1,17 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <OutputType>Exe</OutputType>
+ <Configurations>Debug;Release</Configurations>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\Ryujinx.Graphics.Shader\Ryujinx.Graphics.Shader.csproj" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="CommandLineParser" />
+ </ItemGroup>
+
+</Project>