Skip to content

Commit

Permalink
Update to Visual Studio v17.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Nov 20, 2024
1 parent 77dc4a1 commit 6e952e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.35506.116
VisualStudioVersion = 17.12.35514.174
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.35506.116</_ProjectFileVersion>
<_ProjectFileVersion>17.12.35514.174</_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
2 changes: 1 addition & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### DOOM Retro v5.6

* *DOOM Retro* is now built using v17.12.0 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/).
* *DOOM Retro* is now built using v17.12.1 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/).
* *DOOM Retro* now uses [*SDL v2.30.9*](https://github.com/libsdl-org/SDL/releases/tag/release-2.30.9).
* Several 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 6e952e3

Please sign in to comment.