Skip to content

Commit

Permalink
Merge pull request #45 from tshino/update-sln-version
Browse files Browse the repository at this point in the history
Update Solution file version to VS2022
  • Loading branch information
tshino authored Dec 3, 2023
2 parents 0e6d0b8 + 4d315e3 commit a97d882
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the Softcam library will be documented in this file.

### [Unreleased]
- Updated solution file version from Visual Studio 2019 to Visual Studio 2022. [#45](https://github.com/tshino/softcam/pull/45)

### [1.7] - 2023-12-02
- Bumped NuGet package version of Google Test.
- Changed the primary target compiler from Visual Studio 2019 to Visual Studio 2022. [#44](https://github.com/tshino/softcam/pull/44)
Expand Down
4 changes: 2 additions & 2 deletions examples/python_binding/python_binding.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33027.164
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python_binding", "python_binding.vcxproj", "{EB799C59-D258-4360-B17A-4156AE659786}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions examples/sender/sender.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sender", "sender.vcxproj", "{07DDA575-7366-4ED4-A5C0-CA1D9C2FBD94}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions examples/softcam_installer/softcam_installer.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "softcam_installer", "softcam_installer.vcxproj", "{93A84B31-722E-4346-B455-79E915E21B7A}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions softcam.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "softcam", "src\softcam\softcam.vcxproj", "{52968D29-AA5F-41A4-BF1E-4C50F1098373}"
EndProject
Expand Down

0 comments on commit a97d882

Please sign in to comment.