Skip to content

Commit 8a9268e

Browse files
committed
Update to support Visual Studio 2022
1 parent 6a509b5 commit 8a9268e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChatApp/ChatApp.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AppContainerApplication>true</AppContainerApplication>
1515
<ApplicationType>Windows Store</ApplicationType>
1616
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
17-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
17+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
1818
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
1919
</PropertyGroup>
2020
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -54,7 +54,7 @@
5454
</ItemGroup>
5555
<PropertyGroup Label="Configuration">
5656
<ConfigurationType>Application</ConfigurationType>
57-
<PlatformToolset>v140</PlatformToolset>
57+
<PlatformToolset>v143</PlatformToolset>
5858
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
5959
<PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
6060
<CharacterSet>Unicode</CharacterSet>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ There are releases available on the [Releases page](https://github.com/kareldonk
2626

2727
The `master` branch is generally kept as stable as possible so you can download the source code from there instead of from the [Releases page](https://github.com/kareldonk/QuantumGate-ChatApp-Sample/releases) if you prefer to work with the latest version.
2828

29-
You'll require the latest version of Microsoft Visual Studio 2019, as well as the dependencies listed below. When the paths to the dependency includes and libraries have been configured properly, building is as simple as opening the `ChatApp.sln` file in the project root with Visual Studio and issuing the build command for the entire solution.
29+
You'll require the latest version of Microsoft Visual Studio 2019 or 2022, as well as the dependencies listed below. When the paths to the dependency includes and libraries have been configured properly, building is as simple as opening the `ChatApp.sln` file in the project root with Visual Studio and issuing the build command for the entire solution.
3030

3131
### Dependencies
3232

3333
This project requires the [QuantumGate](https://github.com/kareldonk/QuantumGate) peer-to-peer networking library. The project is configured to expect the QuantumGate library files in a specific `ChatApp\QuantumGateDist` subfolder; see the separate [`README.md`](https://github.com/kareldonk/QuantumGate-ChatApp-Sample/blob/master/ChatApp/QuantumGateDist/README.md) file in that subfolder for instructions.
3434

35-
In addition the [C++/WinRT](https://marketplace.visualstudio.com/items?itemName=CppWinRTTeam.cppwinrt101804264) extension for Visual Studio needs to be installed as well as the [Microsoft.Windows.CppWinRT](https://www.nuget.org/packages/Microsoft.Windows.CppWinRT/) NuGet package.
35+
In addition the [C++/WinRT](https://marketplace.visualstudio.com/items?itemName=CppWinRTTeam.cppwinrt101804264) extension for Visual Studio 2019 needs to be installed (this comes integrated in Visual Studio 2022 with the "Universal Windows Platform development" workload installed) as well as the [Microsoft.Windows.CppWinRT](https://www.nuget.org/packages/Microsoft.Windows.CppWinRT/) NuGet package.
3636

3737
## License
3838

0 commit comments

Comments
 (0)