Skip to content

Commit

Permalink
Lift Windows only restrictions
Browse files Browse the repository at this point in the history
No projects have Windows-only dependencies now, bar the UI but that's a given.
  • Loading branch information
lahm86 committed Oct 23, 2024
1 parent 7a8dd6a commit 9e3cb2e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 112 deletions.
2 changes: 1 addition & 1 deletion LocationExport/LocationExport.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<WarningLevel>4</WarningLevel>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion ModelExport/ModelExport.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<WarningLevel>4</WarningLevel>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion TRLevelToolset/TRLevelToolset.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<SelfContained>false</SelfContained>
Expand Down
2 changes: 1 addition & 1 deletion TRRandomizerCore/TRRandomizerCore.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<WarningLevel>4</WarningLevel>
<Copyright>Copyright © Tomb Raider Community 2023</Copyright>
Expand Down
72 changes: 0 additions & 72 deletions TRRandomizerCore/Utilities/ImageUtilities.cs

This file was deleted.

34 changes: 0 additions & 34 deletions TRRandomizerCoreTests/BitmapTests.cs

This file was deleted.

2 changes: 1 addition & 1 deletion TRRandomizerCoreTests/TRRandomizerCoreTests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<IsPackable>false</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion TextureExport/TextureExport.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<WarningLevel>4</WarningLevel>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit 9e3cb2e

Please sign in to comment.