From ea0067173fa6afc7856292a18e014a93610acdcf Mon Sep 17 00:00:00 2001 From: Nikos Kastellanos Date: Sun, 12 May 2024 18:01:37 +0300 Subject: [PATCH] Ver3.12.9001 (#1562) * Projects ver3.12.9001 * Packages ver3.12.9001 * Templates ver3.12.9001 * Changelog ver3.12.9001 * Migrate ver3.12.9001 --- BuildNuget.bat | 10 +- CHANGELOG.md | 46 +++++++++ Documentation/articles/migrate_381.md | 27 ++--- Documentation/articles/migrate_3_11.md | 72 ++++++++++++++ Installers/default.build | 2 +- .../MonoGame.Framework.Android.csproj | 4 +- .../MonoGame.Framework.DesktopGL.csproj | 4 +- .../MonoGame.Framework.WindowsDX.csproj | 4 +- ...MonoGame.Framework.WindowsUniversal.csproj | 4 +- .../MonoGame.Framework.iOS.csproj | 4 +- MonoGame.Framework/Properties/AssemblyInfo.cs | 4 +- .../XNA.Framework.Android.csproj | 4 +- .../XNA.Framework.Blazor.csproj | 4 +- .../XNA.Framework.Cardboard.csproj | 4 +- .../XNA.Framework.DesktopGL.csproj | 4 +- .../XNA.Framework.Oculus.OvrDX11.csproj | 4 +- MonoGame.Framework/XNA.Framework.Ref.csproj | 4 +- .../XNA.Framework.WindowsDX11.csproj | 4 +- MonoGame.Framework/XNA.Framework.iOS.csproj | 4 +- NuGetPackages/RegisterLocalNuget.bat | 98 ++++++++++--------- .../Android.Xamarin/Application.csproj | 18 ++-- .../ContentPipelineExtension.csproj | 14 +-- .../DesktopGL.NetFramework/Application.csproj | 18 ++-- .../Android/Application.csproj | 18 ++-- .../DesktopGL/Application.csproj | 18 ++-- .../UWPCore/Application.csproj | 18 ++-- .../UWPXaml/Application.csproj | 18 ++-- .../WindowsDX/Application.csproj | 18 ++-- .../UWPCore.UAP/Application.csproj | 18 ++-- .../UWPXaml.UAP/Application.csproj | 18 ++-- .../WindowsDX.NetFramework/Application.csproj | 18 ++-- .../iOS.Xamarin/Application.csproj | 18 ++-- .../Android.NetCore/Application.csproj | 18 ++-- .../Android.Xamarin/Application.csproj | 18 ++-- .../BlazorGL.NetCore/Application.csproj | 18 ++-- .../ContentPipelineExtension.csproj | 14 +-- .../ContentPipelineExtension.csproj | 14 +-- .../DesktopGL.NetCore/Application.csproj | 18 ++-- .../DesktopGL.NetFramework/Application.csproj | 18 ++-- .../Android/Application.csproj | 18 ++-- .../BlazorGL/Application.csproj | 18 ++-- .../DesktopGL/Application.csproj | 18 ++-- .../WindowsDX/Application.csproj | 18 ++-- .../Android/Application.csproj | 18 ++-- .../DesktopGL/Application.csproj | 18 ++-- .../UWPCore/Application.csproj | 18 ++-- .../UWPXaml/Application.csproj | 18 ++-- .../WindowsDX/Application.csproj | 18 ++-- .../UWPCore.UAP/Application.csproj | 18 ++-- .../UWPXaml.UAP/Application.csproj | 18 ++-- .../WindowsDX.NetCore/Application.csproj | 18 ++-- .../WindowsDX.NetFramework/Application.csproj | 18 ++-- .../iOS.NetCore/Application.csproj | 18 ++-- .../iOS.Xamarin/Application.csproj | 18 ++-- .../Content.Pipeline.Editor.net8.csproj | 4 +- .../Properties/AssemblyInfo.cs | 4 +- Tools/EffectCompiler/EffectCompiler.csproj | 4 +- .../EffectCompiler/Properties/AssemblyInfo.cs | 4 +- .../MGCB.Windows.9K.csproj | 4 +- .../Properties/AssemblyInfo.cs | 4 +- default.build | 2 +- .../Xna.Framework.Audio.csproj | 4 +- ...NA.Framework.Content.Pipeline.Audio.csproj | 4 +- ...ent.Pipeline.Graphics.MojoProcessor.csproj | 4 +- ...Framework.Content.Pipeline.Graphics.csproj | 4 +- ...NA.Framework.Content.Pipeline.Media.csproj | 4 +- .../Properties/AssemblyInfo.net4.cs | 4 +- .../XNA.Framework.Content.Pipeline.csproj | 4 +- .../Xna.Framework.Content.csproj | 4 +- .../Xna.Framework.Design.csproj | 4 +- .../Xna.Framework.Game.csproj | 4 +- .../Xna.Framework.Graphics.csproj | 4 +- .../Xna.Framework.Input.csproj | 4 +- .../XNA.Framework.Media.csproj | 4 +- src/Xna.Framework/Xna.Framework.csproj | 4 +- 75 files changed, 558 insertions(+), 435 deletions(-) create mode 100644 Documentation/articles/migrate_3_11.md diff --git a/BuildNuget.bat b/BuildNuget.bat index 55713d0fa0d..4b84c1d89cb 100644 --- a/BuildNuget.bat +++ b/BuildNuget.bat @@ -12,12 +12,12 @@ dotnet pack src\Xna.Framework.Content.Pipeline.Audio\Xna.Framework.Content.Pipel dotnet pack src\Xna.Framework.Content.Pipeline.Graphics\Xna.Framework.Content.Pipeline.Graphics.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release dotnet pack src\Xna.Framework.Content.Pipeline.Media\Xna.Framework.Content.Pipeline.Media.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release -"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/Content.Pipeline.Builder.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.11.9002 -Properties Configuration=Release -"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/Content.Pipeline.Builder.Windows.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.11.9002 -Properties Configuration=Release +"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/Content.Pipeline.Builder.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.12.9001 -Properties Configuration=Release +"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/Content.Pipeline.Builder.Windows.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.12.9001 -Properties Configuration=Release -"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.Android.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.11.9002.0 -Properties Configuration=Release -"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.iOS.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.11.9002.0 -Properties Configuration=Release -"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.WindowsUniversal.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.11.9002.0 -Properties Configuration=Release +"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.Android.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.12.9001.0 -Properties Configuration=Release +"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.iOS.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.12.9001.0 -Properties Configuration=Release +"C:\Program Files (x86)\NuGet3\nuget.exe" pack NuGetPackages/MonoGame.Framework.WindowsUniversal.nuspec -OutputDirectory NuGetPackages\Output\ -BasePath . -Version 3.12.9001.1 -Properties Configuration=Release dotnet pack MonoGame.Framework\Xna.Framework.WindowsDX11.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release dotnet pack MonoGame.Framework\Xna.Framework.DesktopGL.csproj --output NuGetPackages\Output\ /t:Build /p:Configuration=Release diff --git a/CHANGELOG.md b/CHANGELOG.md index d74afc89501..f2ca449eba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog +## 3.12.9001 Release - May 12, 2024 + +### Fixed + - fix FBX GlobalSettings transforms #1310, #1545. + - fix ContentCompiler.Compile(...) #1320. + - fix psShader error message #1333. + - fix TitleContainer.Current comments #1339. + - [Android] fix Android Game Initialization #1446, #1551. + - [UAP] fix UAP Game Initialization #1452. + - [iOS] fix iOS Game Initialization #1487. + - allow the Game loop to run without a GraphicsDeviceManager #1453, #1467. + - fix XAudio ADPCM fallback #1508. + - fix ProcessMesh() channel mapping to VertexElement #1538. + - fix ExternalReferenceWriter GetRuntimeReader(...) #1540. + - ModelProcessor default ColorKeyColor #1542. + - set MaterialProcessor Parameter default values #1546, #1547. + - Fixed resolve Type bug due to splitting out to different assemblies #1534, #1552. + +### Performance + - skip XNB compression for uncompressed files #1321, #1334. + - compact sizeof GamePadCapabilities #1430. + - compact sizeof JoystickHat #1471. + - optimize BufferPool array allocation #1526, #1527. + - optimize ProcessMesh #1537. + +### Changed + - [Content.Pipeline] upgrade Assimp to v5.2.4 #1305. + - renamed HandState.GetHandTransform(int handIndex) parameter #1312. + - allow Shader Model 2_0 and 3_0 on DirectX targets #1333. + - Game.ResetElapsedTime() is no longer virtual #1439. + - GameTime properties are now readonly/protected. #1443. + - The library MonoGame.Framework is split into Xna.Framework.Input, and Xna.Framework.Game #1517, #1518. + +### Added + - GameWindow keyboard events are now visible in all platforms #1317, #1323. + - fx macro __KNIFX__. + - protected GameWindow.OnClientSizeChanged() (XNA API compatibility) #1486. + - ModelProcessor.GenerateNormals #1543. + +### Removed + - TouchPanelState class #1337. + - TouchPanel.GetState(GameWindow) #1337. + - Removed Cardboard Xamarin target #1507, #1548. + - Removed obsolete PlatformInfo, GraphicsBackend, PlatformInfo #1519. + - protected ContentManager.LoadedAssets property #1523. + ## 3.11.9002 Release - March 09, 2024 ### Fixed diff --git a/Documentation/articles/migrate_381.md b/Documentation/articles/migrate_381.md index 8aad52c778a..6ebb792cf54 100644 --- a/Documentation/articles/migrate_381.md +++ b/Documentation/articles/migrate_381.md @@ -12,12 +12,14 @@ Edit your .csproj file of the main project and replace: to: ```xml - - - - - - + + + + + + + + ``` where {Platform} is Windows, DesktopGL, Android, etc. @@ -31,12 +33,13 @@ For libraries, edit your .csproj file and replace: to: ```xml - - - - - - + + + + + + + ``` ### Migrating Framework (Android) diff --git a/Documentation/articles/migrate_3_11.md b/Documentation/articles/migrate_3_11.md new file mode 100644 index 00000000000..a38a4a1dd1a --- /dev/null +++ b/Documentation/articles/migrate_3_11.md @@ -0,0 +1,72 @@ +# Migrating from 3.11 to 3.12 + + +## Migrating Framework + +Edit your .csproj file and replace: + +```xml + + + + + + +``` + +to: + +```xml + + + + + + + + +``` + +For libraries, edit your .csproj file and replace: + +```xml + + + + + + +``` + +to: + +```xml + + + + + + + +``` + +## Migrating Content Builder + +Edit your .csproj file and replace: + +```xml + + + +``` + +to: + +```xml + + + +``` + +if your importers require Windows libraries (WinForms,WPF), use the 'nkast.Xna.Framework.Content.Pipeline.Builder.Windows' package. + diff --git a/Installers/default.build b/Installers/default.build index 2154d9501ef..4953a4925f6 100644 --- a/Installers/default.build +++ b/Installers/default.build @@ -4,7 +4,7 @@ - + diff --git a/MonoGame.Framework/MonoGame.Framework.Android.csproj b/MonoGame.Framework/MonoGame.Framework.Android.csproj index 617795f4755..d2ffc363522 100644 --- a/MonoGame.Framework/MonoGame.Framework.Android.csproj +++ b/MonoGame.Framework/MonoGame.Framework.Android.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\Android True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/MonoGame.Framework.DesktopGL.csproj b/MonoGame.Framework/MonoGame.Framework.DesktopGL.csproj index f88f022ac92..1b753689997 100644 --- a/MonoGame.Framework/MonoGame.Framework.DesktopGL.csproj +++ b/MonoGame.Framework/MonoGame.Framework.DesktopGL.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\DesktopGL True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/MonoGame.Framework.WindowsDX.csproj b/MonoGame.Framework/MonoGame.Framework.WindowsDX.csproj index 03ad0212dfd..838f03ec227 100644 --- a/MonoGame.Framework/MonoGame.Framework.WindowsDX.csproj +++ b/MonoGame.Framework/MonoGame.Framework.WindowsDX.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\WindowsDX True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/MonoGame.Framework.WindowsUniversal.csproj b/MonoGame.Framework/MonoGame.Framework.WindowsUniversal.csproj index 63550c0505c..d5a714c2233 100644 --- a/MonoGame.Framework/MonoGame.Framework.WindowsUniversal.csproj +++ b/MonoGame.Framework/MonoGame.Framework.WindowsUniversal.csproj @@ -4,8 +4,8 @@ ..\Artifacts\MonoGame.Framework\WindowsUniversal - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/MonoGame.Framework.iOS.csproj b/MonoGame.Framework/MonoGame.Framework.iOS.csproj index 3ef0ba12b8d..6a278e1af9b 100644 --- a/MonoGame.Framework/MonoGame.Framework.iOS.csproj +++ b/MonoGame.Framework/MonoGame.Framework.iOS.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\iOS True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/Properties/AssemblyInfo.cs b/MonoGame.Framework/Properties/AssemblyInfo.cs index 1c7aad1fabb..89fc0ddf9e2 100644 --- a/MonoGame.Framework/Properties/AssemblyInfo.cs +++ b/MonoGame.Framework/Properties/AssemblyInfo.cs @@ -38,5 +38,5 @@ // Version information for the assembly which is automatically // set by our automated build process. -[assembly: AssemblyVersion("3.11.9002.0")] -[assembly: AssemblyFileVersion("3.11.9002.0")] +[assembly: AssemblyVersion("3.12.9001.0")] +[assembly: AssemblyFileVersion("3.12.9001.0")] diff --git a/MonoGame.Framework/XNA.Framework.Android.csproj b/MonoGame.Framework/XNA.Framework.Android.csproj index 066ba68a69c..8e6d7901a21 100644 --- a/MonoGame.Framework/XNA.Framework.Android.csproj +++ b/MonoGame.Framework/XNA.Framework.Android.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\Android True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/XNA.Framework.Blazor.csproj b/MonoGame.Framework/XNA.Framework.Blazor.csproj index a46ba9df2a8..76b107de43d 100644 --- a/MonoGame.Framework/XNA.Framework.Blazor.csproj +++ b/MonoGame.Framework/XNA.Framework.Blazor.csproj @@ -6,8 +6,8 @@ BLAZORGL;STBSHARP_INTERNAL - 3.11.9003.0 - 3.11.9003.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/XNA.Framework.Cardboard.csproj b/MonoGame.Framework/XNA.Framework.Cardboard.csproj index beb892ab57b..c8c669573d5 100644 --- a/MonoGame.Framework/XNA.Framework.Cardboard.csproj +++ b/MonoGame.Framework/XNA.Framework.Cardboard.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\Cardboard True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/XNA.Framework.DesktopGL.csproj b/MonoGame.Framework/XNA.Framework.DesktopGL.csproj index 75283e008fc..8ea5ad16cab 100644 --- a/MonoGame.Framework/XNA.Framework.DesktopGL.csproj +++ b/MonoGame.Framework/XNA.Framework.DesktopGL.csproj @@ -2,8 +2,8 @@ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/XNA.Framework.Oculus.OvrDX11.csproj b/MonoGame.Framework/XNA.Framework.Oculus.OvrDX11.csproj index 36ddb67a6ae..1eeb339e65f 100644 --- a/MonoGame.Framework/XNA.Framework.Oculus.OvrDX11.csproj +++ b/MonoGame.Framework/XNA.Framework.Oculus.OvrDX11.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\OculusOvrDX11 True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/XNA.Framework.Ref.csproj b/MonoGame.Framework/XNA.Framework.Ref.csproj index 11bfcf9c21c..efc4116d30c 100644 --- a/MonoGame.Framework/XNA.Framework.Ref.csproj +++ b/MonoGame.Framework/XNA.Framework.Ref.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\Ref True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/XNA.Framework.WindowsDX11.csproj b/MonoGame.Framework/XNA.Framework.WindowsDX11.csproj index 5f6780a0d6d..f9fa1ea72e7 100644 --- a/MonoGame.Framework/XNA.Framework.WindowsDX11.csproj +++ b/MonoGame.Framework/XNA.Framework.WindowsDX11.csproj @@ -2,8 +2,8 @@ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/MonoGame.Framework/XNA.Framework.iOS.csproj b/MonoGame.Framework/XNA.Framework.iOS.csproj index 714caac403f..aa84cea19c4 100644 --- a/MonoGame.Framework/XNA.Framework.iOS.csproj +++ b/MonoGame.Framework/XNA.Framework.iOS.csproj @@ -5,8 +5,8 @@ ..\Artifacts\MonoGame.Framework\iOS True - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/NuGetPackages/RegisterLocalNuget.bat b/NuGetPackages/RegisterLocalNuget.bat index f972b56c282..4a79db1b808 100644 --- a/NuGetPackages/RegisterLocalNuget.bat +++ b/NuGetPackages/RegisterLocalNuget.bat @@ -1,53 +1,55 @@ set username=username -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Design 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Audio 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Graphics 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Media 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Ref 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive - -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Audio 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Graphics 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Media 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive - -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Builder 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Builder.Windows 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive - -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Blazor 3.11.9003 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.WindowsDX.9000 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.WindowsUniversal.9000 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.DesktopGL.9000 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive -"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.Android.9000 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive - -"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Oculus.OvrDX11 3.11.9002 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive - - -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Design.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Audio.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Graphics.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Media.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Ref.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" - -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Audio.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Graphics.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Media.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" - -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Builder.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Builder.Windows.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" - -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Blazor.3.11.9003.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.WindowsDX.9000.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.WindowsUniversal.9000.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.DesktopGL.9000.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" -"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.Android.9000.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" - -"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Oculus.OvrDX11.3.11.9002.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Design 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Audio 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Graphics 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Media 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Input 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Game 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive + +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Audio 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Graphics 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Media 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive + +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Builder 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Content.Pipeline.Builder.Windows 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive + +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Blazor 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.WindowsDX.9000 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.WindowsUniversal.9000 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.DesktopGL.9000 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive +"C:\Program Files (x86)\nuget\nuget.exe" delete MonoGame.Framework.Android.9000 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive + +"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.Xna.Framework.Oculus.OvrDX11 3.12.9001 -Source "C:\Users\%username%\.nuget\localPackages" -NonInteractive + + +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Design.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Audio.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Graphics.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Media.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Input.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Game.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" + +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Audio.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Graphics.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Media.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" + +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Builder.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Content.Pipeline.Builder.Windows.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" + +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Blazor.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.WindowsDX.9000.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.WindowsUniversal.9000.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.DesktopGL.9000.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" +"C:\Program Files (x86)\nuget\nuget.exe" add output\MonoGame.Framework.Android.9000.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" + +"C:\Program Files (x86)\nuget\nuget.exe" add output\nkast.Xna.Framework.Oculus.OvrDX11.3.12.9001.nupkg -Source "C:\Users\%username%\.nuget\localPackages" @pause \ No newline at end of file diff --git a/Templates/VisualStudio2019/ProjectTemplates/Android.Xamarin/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/Android.Xamarin/Application.csproj index 155f7235c3a..64937586009 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/Android.Xamarin/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/Android.Xamarin/Application.csproj @@ -50,15 +50,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj b/Templates/VisualStudio2019/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj index 412fdf45108..929d6139a99 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj @@ -34,25 +34,25 @@ - + All - + All - + All - + All - + All - + All - + All diff --git a/Templates/VisualStudio2019/ProjectTemplates/DesktopGL.NetFramework/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/DesktopGL.NetFramework/Application.csproj index 5b9c92730a7..4a9ac0252c7 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/DesktopGL.NetFramework/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/DesktopGL.NetFramework/Application.csproj @@ -49,15 +49,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj index 5e260808782..7a2bfb84caa 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj @@ -51,15 +51,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj index ace3ad19db1..daf4cf7bdf2 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj @@ -44,15 +44,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj index 8b28d3ede63..20de01bed15 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj index 4327127498e..2a51c167ab4 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj index bd720e95362..ac3d9977c41 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj @@ -45,15 +45,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/UWPCore.UAP/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/UWPCore.UAP/Application.csproj index daad9bcb291..151c6304829 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/UWPCore.UAP/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/UWPCore.UAP/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/UWPXaml.UAP/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/UWPXaml.UAP/Application.csproj index dde1ca43c72..88dce3cbc6d 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/UWPXaml.UAP/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/UWPXaml.UAP/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/WindowsDX.NetFramework/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/WindowsDX.NetFramework/Application.csproj index a1776b7f72a..80aa759bf48 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/WindowsDX.NetFramework/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/WindowsDX.NetFramework/Application.csproj @@ -50,15 +50,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2019/ProjectTemplates/iOS.Xamarin/Application.csproj b/Templates/VisualStudio2019/ProjectTemplates/iOS.Xamarin/Application.csproj index 417c14e3a44..ab9164e14a7 100644 --- a/Templates/VisualStudio2019/ProjectTemplates/iOS.Xamarin/Application.csproj +++ b/Templates/VisualStudio2019/ProjectTemplates/iOS.Xamarin/Application.csproj @@ -106,15 +106,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Android.NetCore/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Android.NetCore/Application.csproj index a55b8893d38..2a84a29f98b 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Android.NetCore/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Android.NetCore/Application.csproj @@ -26,15 +26,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Android.Xamarin/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Android.Xamarin/Application.csproj index 155f7235c3a..64937586009 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Android.Xamarin/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Android.Xamarin/Application.csproj @@ -50,15 +50,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/BlazorGL.NetCore/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/BlazorGL.NetCore/Application.csproj index 25326d32872..93306c29251 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/BlazorGL.NetCore/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/BlazorGL.NetCore/Application.csproj @@ -28,15 +28,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj b/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj index 412fdf45108..929d6139a99 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetFramework/ContentPipelineExtension.csproj @@ -34,25 +34,25 @@ - + All - + All - + All - + All - + All - + All - + All diff --git a/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetStandard/ContentPipelineExtension.csproj b/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetStandard/ContentPipelineExtension.csproj index c9d38ae43e5..8e2792293a8 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetStandard/ContentPipelineExtension.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/ContentPipelineExtension.NetStandard/ContentPipelineExtension.csproj @@ -22,25 +22,25 @@ - + All - + All - + All - + All - + All - + All - + All diff --git a/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetCore/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetCore/Application.csproj index 3be38836a65..bc769657d32 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetCore/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetCore/Application.csproj @@ -33,15 +33,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetFramework/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetFramework/Application.csproj index 5b9c92730a7..4a9ac0252c7 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetFramework/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/DesktopGL.NetFramework/Application.csproj @@ -49,15 +49,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/Android/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/Android/Application.csproj index e3ed93b7355..eaa2216faeb 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/Android/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/Android/Application.csproj @@ -26,15 +26,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/BlazorGL/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/BlazorGL/Application.csproj index 15ced3b350a..eee52f6bce6 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/BlazorGL/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/BlazorGL/Application.csproj @@ -28,15 +28,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/DesktopGL/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/DesktopGL/Application.csproj index 39d160bf2e8..0862fcdc1ec 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/DesktopGL/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/DesktopGL/Application.csproj @@ -29,15 +29,15 @@ app.manifest - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/WindowsDX/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/WindowsDX/Application.csproj index 8bf18a14c8e..3cec7450a5f 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/WindowsDX/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetCore/WindowsDX/Application.csproj @@ -28,15 +28,15 @@ app.manifest - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj index 5e260808782..7a2bfb84caa 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/Android/Application.csproj @@ -51,15 +51,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj index ace3ad19db1..daf4cf7bdf2 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/DesktopGL/Application.csproj @@ -44,15 +44,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj index ad10875e8b1..4a991790e10 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPCore/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj index 4327127498e..2a51c167ab4 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/UWPXaml/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj index bd720e95362..ac3d9977c41 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/Multiplatform.NetFramework/WindowsDX/Application.csproj @@ -45,15 +45,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/UWPCore.UAP/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/UWPCore.UAP/Application.csproj index daad9bcb291..151c6304829 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/UWPCore.UAP/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/UWPCore.UAP/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/UWPXaml.UAP/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/UWPXaml.UAP/Application.csproj index dde1ca43c72..88dce3cbc6d 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/UWPXaml.UAP/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/UWPXaml.UAP/Application.csproj @@ -95,15 +95,15 @@ PackageReference - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetCore/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetCore/Application.csproj index 8c750540ee7..336949db3e8 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetCore/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetCore/Application.csproj @@ -32,15 +32,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetFramework/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetFramework/Application.csproj index 7d09e038bd8..4fd6a0c901c 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetFramework/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/WindowsDX.NetFramework/Application.csproj @@ -50,15 +50,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/iOS.NetCore/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/iOS.NetCore/Application.csproj index 4d6ba55335e..4a8981220e7 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/iOS.NetCore/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/iOS.NetCore/Application.csproj @@ -17,15 +17,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Templates/VisualStudio2022/ProjectTemplates/iOS.Xamarin/Application.csproj b/Templates/VisualStudio2022/ProjectTemplates/iOS.Xamarin/Application.csproj index 417c14e3a44..ab9164e14a7 100644 --- a/Templates/VisualStudio2022/ProjectTemplates/iOS.Xamarin/Application.csproj +++ b/Templates/VisualStudio2022/ProjectTemplates/iOS.Xamarin/Application.csproj @@ -106,15 +106,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/Tools/Content.Pipeline.Editor.WinForms/Content.Pipeline.Editor.net8.csproj b/Tools/Content.Pipeline.Editor.WinForms/Content.Pipeline.Editor.net8.csproj index cb299690ee7..062a4c8ac70 100644 --- a/Tools/Content.Pipeline.Editor.WinForms/Content.Pipeline.Editor.net8.csproj +++ b/Tools/Content.Pipeline.Editor.WinForms/Content.Pipeline.Editor.net8.csproj @@ -1,8 +1,8 @@  - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/Tools/Content.Pipeline.Editor.WinForms/Properties/AssemblyInfo.cs b/Tools/Content.Pipeline.Editor.WinForms/Properties/AssemblyInfo.cs index 4bb1310ef19..423195483a9 100644 --- a/Tools/Content.Pipeline.Editor.WinForms/Properties/AssemblyInfo.cs +++ b/Tools/Content.Pipeline.Editor.WinForms/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.11.9002.0")] -[assembly: AssemblyFileVersion("3.11.9002.0")] +[assembly: AssemblyVersion("3.12.9001.0")] +[assembly: AssemblyFileVersion("3.12.9001.0")] diff --git a/Tools/EffectCompiler/EffectCompiler.csproj b/Tools/EffectCompiler/EffectCompiler.csproj index a3f11dd5ce6..4dc8e313497 100644 --- a/Tools/EffectCompiler/EffectCompiler.csproj +++ b/Tools/EffectCompiler/EffectCompiler.csproj @@ -1,8 +1,8 @@  - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/Tools/EffectCompiler/Properties/AssemblyInfo.cs b/Tools/EffectCompiler/Properties/AssemblyInfo.cs index adab7f3beec..20a8d66b6ef 100644 --- a/Tools/EffectCompiler/Properties/AssemblyInfo.cs +++ b/Tools/EffectCompiler/Properties/AssemblyInfo.cs @@ -36,5 +36,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.11.9002.0")] -[assembly: AssemblyFileVersion("3.11.9002.0")] +[assembly: AssemblyVersion("3.12.9001.0")] +[assembly: AssemblyFileVersion("3.12.9001.0")] diff --git a/Tools/MonoGame.Content.Builder/MGCB.Windows.9K.csproj b/Tools/MonoGame.Content.Builder/MGCB.Windows.9K.csproj index 4184d233f40..8e986bd3477 100644 --- a/Tools/MonoGame.Content.Builder/MGCB.Windows.9K.csproj +++ b/Tools/MonoGame.Content.Builder/MGCB.Windows.9K.csproj @@ -1,8 +1,8 @@  - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/Tools/MonoGame.Content.Builder/Properties/AssemblyInfo.cs b/Tools/MonoGame.Content.Builder/Properties/AssemblyInfo.cs index 2f7c638de0f..a7dc2d36b3d 100644 --- a/Tools/MonoGame.Content.Builder/Properties/AssemblyInfo.cs +++ b/Tools/MonoGame.Content.Builder/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.11.9002.0")] -[assembly: AssemblyFileVersion("3.11.9002.0")] +[assembly: AssemblyVersion("3.12.9001.0")] +[assembly: AssemblyFileVersion("3.12.9001.0")] diff --git a/default.build b/default.build index 3a155a25f7d..1f17e6b641f 100644 --- a/default.build +++ b/default.build @@ -7,7 +7,7 @@ - + ..\..\Artifacts\Xna.Framework.Audio\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Content.Pipeline.Audio/XNA.Framework.Content.Pipeline.Audio.csproj b/src/Xna.Framework.Content.Pipeline.Audio/XNA.Framework.Content.Pipeline.Audio.csproj index 12d29b9d849..5d1f26a2ee2 100644 --- a/src/Xna.Framework.Content.Pipeline.Audio/XNA.Framework.Content.Pipeline.Audio.csproj +++ b/src/Xna.Framework.Content.Pipeline.Audio/XNA.Framework.Content.Pipeline.Audio.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Content.Pipeline.Audio\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Content.Pipeline.Graphics.MojoProcessor/XNA.Framework.Content.Pipeline.Graphics.MojoProcessor.csproj b/src/Xna.Framework.Content.Pipeline.Graphics.MojoProcessor/XNA.Framework.Content.Pipeline.Graphics.MojoProcessor.csproj index f69dec5d927..3b04e4e75be 100644 --- a/src/Xna.Framework.Content.Pipeline.Graphics.MojoProcessor/XNA.Framework.Content.Pipeline.Graphics.MojoProcessor.csproj +++ b/src/Xna.Framework.Content.Pipeline.Graphics.MojoProcessor/XNA.Framework.Content.Pipeline.Graphics.MojoProcessor.csproj @@ -3,8 +3,8 @@ ..\..\Artifacts\Xna.Framework.Content.Pipeline.Graphics.MojoProcessor\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Content.Pipeline.Graphics/XNA.Framework.Content.Pipeline.Graphics.csproj b/src/Xna.Framework.Content.Pipeline.Graphics/XNA.Framework.Content.Pipeline.Graphics.csproj index 3d013466801..8ae203352b8 100644 --- a/src/Xna.Framework.Content.Pipeline.Graphics/XNA.Framework.Content.Pipeline.Graphics.csproj +++ b/src/Xna.Framework.Content.Pipeline.Graphics/XNA.Framework.Content.Pipeline.Graphics.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Content.Pipeline.Graphics\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Content.Pipeline.Media/XNA.Framework.Content.Pipeline.Media.csproj b/src/Xna.Framework.Content.Pipeline.Media/XNA.Framework.Content.Pipeline.Media.csproj index f5aa232e305..aee4d261f23 100644 --- a/src/Xna.Framework.Content.Pipeline.Media/XNA.Framework.Content.Pipeline.Media.csproj +++ b/src/Xna.Framework.Content.Pipeline.Media/XNA.Framework.Content.Pipeline.Media.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Content.Pipeline.Media\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Content.Pipeline/Properties/AssemblyInfo.net4.cs b/src/Xna.Framework.Content.Pipeline/Properties/AssemblyInfo.net4.cs index fc26479ef20..fe3a07b0302 100644 --- a/src/Xna.Framework.Content.Pipeline/Properties/AssemblyInfo.net4.cs +++ b/src/Xna.Framework.Content.Pipeline/Properties/AssemblyInfo.net4.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.11.9002.0")] -[assembly: AssemblyFileVersion("3.11.9002.0")] +[assembly: AssemblyVersion("3.12.9001.0")] +[assembly: AssemblyFileVersion("3.12.9001.0")] diff --git a/src/Xna.Framework.Content.Pipeline/XNA.Framework.Content.Pipeline.csproj b/src/Xna.Framework.Content.Pipeline/XNA.Framework.Content.Pipeline.csproj index d8b90ee1fdb..b679c102e89 100644 --- a/src/Xna.Framework.Content.Pipeline/XNA.Framework.Content.Pipeline.csproj +++ b/src/Xna.Framework.Content.Pipeline/XNA.Framework.Content.Pipeline.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Content.Pipeline\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Content/Xna.Framework.Content.csproj b/src/Xna.Framework.Content/Xna.Framework.Content.csproj index 803e69e2296..eb56e780a3d 100644 --- a/src/Xna.Framework.Content/Xna.Framework.Content.csproj +++ b/src/Xna.Framework.Content/Xna.Framework.Content.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Content\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Design/Xna.Framework.Design.csproj b/src/Xna.Framework.Design/Xna.Framework.Design.csproj index caf63d047c6..6ec18973a49 100644 --- a/src/Xna.Framework.Design/Xna.Framework.Design.csproj +++ b/src/Xna.Framework.Design/Xna.Framework.Design.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Design\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Game/Xna.Framework.Game.csproj b/src/Xna.Framework.Game/Xna.Framework.Game.csproj index c1f2973cb68..d33a7538393 100644 --- a/src/Xna.Framework.Game/Xna.Framework.Game.csproj +++ b/src/Xna.Framework.Game/Xna.Framework.Game.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Game\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Graphics/Xna.Framework.Graphics.csproj b/src/Xna.Framework.Graphics/Xna.Framework.Graphics.csproj index cc342f1d48f..f9e7f46849e 100644 --- a/src/Xna.Framework.Graphics/Xna.Framework.Graphics.csproj +++ b/src/Xna.Framework.Graphics/Xna.Framework.Graphics.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Graphics\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Input/Xna.Framework.Input.csproj b/src/Xna.Framework.Input/Xna.Framework.Input.csproj index 7ce2af96069..e0378df99e6 100644 --- a/src/Xna.Framework.Input/Xna.Framework.Input.csproj +++ b/src/Xna.Framework.Input/Xna.Framework.Input.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Input\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework.Media/XNA.Framework.Media.csproj b/src/Xna.Framework.Media/XNA.Framework.Media.csproj index d1823303fa9..74f82ca8b6e 100644 --- a/src/Xna.Framework.Media/XNA.Framework.Media.csproj +++ b/src/Xna.Framework.Media/XNA.Framework.Media.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework.Media\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0 diff --git a/src/Xna.Framework/Xna.Framework.csproj b/src/Xna.Framework/Xna.Framework.csproj index 2f3dcb26cee..2458b721e94 100644 --- a/src/Xna.Framework/Xna.Framework.csproj +++ b/src/Xna.Framework/Xna.Framework.csproj @@ -4,8 +4,8 @@ ..\..\Artifacts\Xna.Framework\ - 3.11.9002.0 - 3.11.9002.0 + 3.12.9001.0 + 3.12.9001.0