Skip to content

Commit d236853

Browse files
committed
Updated to Visual Studio 2022
1 parent 3c544b6 commit d236853

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

BrowserProxy/BrowserProxy.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2525
<ConfigurationType>DynamicLibrary</ConfigurationType>
2626
<UseDebugLibraries>true</UseDebugLibraries>
27-
<PlatformToolset>v142</PlatformToolset>
27+
<PlatformToolset>v143</PlatformToolset>
2828
<CharacterSet>Unicode</CharacterSet>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3131
<ConfigurationType>DynamicLibrary</ConfigurationType>
3232
<UseDebugLibraries>false</UseDebugLibraries>
33-
<PlatformToolset>v142</PlatformToolset>
33+
<PlatformToolset>v143</PlatformToolset>
3434
<CharacterSet>Unicode</CharacterSet>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'" Label="Configuration">
3737
<ConfigurationType>DynamicLibrary</ConfigurationType>
3838
<UseDebugLibraries>false</UseDebugLibraries>
39-
<PlatformToolset>v142</PlatformToolset>
39+
<PlatformToolset>v143</PlatformToolset>
4040
<CharacterSet>Unicode</CharacterSet>
4141
</PropertyGroup>
4242
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

BrowserProxy/BrowserProxy.vcxproj.filters

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@
6767
<None Include="coupling.js">
6868
<Filter>Resource Files</Filter>
6969
</None>
70-
<None Include="packages.config" />
7170
<None Include="settings.html">
7271
<Filter>Resource Files</Filter>
7372
</None>
73+
<None Include="packages.config">
74+
<Filter>Resource Files</Filter>
75+
</None>
7476
</ItemGroup>
7577
<ItemGroup>
7678
<Midl Include="BrowserProxy.idl">

FlashProxy/FlashProxy.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2525
<ConfigurationType>DynamicLibrary</ConfigurationType>
2626
<UseDebugLibraries>true</UseDebugLibraries>
27-
<PlatformToolset>v142</PlatformToolset>
27+
<PlatformToolset>v143</PlatformToolset>
2828
<CharacterSet>Unicode</CharacterSet>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3131
<ConfigurationType>DynamicLibrary</ConfigurationType>
3232
<UseDebugLibraries>false</UseDebugLibraries>
33-
<PlatformToolset>v142</PlatformToolset>
33+
<PlatformToolset>v143</PlatformToolset>
3434
<CharacterSet>Unicode</CharacterSet>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'" Label="Configuration">
3737
<ConfigurationType>DynamicLibrary</ConfigurationType>
3838
<UseDebugLibraries>false</UseDebugLibraries>
39-
<PlatformToolset>v142</PlatformToolset>
39+
<PlatformToolset>v143</PlatformToolset>
4040
<CharacterSet>Unicode</CharacterSet>
4141
</PropertyGroup>
4242
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

FlashProxy/FlashProxy.vcxproj.filters

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
<None Include="FlashProxy.def">
5959
<Filter>Resource Files</Filter>
6060
</None>
61-
<None Include="packages.config" />
61+
<None Include="packages.config">
62+
<Filter>Resource Files</Filter>
63+
</None>
6264
</ItemGroup>
6365
<ItemGroup>
6466
<Midl Include="FlashProxy.idl">

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ The [Microsoft Edge WebView2 Runtime](https://developer.microsoft.com/en-us/micr
88

99
### Visual Studio
1010

11-
Install [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) with the following:
11+
Install [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with the following:
1212
* Workloads
1313
* Desktop development with C++
1414
* Python development
1515
* Individual components
1616
* Windows 10 SDK (10.0.19041.0)
1717
* Python language support
18-
* Python 3 32-bit (3.7.8)
18+
* Python 3 64-bit (3.9.13)
1919

2020
![Screenshot](https://media.fotki.com/2v2aKZw88x3JhYT.png)

SetupThereEdge/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ build/
33
dist/
44
obj/
55
bin/
6-
*.spec
6+
*.spec
7+
*.txt

SetupThereEdge/SetupThereEdge.pyproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<ProjectGuid>{7467bc47-b250-4225-9d2d-7fbcfb8d9688}</ProjectGuid>
9+
<IsWindowsApplication>False</IsWindowsApplication>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="SetupThereEdge.py" />

0 commit comments

Comments
 (0)