Skip to content

Commit

Permalink
Update to Visual Studio v17.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Feb 12, 2025
1 parent f29cd88 commit d48bc71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msvc/doomretro.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178
VisualStudioVersion = 17.13.35806.99
MinimumVisualStudioVersion = 17.0.31903.59
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doomretro", "doomretro.vcxproj", "{8B744A3B-8F18-41A0-85A3-293816E85B6E}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion msvc/doomretro.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>17.12.35707.178</_ProjectFileVersion>
<_ProjectFileVersion>17.13.35806.99</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
Expand Down
1 change: 1 addition & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### DOOM Retro v5.6.3

* *DOOM Retro* is now built using v17.13.0 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/).
* *DOOM Retro* now uses [*SDL v2.32.0*](https://github.com/libsdl-org/SDL/releases/tag/release-2.32.0), [*SDL_mixer v2.8.1*](https://github.com/libsdl-org/SDL_mixer/releases/tag/release-2.8.1) and [*SDL_image v2.8.5*](https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.5).
* Changes have been made to further improve the overall performance and stability of *DOOM Retro*.
* Minor changes have been made to text that is output to the console.
Expand Down

0 comments on commit d48bc71

Please sign in to comment.