aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.ShaderTools
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.ShaderTools')
-rw-r--r--Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
index 24f31efe..18452f0a 100644
--- a/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
+++ b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
- <ItemGroup>
- <ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
- </ItemGroup>
-
<PropertyGroup>
- <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
+ <OutputType>Exe</OutputType>
</PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Ryujinx.Graphics\Ryujinx.Graphics.csproj" />
+ </ItemGroup>
+
</Project>