From 0eec5dd826ccd82bf4dfd8f1633ee57f3164ccd5 Mon Sep 17 00:00:00 2001 From: jklawreszuk Date: Mon, 1 Apr 2024 09:04:06 +0200 Subject: [PATCH] Fix sample projects, remove unused properties --- build/Stride.Launcher.Build.props | 2 +- .../SimpleAudio.Game/SimpleAudio.Game.csproj | 2 +- .../SimpleAudio.Windows.csproj | 44 +----------------- .../JumpyJet.Game/JumpyJet.Game.csproj | 2 +- .../JumpyJet.Windows/JumpyJet.Windows.csproj | 44 +----------------- .../SpaceEscape.Game/SpaceEscape.Game.csproj | 2 +- .../SpaceEscape.Windows.csproj | 44 +----------------- .../AnimatedModel.Game.csproj | 2 +- .../AnimatedModel.Windows.csproj | 46 +------------------ .../CustomEffect.Game.csproj | 2 +- .../CustomEffect.Windows.csproj | 46 +------------------ .../MaterialShader.Game.csproj | 2 +- .../MaterialShader.Windows.csproj | 46 +------------------ .../SpriteFonts.Game/SpriteFonts.Game.csproj | 2 +- .../SpriteFonts.Windows.csproj | 44 +----------------- .../SpriteStudioDemo.Game.csproj | 2 +- .../SpriteStudioDemo.Windows.csproj | 44 +----------------- .../GravitySensor.Game.csproj | 2 +- .../GravitySensor.Windows.csproj | 44 +----------------- .../TouchInputs.Game/TouchInputs.Game.csproj | 2 +- .../TouchInputs.Windows.csproj | 44 +----------------- .../ParticlesSample.Game.csproj | 2 +- .../ParticlesSample.Windows.csproj | 44 +----------------- .../PhysicsSample.Game.csproj | 2 +- .../PhysicsSample.Windows.csproj | 44 +----------------- .../FirstPersonShooter.Game.csproj | 2 +- .../FirstPersonShooter.Windows.csproj | 44 +----------------- .../MaterialPackage/MaterialPackage.csproj | 2 +- .../PrototypingBlocks.csproj | 2 +- .../SamplesAssetPackage.csproj | 2 +- .../Packs/VFXPackage/VFXPackage.csproj | 2 +- .../mannequinModel/mannequinModel.csproj | 2 +- .../ThirdPersonPlatformer.Game.csproj | 2 +- .../ThirdPersonPlatformer.Windows.csproj | 46 +------------------ .../TopDownRPG.Game/TopDownRPG.Game.csproj | 2 +- .../TopDownRPG.Windows.csproj | 44 +----------------- .../VRSandbox.Game/VRSandbox.Game.csproj | 2 +- .../VRSandbox.Windows.csproj | 46 +------------------ .../CSharpBeginner.Game.csproj | 2 +- .../CSharpBeginner.Windows.csproj | 2 +- .../CSharpIntermediate.Game.csproj | 2 +- .../CSharpIntermediate.Windows.csproj | 2 +- .../GameMenu.Game/GameMenu.Game.csproj | 2 +- .../GameMenu.Windows/GameMenu.Windows.csproj | 46 +------------------ .../UIElementLink.Game.csproj | 2 +- .../UIElementLink.Windows.csproj | 46 +------------------ .../UIParticles.Game/UIParticles.Game.csproj | 2 +- .../UIParticles.Windows.csproj | 46 +------------------ sources/engine/Stride.Assets/StrideConfig.cs | 1 - .../Stride.Audio.Tests.Android.csproj | 1 - .../Stride.Audio.Tests.iOS.csproj | 1 - .../Stride.Engine.Tests.Android.csproj | 1 - .../Stride.Engine.Tests.iOS.csproj | 1 - .../Stride.Input.Tests.Android.csproj | 1 - .../Stride.Input.Tests.iOS.csproj | 1 - .../Stride.Particles.Tests.Android.csproj | 1 - .../Stride.Particles.Tests.iOS.csproj | 1 - .../Stride.Physics.Tests.Android.csproj | 1 - .../Stride.Physics.Tests.iOS.csproj | 1 - .../Stride.UI.Tests.Android.csproj | 1 - .../Stride.UI.Tests.iOS.csproj | 1 - .../PublishProfiles/FolderProfile.pubxml | 2 +- .../Stride.Launcher/Stride.Launcher.csproj | 2 +- .../Stride.Core.TargetFrameworks.Editor.props | 2 +- sources/targets/Stride.Core.props | 8 ++-- .../Stride.UnitTests/$ProjectName$.csproj.t4 | 1 - ...de.VisualStudio.Commands.Interfaces.csproj | 2 +- .../Commands/StrideCommandsProxy.cs | 2 +- 68 files changed, 65 insertions(+), 877 deletions(-) diff --git a/build/Stride.Launcher.Build.props b/build/Stride.Launcher.Build.props index f0c65ea4ad..7075c0439d 100644 --- a/build/Stride.Launcher.Build.props +++ b/build/Stride.Launcher.Build.props @@ -6,6 +6,6 @@ Windows - net8.0-windows7.0 + net8.0-windows diff --git a/samples/Audio/SimpleAudio/SimpleAudio.Game/SimpleAudio.Game.csproj b/samples/Audio/SimpleAudio/SimpleAudio.Game/SimpleAudio.Game.csproj index 657967bd31..84ccd03ced 100644 --- a/samples/Audio/SimpleAudio/SimpleAudio.Game/SimpleAudio.Game.csproj +++ b/samples/Audio/SimpleAudio/SimpleAudio.Game/SimpleAudio.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 SimpleAudio diff --git a/samples/Audio/SimpleAudio/SimpleAudio.Windows/SimpleAudio.Windows.csproj b/samples/Audio/SimpleAudio/SimpleAudio.Windows/SimpleAudio.Windows.csproj index 9860c3f017..49a56f5c33 100644 --- a/samples/Audio/SimpleAudio/SimpleAudio.Windows/SimpleAudio.Windows.csproj +++ b/samples/Audio/SimpleAudio/SimpleAudio.Windows/SimpleAudio.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe SimpleAudio @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\SimpleAudio.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Games/JumpyJet/JumpyJet.Game/JumpyJet.Game.csproj b/samples/Games/JumpyJet/JumpyJet.Game/JumpyJet.Game.csproj index f522bd04ce..4fab56daa4 100644 --- a/samples/Games/JumpyJet/JumpyJet.Game/JumpyJet.Game.csproj +++ b/samples/Games/JumpyJet/JumpyJet.Game/JumpyJet.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 JumpyJet diff --git a/samples/Games/JumpyJet/JumpyJet.Windows/JumpyJet.Windows.csproj b/samples/Games/JumpyJet/JumpyJet.Windows/JumpyJet.Windows.csproj index f6c91aab1b..619a3f410e 100644 --- a/samples/Games/JumpyJet/JumpyJet.Windows/JumpyJet.Windows.csproj +++ b/samples/Games/JumpyJet/JumpyJet.Windows/JumpyJet.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe JumpyJet @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\JumpyJet.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Games/SpaceEscape/SpaceEscape.Game/SpaceEscape.Game.csproj b/samples/Games/SpaceEscape/SpaceEscape.Game/SpaceEscape.Game.csproj index 72729cae98..c4fdb3c021 100644 --- a/samples/Games/SpaceEscape/SpaceEscape.Game/SpaceEscape.Game.csproj +++ b/samples/Games/SpaceEscape/SpaceEscape.Game/SpaceEscape.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 SpaceEscape true diff --git a/samples/Games/SpaceEscape/SpaceEscape.Windows/SpaceEscape.Windows.csproj b/samples/Games/SpaceEscape/SpaceEscape.Windows/SpaceEscape.Windows.csproj index 745424e78d..84ce813156 100644 --- a/samples/Games/SpaceEscape/SpaceEscape.Windows/SpaceEscape.Windows.csproj +++ b/samples/Games/SpaceEscape/SpaceEscape.Windows/SpaceEscape.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe SpaceEscape @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\SpaceEscape.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Graphics/AnimatedModel/AnimatedModel.Game/AnimatedModel.Game.csproj b/samples/Graphics/AnimatedModel/AnimatedModel.Game/AnimatedModel.Game.csproj index 8866f5b26b..a145f87cf8 100644 --- a/samples/Graphics/AnimatedModel/AnimatedModel.Game/AnimatedModel.Game.csproj +++ b/samples/Graphics/AnimatedModel/AnimatedModel.Game/AnimatedModel.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 AnimatedModel diff --git a/samples/Graphics/AnimatedModel/AnimatedModel.Windows/AnimatedModel.Windows.csproj b/samples/Graphics/AnimatedModel/AnimatedModel.Windows/AnimatedModel.Windows.csproj index 3c1122dae6..26287cb7db 100644 --- a/samples/Graphics/AnimatedModel/AnimatedModel.Windows/AnimatedModel.Windows.csproj +++ b/samples/Graphics/AnimatedModel/AnimatedModel.Windows/AnimatedModel.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe AnimatedModel @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\AnimatedModel.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/samples/Graphics/CustomEffect/CustomEffect.Game/CustomEffect.Game.csproj b/samples/Graphics/CustomEffect/CustomEffect.Game/CustomEffect.Game.csproj index 76fc424c4c..76d64e5b23 100644 --- a/samples/Graphics/CustomEffect/CustomEffect.Game/CustomEffect.Game.csproj +++ b/samples/Graphics/CustomEffect/CustomEffect.Game/CustomEffect.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 CustomEffect diff --git a/samples/Graphics/CustomEffect/CustomEffect.Windows/CustomEffect.Windows.csproj b/samples/Graphics/CustomEffect/CustomEffect.Windows/CustomEffect.Windows.csproj index ba7b5027b3..41bdd66cc9 100644 --- a/samples/Graphics/CustomEffect/CustomEffect.Windows/CustomEffect.Windows.csproj +++ b/samples/Graphics/CustomEffect/CustomEffect.Windows/CustomEffect.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe CustomEffect @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\CustomEffect.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/samples/Graphics/MaterialShader/MaterialShader.Game/MaterialShader.Game.csproj b/samples/Graphics/MaterialShader/MaterialShader.Game/MaterialShader.Game.csproj index bb39faa629..c5347bba75 100644 --- a/samples/Graphics/MaterialShader/MaterialShader.Game/MaterialShader.Game.csproj +++ b/samples/Graphics/MaterialShader/MaterialShader.Game/MaterialShader.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 MaterialShader diff --git a/samples/Graphics/MaterialShader/MaterialShader.Windows/MaterialShader.Windows.csproj b/samples/Graphics/MaterialShader/MaterialShader.Windows/MaterialShader.Windows.csproj index cb52bc08d4..725d822eec 100644 --- a/samples/Graphics/MaterialShader/MaterialShader.Windows/MaterialShader.Windows.csproj +++ b/samples/Graphics/MaterialShader/MaterialShader.Windows/MaterialShader.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe MaterialShader @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\MaterialShader.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/samples/Graphics/SpriteFonts/SpriteFonts.Game/SpriteFonts.Game.csproj b/samples/Graphics/SpriteFonts/SpriteFonts.Game/SpriteFonts.Game.csproj index 422bc33da7..6cf2ca4ab9 100644 --- a/samples/Graphics/SpriteFonts/SpriteFonts.Game/SpriteFonts.Game.csproj +++ b/samples/Graphics/SpriteFonts/SpriteFonts.Game/SpriteFonts.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 SpriteFonts diff --git a/samples/Graphics/SpriteFonts/SpriteFonts.Windows/SpriteFonts.Windows.csproj b/samples/Graphics/SpriteFonts/SpriteFonts.Windows/SpriteFonts.Windows.csproj index ad50e1d936..0de4c6d192 100644 --- a/samples/Graphics/SpriteFonts/SpriteFonts.Windows/SpriteFonts.Windows.csproj +++ b/samples/Graphics/SpriteFonts/SpriteFonts.Windows/SpriteFonts.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe SpriteFonts @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\SpriteFonts.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Game/SpriteStudioDemo.Game.csproj b/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Game/SpriteStudioDemo.Game.csproj index 3127885cce..d0ec3408f4 100644 --- a/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Game/SpriteStudioDemo.Game.csproj +++ b/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Game/SpriteStudioDemo.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 SpriteStudioDemo diff --git a/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Windows/SpriteStudioDemo.Windows.csproj b/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Windows/SpriteStudioDemo.Windows.csproj index aa06931be6..359a1fe704 100644 --- a/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Windows/SpriteStudioDemo.Windows.csproj +++ b/samples/Graphics/SpriteStudioDemo/SpriteStudioDemo.Windows/SpriteStudioDemo.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe SpriteStudioDemo @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\SpriteStudioDemo.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Input/GravitySensor/GravitySensor.Game/GravitySensor.Game.csproj b/samples/Input/GravitySensor/GravitySensor.Game/GravitySensor.Game.csproj index 9a5ebe7a72..4b42c7fef9 100644 --- a/samples/Input/GravitySensor/GravitySensor.Game/GravitySensor.Game.csproj +++ b/samples/Input/GravitySensor/GravitySensor.Game/GravitySensor.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 GravitySensor diff --git a/samples/Input/GravitySensor/GravitySensor.Windows/GravitySensor.Windows.csproj b/samples/Input/GravitySensor/GravitySensor.Windows/GravitySensor.Windows.csproj index fd6398f863..7cb4fa37df 100644 --- a/samples/Input/GravitySensor/GravitySensor.Windows/GravitySensor.Windows.csproj +++ b/samples/Input/GravitySensor/GravitySensor.Windows/GravitySensor.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe GravitySensor @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\GravitySensor.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Input/TouchInputs/TouchInputs.Game/TouchInputs.Game.csproj b/samples/Input/TouchInputs/TouchInputs.Game/TouchInputs.Game.csproj index 709914cc7f..18372b0eab 100644 --- a/samples/Input/TouchInputs/TouchInputs.Game/TouchInputs.Game.csproj +++ b/samples/Input/TouchInputs/TouchInputs.Game/TouchInputs.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 TouchInputs diff --git a/samples/Input/TouchInputs/TouchInputs.Windows/TouchInputs.Windows.csproj b/samples/Input/TouchInputs/TouchInputs.Windows/TouchInputs.Windows.csproj index 2dae439809..a56e32e635 100644 --- a/samples/Input/TouchInputs/TouchInputs.Windows/TouchInputs.Windows.csproj +++ b/samples/Input/TouchInputs/TouchInputs.Windows/TouchInputs.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe TouchInputs @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\TouchInputs.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Particles/ParticlesSample/ParticlesSample.Game/ParticlesSample.Game.csproj b/samples/Particles/ParticlesSample/ParticlesSample.Game/ParticlesSample.Game.csproj index 31dc57bfb2..a3b3465546 100644 --- a/samples/Particles/ParticlesSample/ParticlesSample.Game/ParticlesSample.Game.csproj +++ b/samples/Particles/ParticlesSample/ParticlesSample.Game/ParticlesSample.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 ParticlesSample true diff --git a/samples/Particles/ParticlesSample/ParticlesSample.Windows/ParticlesSample.Windows.csproj b/samples/Particles/ParticlesSample/ParticlesSample.Windows/ParticlesSample.Windows.csproj index fcf48dc645..42c9e410ba 100644 --- a/samples/Particles/ParticlesSample/ParticlesSample.Windows/ParticlesSample.Windows.csproj +++ b/samples/Particles/ParticlesSample/ParticlesSample.Windows/ParticlesSample.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe ParticlesSample @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\ParticlesSample.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Physics/PhysicsSample/PhysicsSample.Game/PhysicsSample.Game.csproj b/samples/Physics/PhysicsSample/PhysicsSample.Game/PhysicsSample.Game.csproj index 14ff9ab661..dde154743a 100644 --- a/samples/Physics/PhysicsSample/PhysicsSample.Game/PhysicsSample.Game.csproj +++ b/samples/Physics/PhysicsSample/PhysicsSample.Game/PhysicsSample.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 PhysicsSample diff --git a/samples/Physics/PhysicsSample/PhysicsSample.Windows/PhysicsSample.Windows.csproj b/samples/Physics/PhysicsSample/PhysicsSample.Windows/PhysicsSample.Windows.csproj index b4312b0468..9b7ffef2d0 100644 --- a/samples/Physics/PhysicsSample/PhysicsSample.Windows/PhysicsSample.Windows.csproj +++ b/samples/Physics/PhysicsSample/PhysicsSample.Windows/PhysicsSample.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe PhysicsSample @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\PhysicsSample.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Game/FirstPersonShooter.Game.csproj b/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Game/FirstPersonShooter.Game.csproj index 08346aa04d..c4defbbe00 100644 --- a/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Game/FirstPersonShooter.Game.csproj +++ b/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Game/FirstPersonShooter.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 FirstPersonShooter diff --git a/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Windows/FirstPersonShooter.Windows.csproj b/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Windows/FirstPersonShooter.Windows.csproj index 4e7a73e37f..91c889c2d4 100644 --- a/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Windows/FirstPersonShooter.Windows.csproj +++ b/samples/Templates/FirstPersonShooter/FirstPersonShooter/FirstPersonShooter.Windows/FirstPersonShooter.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe FirstPersonShooter @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\FirstPersonShooter.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Templates/Packs/MaterialPackage/MaterialPackage.csproj b/samples/Templates/Packs/MaterialPackage/MaterialPackage.csproj index 4670282eed..71dc80c8d1 100644 --- a/samples/Templates/Packs/MaterialPackage/MaterialPackage.csproj +++ b/samples/Templates/Packs/MaterialPackage/MaterialPackage.csproj @@ -1,6 +1,6 @@  - net8.0 + net8.0 diff --git a/samples/Templates/Packs/PrototypingBlocks/PrototypingBlocks.csproj b/samples/Templates/Packs/PrototypingBlocks/PrototypingBlocks.csproj index 11d181ab3d..60b8a9d62b 100644 --- a/samples/Templates/Packs/PrototypingBlocks/PrototypingBlocks.csproj +++ b/samples/Templates/Packs/PrototypingBlocks/PrototypingBlocks.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 diff --git a/samples/Templates/Packs/SamplesAssetPackage/SamplesAssetPackage.csproj b/samples/Templates/Packs/SamplesAssetPackage/SamplesAssetPackage.csproj index df57d9df36..2ebbb85c29 100644 --- a/samples/Templates/Packs/SamplesAssetPackage/SamplesAssetPackage.csproj +++ b/samples/Templates/Packs/SamplesAssetPackage/SamplesAssetPackage.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 diff --git a/samples/Templates/Packs/VFXPackage/VFXPackage.csproj b/samples/Templates/Packs/VFXPackage/VFXPackage.csproj index 6196197b80..69d02f9497 100644 --- a/samples/Templates/Packs/VFXPackage/VFXPackage.csproj +++ b/samples/Templates/Packs/VFXPackage/VFXPackage.csproj @@ -1,6 +1,6 @@  - net8.0 + net8.0 diff --git a/samples/Templates/Packs/mannequinModel/mannequinModel.csproj b/samples/Templates/Packs/mannequinModel/mannequinModel.csproj index df57d9df36..2ebbb85c29 100644 --- a/samples/Templates/Packs/mannequinModel/mannequinModel.csproj +++ b/samples/Templates/Packs/mannequinModel/mannequinModel.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 diff --git a/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Game/ThirdPersonPlatformer.Game.csproj b/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Game/ThirdPersonPlatformer.Game.csproj index 512b9f26e7..5bff64deb4 100644 --- a/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Game/ThirdPersonPlatformer.Game.csproj +++ b/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Game/ThirdPersonPlatformer.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 ThirdPersonPlatformer diff --git a/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Windows/ThirdPersonPlatformer.Windows.csproj b/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Windows/ThirdPersonPlatformer.Windows.csproj index 97a22cd1e5..87419f3b05 100644 --- a/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Windows/ThirdPersonPlatformer.Windows.csproj +++ b/samples/Templates/ThirdPersonPlatformer/ThirdPersonPlatformer/ThirdPersonPlatformer.Windows/ThirdPersonPlatformer.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe ThirdPersonPlatformer @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\ThirdPersonPlatformer.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Game/TopDownRPG.Game.csproj b/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Game/TopDownRPG.Game.csproj index 4396fe047f..4a510e631b 100644 --- a/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Game/TopDownRPG.Game.csproj +++ b/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Game/TopDownRPG.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 TopDownRPG diff --git a/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Windows/TopDownRPG.Windows.csproj b/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Windows/TopDownRPG.Windows.csproj index 614358be90..28ddebc8aa 100644 --- a/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Windows/TopDownRPG.Windows.csproj +++ b/samples/Templates/TopDownRPG/TopDownRPG/TopDownRPG.Windows/TopDownRPG.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe TopDownRPG @@ -11,48 +11,6 @@ $(MSBuildThisFileDirectory)..\TopDownRPG.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true diff --git a/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Game/VRSandbox.Game.csproj b/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Game/VRSandbox.Game.csproj index 0ee5a663e3..2fa3ccf9da 100644 --- a/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Game/VRSandbox.Game.csproj +++ b/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Game/VRSandbox.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 VRSandbox diff --git a/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Windows/VRSandbox.Windows.csproj b/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Windows/VRSandbox.Windows.csproj index 456f71b805..8a2aee12a9 100644 --- a/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Windows/VRSandbox.Windows.csproj +++ b/samples/Templates/VRSandbox/VRSandbox/VRSandbox.Windows/VRSandbox.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe VRSandbox @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\VRSandbox.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Game/CSharpBeginner.Game.csproj b/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Game/CSharpBeginner.Game.csproj index c6d2a8b96d..35ccb1f009 100644 --- a/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Game/CSharpBeginner.Game.csproj +++ b/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Game/CSharpBeginner.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 CSharpBeginner diff --git a/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Windows/CSharpBeginner.Windows.csproj b/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Windows/CSharpBeginner.Windows.csproj index 3bf976e560..97a8a9ae63 100644 --- a/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Windows/CSharpBeginner.Windows.csproj +++ b/samples/Tutorials/CSharpBeginner/CSharpBeginner/CSharpBeginner.Windows/CSharpBeginner.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe CSharpBeginner.Windows diff --git a/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Game/CSharpIntermediate.Game.csproj b/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Game/CSharpIntermediate.Game.csproj index ebca0f2b48..f30d0339d8 100644 --- a/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Game/CSharpIntermediate.Game.csproj +++ b/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Game/CSharpIntermediate.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 CSharpIntermediate diff --git a/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Windows/CSharpIntermediate.Windows.csproj b/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Windows/CSharpIntermediate.Windows.csproj index ff1add1122..48455dd4ab 100644 --- a/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Windows/CSharpIntermediate.Windows.csproj +++ b/samples/Tutorials/CSharpIntermediate/CSharpIntermediate/CSharpIntermediate.Windows/CSharpIntermediate.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe CSharpIntermediate.Windows diff --git a/samples/UI/GameMenu/GameMenu.Game/GameMenu.Game.csproj b/samples/UI/GameMenu/GameMenu.Game/GameMenu.Game.csproj index 47f960f0a7..628d33132a 100644 --- a/samples/UI/GameMenu/GameMenu.Game/GameMenu.Game.csproj +++ b/samples/UI/GameMenu/GameMenu.Game/GameMenu.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 GameMenu diff --git a/samples/UI/GameMenu/GameMenu.Windows/GameMenu.Windows.csproj b/samples/UI/GameMenu/GameMenu.Windows/GameMenu.Windows.csproj index 098c1455de..4b7c24d99f 100644 --- a/samples/UI/GameMenu/GameMenu.Windows/GameMenu.Windows.csproj +++ b/samples/UI/GameMenu/GameMenu.Windows/GameMenu.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe GameMenu @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\GameMenu.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/samples/UI/UIElementLink/UIElementLink.Game/UIElementLink.Game.csproj b/samples/UI/UIElementLink/UIElementLink.Game/UIElementLink.Game.csproj index 8c006c1712..c8eb51a644 100644 --- a/samples/UI/UIElementLink/UIElementLink.Game/UIElementLink.Game.csproj +++ b/samples/UI/UIElementLink/UIElementLink.Game/UIElementLink.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 UIElementLink diff --git a/samples/UI/UIElementLink/UIElementLink.Windows/UIElementLink.Windows.csproj b/samples/UI/UIElementLink/UIElementLink.Windows/UIElementLink.Windows.csproj index 8cef0be33a..3088dd6ae3 100644 --- a/samples/UI/UIElementLink/UIElementLink.Windows/UIElementLink.Windows.csproj +++ b/samples/UI/UIElementLink/UIElementLink.Windows/UIElementLink.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe UIElementLink @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\UIElementLink.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/samples/UI/UIParticles/UIParticles.Game/UIParticles.Game.csproj b/samples/UI/UIParticles/UIParticles.Game/UIParticles.Game.csproj index f4eacc3957..f448a4f2a1 100644 --- a/samples/UI/UIParticles/UIParticles.Game/UIParticles.Game.csproj +++ b/samples/UI/UIParticles/UIParticles.Game/UIParticles.Game.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0 UIParticles diff --git a/samples/UI/UIParticles/UIParticles.Windows/UIParticles.Windows.csproj b/samples/UI/UIParticles/UIParticles.Windows/UIParticles.Windows.csproj index 54ae376460..d8029c84e4 100644 --- a/samples/UI/UIParticles/UIParticles.Windows/UIParticles.Windows.csproj +++ b/samples/UI/UIParticles/UIParticles.Windows/UIParticles.Windows.csproj @@ -1,6 +1,6 @@ - net8.0-windows7.0 + net8.0-windows Resources\GameIcon.ico WinExe UIParticles @@ -11,49 +11,7 @@ $(MSBuildThisFileDirectory)..\UIParticles.sdpkg Executable Windows - Windows - - - true - full - false - DEBUG;TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Debug\ - obj\Windows\Debug\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Release\ - obj\Windows\Release\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\Testing\ - obj\Windows\Testing\ - prompt - 4 - true - - - pdbonly - true - TRACE;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP - ..\Bin\Windows\AppStore\ - obj\Windows\AppStore\ - prompt - 4 - true - + diff --git a/sources/engine/Stride.Assets/StrideConfig.cs b/sources/engine/Stride.Assets/StrideConfig.cs index f7c1452147..3facc0b65e 100644 --- a/sources/engine/Stride.Assets/StrideConfig.cs +++ b/sources/engine/Stride.Assets/StrideConfig.cs @@ -84,7 +84,6 @@ internal static void RegisterSolutionPlatforms() IncludeInSolution = false, }; - uwpPlatform.DefineConstants.Add("STRIDE_PLATFORM_WINDOWS"); uwpPlatform.DefineConstants.Add("STRIDE_PLATFORM_UWP"); uwpPlatform.Configurations.Add(new SolutionConfiguration("Testing")); uwpPlatform.Configurations.Add(new SolutionConfiguration("AppStore")); diff --git a/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.Android.csproj b/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.Android.csproj index 49b18033eb..3cef6b9cb0 100644 --- a/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.Android.csproj +++ b/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.Android.csproj @@ -26,7 +26,6 @@ * Android - Android {637e7e88-bc09-4ddd-95eb-00114fd32e5e} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.iOS.csproj b/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.iOS.csproj index 95920ff9ff..f08e47339d 100644 --- a/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.iOS.csproj +++ b/sources/engine/Stride.Audio.Tests/Stride.Audio.Tests.iOS.csproj @@ -16,7 +16,6 @@ StrideAudioTests * iOS - iOS {637e7e88-bc09-4ddd-95eb-00114fd32e5e} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.Android.csproj b/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.Android.csproj index 618c82a189..18ca086de9 100644 --- a/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.Android.csproj +++ b/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.Android.csproj @@ -26,7 +26,6 @@ obj\ Android - Android {c6c57562-42df-42ad-be2d-8d5889211366} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.iOS.csproj b/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.iOS.csproj index 9c5992c2d6..55cb2bb08a 100644 --- a/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.iOS.csproj +++ b/sources/engine/Stride.Engine.Tests/Stride.Engine.Tests.iOS.csproj @@ -16,7 +16,6 @@ StrideEngineTests obj\ iOS - iOS {c6c57562-42df-42ad-be2d-8d5889211366} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Input.Tests/Stride.Input.Tests.Android.csproj b/sources/engine/Stride.Input.Tests/Stride.Input.Tests.Android.csproj index f31d9b2bfc..0f4cda986b 100644 --- a/sources/engine/Stride.Input.Tests/Stride.Input.Tests.Android.csproj +++ b/sources/engine/Stride.Input.Tests/Stride.Input.Tests.Android.csproj @@ -26,7 +26,6 @@ obj\ Android - Android {6d251236-da95-409a-8f4b-7d42ae1fd32c} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Input.Tests/Stride.Input.Tests.iOS.csproj b/sources/engine/Stride.Input.Tests/Stride.Input.Tests.iOS.csproj index 74699fdf9d..d621f2a949 100644 --- a/sources/engine/Stride.Input.Tests/Stride.Input.Tests.iOS.csproj +++ b/sources/engine/Stride.Input.Tests/Stride.Input.Tests.iOS.csproj @@ -16,7 +16,6 @@ StrideInputTests obj\ iOS - iOS {6d251236-da95-409a-8f4b-7d42ae1fd32c} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.Android.csproj b/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.Android.csproj index aca9ccb1d6..000e43d315 100644 --- a/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.Android.csproj +++ b/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.Android.csproj @@ -26,7 +26,6 @@ obj\ Android - Android {6d251236-da95-409a-8f4b-7d42ae1fd32c} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.iOS.csproj b/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.iOS.csproj index 8b5302f917..db51fee7c2 100644 --- a/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.iOS.csproj +++ b/sources/engine/Stride.Particles.Tests/Stride.Particles.Tests.iOS.csproj @@ -16,7 +16,6 @@ StrideParticlesTests obj\ iOS - iOS {6d251236-da95-409a-8f4b-7d42ae1fd32c} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.Android.csproj b/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.Android.csproj index 6a5779ec8c..dc45a50758 100644 --- a/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.Android.csproj +++ b/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.Android.csproj @@ -25,7 +25,6 @@ Android - Android {6d251236-da95-409a-8f4b-7d42ae1fd32c} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.iOS.csproj b/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.iOS.csproj index 8cdd5b7fd4..cd8dc77656 100644 --- a/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.iOS.csproj +++ b/sources/engine/Stride.Physics.Tests/Stride.Physics.Tests.iOS.csproj @@ -15,7 +15,6 @@ Stride.Physics.Tests StridePhysicsTests iOS - iOS {6d251236-da95-409a-8f4b-7d42ae1fd32c} OpenGLES Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/engine/Stride.UI.Tests/Stride.UI.Tests.Android.csproj b/sources/engine/Stride.UI.Tests/Stride.UI.Tests.Android.csproj index 875f2ff124..04f61dc6c8 100644 --- a/sources/engine/Stride.UI.Tests/Stride.UI.Tests.Android.csproj +++ b/sources/engine/Stride.UI.Tests/Stride.UI.Tests.Android.csproj @@ -24,7 +24,6 @@ * Android - Android {b18707e8-1d26-49fc-9911-3834506d8149} true diff --git a/sources/engine/Stride.UI.Tests/Stride.UI.Tests.iOS.csproj b/sources/engine/Stride.UI.Tests/Stride.UI.Tests.iOS.csproj index 7644079358..e083c3fe94 100644 --- a/sources/engine/Stride.UI.Tests/Stride.UI.Tests.iOS.csproj +++ b/sources/engine/Stride.UI.Tests/Stride.UI.Tests.iOS.csproj @@ -14,7 +14,6 @@ StrideUITests * iOS - iOS {b18707e8-1d26-49fc-9911-3834506d8149} true diff --git a/sources/launcher/Stride.Launcher/Properties/PublishProfiles/FolderProfile.pubxml b/sources/launcher/Stride.Launcher/Properties/PublishProfiles/FolderProfile.pubxml index 9560a92708..051fca4180 100644 --- a/sources/launcher/Stride.Launcher/Properties/PublishProfiles/FolderProfile.pubxml +++ b/sources/launcher/Stride.Launcher/Properties/PublishProfiles/FolderProfile.pubxml @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Any CPU bin\Release\publish\ FileSystem - net8.0-windows7.0 + net8.0-windows true win-x64 true diff --git a/sources/launcher/Stride.Launcher/Stride.Launcher.csproj b/sources/launcher/Stride.Launcher/Stride.Launcher.csproj index d8d7cf5ecf..a73286f0eb 100644 --- a/sources/launcher/Stride.Launcher/Stride.Launcher.csproj +++ b/sources/launcher/Stride.Launcher/Stride.Launcher.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows7.0 + net8.0-windows win-x64 false false diff --git a/sources/targets/Stride.Core.TargetFrameworks.Editor.props b/sources/targets/Stride.Core.TargetFrameworks.Editor.props index 68b421248e..dc0af0553c 100644 --- a/sources/targets/Stride.Core.TargetFrameworks.Editor.props +++ b/sources/targets/Stride.Core.TargetFrameworks.Editor.props @@ -2,7 +2,7 @@ - net8.0-windows7.0 + net8.0-windows net8.0 diff --git a/sources/targets/Stride.Core.props b/sources/targets/Stride.Core.props index 5b7b592072..b064007de8 100644 --- a/sources/targets/Stride.Core.props +++ b/sources/targets/Stride.Core.props @@ -8,7 +8,7 @@ net8.0 - net8.0-windows7.0 + net8.0-windows net8.0-android net8.0-ios uap10.0.16299 @@ -41,7 +41,7 @@ Settings StridePlatform specific --> - STRIDE_PLATFORM_DESKTOP;STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_WINDOWS_DESKTOP + STRIDE_PLATFORM_DESKTOP Windows @@ -61,7 +61,7 @@ true net8.0 - $(StrideRuntimeTargetFrameworks);net8.0-windows7.0 + $(StrideRuntimeTargetFrameworks);net8.0-windows $(StrideRuntimeTargetFrameworks);uap10.0.16299 $(StrideRuntimeTargetFrameworks);net8.0-android $(StrideRuntimeTargetFrameworks);net8.0-ios @@ -146,7 +146,7 @@ x86 - STRIDE_PLATFORM_WINDOWS;STRIDE_PLATFORM_UWP + STRIDE_PLATFORM_UWP 6.2.12 $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) 10.0.16299.0 diff --git a/sources/tools/Stride.ProjectGenerator/Templates/Stride.UnitTests/$ProjectName$.csproj.t4 b/sources/tools/Stride.ProjectGenerator/Templates/Stride.UnitTests/$ProjectName$.csproj.t4 index 5a343bf05e..27bd79d050 100644 --- a/sources/tools/Stride.ProjectGenerator/Templates/Stride.UnitTests/$ProjectName$.csproj.t4 +++ b/sources/tools/Stride.ProjectGenerator/Templates/Stride.UnitTests/$ProjectName$.csproj.t4 @@ -43,7 +43,6 @@ var needSigning = true; <#= Properties.Namespace #> * <#= curPlatform #> - $(StridePlatform) <#= curPlatform.GetDefaultGraphicsPlatform() #> Tests\$(StrideGraphicsApi)\$(AssemblyName) diff --git a/sources/tools/Stride.VisualStudio.Commands.Interfaces/Stride.VisualStudio.Commands.Interfaces.csproj b/sources/tools/Stride.VisualStudio.Commands.Interfaces/Stride.VisualStudio.Commands.Interfaces.csproj index 57d1ef139d..7c4b632bda 100644 --- a/sources/tools/Stride.VisualStudio.Commands.Interfaces/Stride.VisualStudio.Commands.Interfaces.csproj +++ b/sources/tools/Stride.VisualStudio.Commands.Interfaces/Stride.VisualStudio.Commands.Interfaces.csproj @@ -2,7 +2,7 @@ - net8.0-windows7.0;net472 + net8.0-windows;net472 Stride.VisualStudio.Commands diff --git a/sources/tools/Stride.VisualStudio.Package/Commands/StrideCommandsProxy.cs b/sources/tools/Stride.VisualStudio.Package/Commands/StrideCommandsProxy.cs index 310190ddb6..5ce4fbfea1 100644 --- a/sources/tools/Stride.VisualStudio.Package/Commands/StrideCommandsProxy.cs +++ b/sources/tools/Stride.VisualStudio.Package/Commands/StrideCommandsProxy.cs @@ -178,7 +178,7 @@ internal static async Task FindStrideSdkDir(string solution, string { // Try both net8.0 and net472 var success = false; - foreach (var folder in new[] { "net8.0-windows7.0", "net472" }) + foreach (var folder in new[] { "net8.0-windows", "net472" }) { var logger = new Logger(); var solutionRoot = Path.GetDirectoryName(solution);