diff options
Diffstat (limited to 'Ryujinx.LLE/Luea.csproj')
| -rw-r--r-- | Ryujinx.LLE/Luea.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Ryujinx.LLE/Luea.csproj b/Ryujinx.LLE/Luea.csproj index 5c571568..719a0ef3 100644 --- a/Ryujinx.LLE/Luea.csproj +++ b/Ryujinx.LLE/Luea.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> </Project> |
