2020-12-09 17:36:08 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-08-10 13:27:15 -04:00
|
|
|
|
|
2018-02-04 18:08:20 -05:00
|
|
|
|
<PropertyGroup>
|
2021-11-28 15:24:17 -05:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-05-31 20:01:16 -04:00
|
|
|
|
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
2018-08-10 13:27:15 -04:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-02-12 08:35:39 -05:00
|
|
|
|
<Version>1.0.0-dirty</Version>
|
2020-12-09 17:36:08 -05:00
|
|
|
|
<TieredCompilation>false</TieredCompilation>
|
|
|
|
|
<TieredCompilationQuickJit>false</TieredCompilationQuickJit>
|
2021-02-28 05:56:15 -05:00
|
|
|
|
<DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
|
2022-02-17 16:10:48 -05:00
|
|
|
|
<!-- As we already provide GTK3 on Windows via GtkSharp.Dependencies this is redundant. -->
|
|
|
|
|
<SkipGtkInstall>true</SkipGtkInstall>
|
2019-04-26 00:53:10 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-06-23 18:40:19 -04:00
|
|
|
|
<PropertyGroup Condition="'$(RuntimeIdentifier)' != ''">
|
|
|
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
|
|
|
<PublishTrimmed>true</PublishTrimmed>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2020-11-15 13:27:15 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="GtkSharp" Version="3.22.25.128" />
|
2022-02-17 16:10:48 -05:00
|
|
|
|
<PackageReference Include="GtkSharp.Dependencies" Version="1.1.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" />
|
2021-10-12 16:55:57 -04:00
|
|
|
|
<PackageReference Include="Ryujinx.Graphics.Nvdec.Dependencies" Version="4.4.0-build9" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" />
|
2020-12-30 17:08:09 -05:00
|
|
|
|
<PackageReference Include="Ryujinx.Audio.OpenAL.Dependencies" Version="1.21.0.1" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'" />
|
2022-05-15 10:02:15 -04:00
|
|
|
|
<PackageReference Include="OpenTK.Graphics" Version="4.7.2" />
|
2021-12-23 12:31:06 -05:00
|
|
|
|
<PackageReference Include="SPB" Version="0.0.4-build17" />
|
2021-11-28 15:24:17 -05:00
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
2022-05-15 10:02:15 -04:00
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
|
2020-11-15 13:27:15 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-04-14 06:28:43 -04:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Input\Ryujinx.Input.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Input.SDL2\Ryujinx.Input.SDL2.csproj" />
|
2021-02-25 19:11:56 -05:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Audio.Backends.OpenAL\Ryujinx.Audio.Backends.OpenAL.csproj" />
|
2021-05-05 17:37:09 -04:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Audio.Backends.SDL2\Ryujinx.Audio.Backends.SDL2.csproj" />
|
2021-02-25 19:11:56 -05:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Audio.Backends.SoundIo\Ryujinx.Audio.Backends.SoundIo.csproj" />
|
2020-11-15 13:27:15 -05:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
|
|
|
|
|
<ProjectReference Include="..\ARMeilleure\ARMeilleure.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.OpenGL\Ryujinx.Graphics.OpenGL.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Ryujinx.Graphics.Gpu\Ryujinx.Graphics.Gpu.csproj" />
|
2022-05-15 07:30:15 -04:00
|
|
|
|
<ProjectReference Include="..\Ryujinx.Ui.Common\Ryujinx.Ui.Common.csproj" />
|
2020-11-15 13:27:15 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-05-15 10:02:15 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ContentWithTargetPath Include="..\distribution\windows\alsoft.ini" Condition="'$(RuntimeIdentifier)' != 'linux-x64' AND '$(RuntimeIdentifier)' != 'osx-x64'">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<TargetPath>alsoft.ini</TargetPath>
|
|
|
|
|
</ContentWithTargetPath>
|
|
|
|
|
<ContentWithTargetPath Include="..\distribution\legal\THIRDPARTY.md">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<TargetPath>THIRDPARTY.md</TargetPath>
|
|
|
|
|
</ContentWithTargetPath>
|
|
|
|
|
<ContentWithTargetPath Include="..\Ryujinx.Audio\LICENSE.txt">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<TargetPath>LICENSE-Ryujinx.Audio.txt</TargetPath>
|
|
|
|
|
</ContentWithTargetPath>
|
|
|
|
|
</ItemGroup>
|
2020-11-15 13:27:15 -05:00
|
|
|
|
|
2020-04-22 00:13:41 -04:00
|
|
|
|
<!-- Due to .net core 3.1 embedded resource loading -->
|
2019-10-31 14:09:03 -04:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
|
2020-01-24 10:14:51 -05:00
|
|
|
|
<ApplicationIcon>Ryujinx.ico</ApplicationIcon>
|
2019-10-31 14:09:03 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2019-11-28 23:32:51 -05:00
|
|
|
|
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64'">
|
2021-02-28 05:56:15 -05:00
|
|
|
|
<DefineConstants>$(DefineConstants);MACOS_BUILD</DefineConstants>
|
2019-11-28 23:32:51 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Ui\MainWindow.glade" />
|
2021-01-08 03:14:13 -05:00
|
|
|
|
<None Remove="Ui\Widgets\ProfileDialog.glade" />
|
2022-01-03 03:39:43 -05:00
|
|
|
|
<None Remove="Ui\Windows\CheatWindow.glade" />
|
2021-01-08 03:14:13 -05:00
|
|
|
|
<None Remove="Ui\Windows\ControllerWindow.glade" />
|
|
|
|
|
<None Remove="Ui\Windows\DlcWindow.glade" />
|
|
|
|
|
<None Remove="Ui\Windows\SettingsWindow.glade" />
|
|
|
|
|
<None Remove="Ui\Windows\TitleUpdateWindow.glade" />
|
|
|
|
|
<None Remove="Modules\Updater\UpdateDialog.glade" />
|
2019-11-28 23:32:51 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-09-02 12:03:57 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Ui\MainWindow.glade" />
|
2021-01-08 03:14:13 -05:00
|
|
|
|
<EmbeddedResource Include="Ui\Widgets\ProfileDialog.glade" />
|
2022-01-03 03:39:43 -05:00
|
|
|
|
<EmbeddedResource Include="Ui\Windows\CheatWindow.glade" />
|
2021-01-08 03:14:13 -05:00
|
|
|
|
<EmbeddedResource Include="Ui\Windows\ControllerWindow.glade" />
|
|
|
|
|
<EmbeddedResource Include="Ui\Windows\DlcWindow.glade" />
|
|
|
|
|
<EmbeddedResource Include="Ui\Windows\SettingsWindow.glade" />
|
|
|
|
|
<EmbeddedResource Include="Ui\Windows\TitleUpdateWindow.glade" />
|
|
|
|
|
<EmbeddedResource Include="Modules\Updater\UpdateDialog.glade" />
|
2019-09-02 12:03:57 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2018-08-10 13:27:15 -04:00
|
|
|
|
</Project>
|