diff options
Diffstat (limited to 'Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj')
| -rw-r--r-- | Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj b/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj index 81ef53fe..307ca9e4 100644 --- a/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj +++ b/Ryujinx.Headless.SDL2/Ryujinx.Headless.SDL2.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net7.0</TargetFramework> @@ -31,16 +31,16 @@ <PackageReference Include="CommandLineParser" /> </ItemGroup> - <ItemGroup> - <Content Include="..\distribution\legal\THIRDPARTY.md"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - <TargetPath>THIRDPARTY.md</TargetPath> - </Content> - <Content Include="..\LICENSE.txt"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - <TargetPath>LICENSE.txt</TargetPath> - </Content> - </ItemGroup> + <ItemGroup> + <Content Include="..\distribution\legal\THIRDPARTY.md"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <TargetPath>THIRDPARTY.md</TargetPath> + </Content> + <Content Include="..\LICENSE.txt"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <TargetPath>LICENSE.txt</TargetPath> + </Content> + </ItemGroup> <ItemGroup> <EmbeddedResource Include="Ryujinx.bmp" /> |
