diff options
Diffstat (limited to 'Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj')
| -rw-r--r-- | Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj index 18452f0a..04cab832 100644 --- a/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj +++ b/Ryujinx.ShaderTools/Ryujinx.ShaderTools.csproj @@ -4,6 +4,17 @@ <TargetFramework>netcoreapp2.1</TargetFramework> <RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers> <OutputType>Exe</OutputType> + <Configurations>Debug;Release;Profile Debug;Profile Release</Configurations> + </PropertyGroup> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Release|AnyCPU'"> + <DefineConstants>TRACE;USE_PROFILING</DefineConstants> + <Optimize>true</Optimize> + </PropertyGroup> + + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Debug|AnyCPU'"> + <DefineConstants>TRACE;USE_PROFILING</DefineConstants> + <Optimize>false</Optimize> </PropertyGroup> <ItemGroup> |
