Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-carvalho committed Nov 6, 2024
1 parent 2d6b5dd commit 7d388b5
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenTK.Audio.OpenAL" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Graphics.Device/Ryujinx.Graphics.Device.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Graphics.GAL/Ryujinx.Graphics.GAL.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Graphics.Host1x/Ryujinx.Graphics.Host1x.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Ryujinx.Graphics.Device\Ryujinx.Graphics.Device.csproj" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Graphics.Shader/Ryujinx.Graphics.Shader.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
<ProjectReference Include="..\Spv.Generator\Spv.Generator.csproj" />
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Graphics.Video/Ryujinx.Graphics.Video.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Graphics.Vulkan/Ryujinx.Graphics.Vulkan.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Horizon.Common/Ryujinx.Horizon.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.Horizon/Ryujinx.Horizon.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
Expand Down
3 changes: 0 additions & 3 deletions src/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ryujinx.SDL2-CS" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Spv.Generator/Spv.Generator.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
</PropertyGroup>

</Project>

0 comments on commit 7d388b5

Please sign in to comment.