aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.LLE/Luea.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.LLE/Luea.csproj')
-rw-r--r--Ryujinx.LLE/Luea.csproj21
1 files changed, 0 insertions, 21 deletions
diff --git a/Ryujinx.LLE/Luea.csproj b/Ryujinx.LLE/Luea.csproj
deleted file mode 100644
index 016fb7da..00000000
--- a/Ryujinx.LLE/Luea.csproj
+++ /dev/null
@@ -1,21 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <LangVersion>8.0</LangVersion>
- <RuntimeIdentifiers>win-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_DEBUGGING</DefineConstants>
- <Optimize>true</Optimize>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile Debug|AnyCPU'">
- <DefineConstants>TRACE;USE_DEBUGGING</DefineConstants>
- <Optimize>false</Optimize>
- </PropertyGroup>
-
-</Project>