File tree Expand file tree Collapse file tree 7 files changed +17
-11
lines changed Expand file tree Collapse file tree 7 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 24
24
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
25
25
<ConfigurationType >DynamicLibrary</ConfigurationType >
26
26
<UseDebugLibraries >true</UseDebugLibraries >
27
- <PlatformToolset >v142 </PlatformToolset >
27
+ <PlatformToolset >v143 </PlatformToolset >
28
28
<CharacterSet >Unicode</CharacterSet >
29
29
</PropertyGroup >
30
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
31
31
<ConfigurationType >DynamicLibrary</ConfigurationType >
32
32
<UseDebugLibraries >false</UseDebugLibraries >
33
- <PlatformToolset >v142 </PlatformToolset >
33
+ <PlatformToolset >v143 </PlatformToolset >
34
34
<CharacterSet >Unicode</CharacterSet >
35
35
</PropertyGroup >
36
36
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Develop|Win32'" Label =" Configuration" >
37
37
<ConfigurationType >DynamicLibrary</ConfigurationType >
38
38
<UseDebugLibraries >false</UseDebugLibraries >
39
- <PlatformToolset >v142 </PlatformToolset >
39
+ <PlatformToolset >v143 </PlatformToolset >
40
40
<CharacterSet >Unicode</CharacterSet >
41
41
</PropertyGroup >
42
42
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
Original file line number Diff line number Diff line change 67
67
<None Include =" coupling.js" >
68
68
<Filter >Resource Files</Filter >
69
69
</None >
70
- <None Include =" packages.config" />
71
70
<None Include =" settings.html" >
72
71
<Filter >Resource Files</Filter >
73
72
</None >
73
+ <None Include =" packages.config" >
74
+ <Filter >Resource Files</Filter >
75
+ </None >
74
76
</ItemGroup >
75
77
<ItemGroup >
76
78
<Midl Include =" BrowserProxy.idl" >
Original file line number Diff line number Diff line change 24
24
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
25
25
<ConfigurationType >DynamicLibrary</ConfigurationType >
26
26
<UseDebugLibraries >true</UseDebugLibraries >
27
- <PlatformToolset >v142 </PlatformToolset >
27
+ <PlatformToolset >v143 </PlatformToolset >
28
28
<CharacterSet >Unicode</CharacterSet >
29
29
</PropertyGroup >
30
30
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
31
31
<ConfigurationType >DynamicLibrary</ConfigurationType >
32
32
<UseDebugLibraries >false</UseDebugLibraries >
33
- <PlatformToolset >v142 </PlatformToolset >
33
+ <PlatformToolset >v143 </PlatformToolset >
34
34
<CharacterSet >Unicode</CharacterSet >
35
35
</PropertyGroup >
36
36
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Develop|Win32'" Label =" Configuration" >
37
37
<ConfigurationType >DynamicLibrary</ConfigurationType >
38
38
<UseDebugLibraries >false</UseDebugLibraries >
39
- <PlatformToolset >v142 </PlatformToolset >
39
+ <PlatformToolset >v143 </PlatformToolset >
40
40
<CharacterSet >Unicode</CharacterSet >
41
41
</PropertyGroup >
42
42
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
Original file line number Diff line number Diff line change 58
58
<None Include =" FlashProxy.def" >
59
59
<Filter >Resource Files</Filter >
60
60
</None >
61
- <None Include =" packages.config" />
61
+ <None Include =" packages.config" >
62
+ <Filter >Resource Files</Filter >
63
+ </None >
62
64
</ItemGroup >
63
65
<ItemGroup >
64
66
<Midl Include =" FlashProxy.idl" >
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ The [Microsoft Edge WebView2 Runtime](https://developer.microsoft.com/en-us/micr
8
8
9
9
### Visual Studio
10
10
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:
12
12
* Workloads
13
13
* Desktop development with C++
14
14
* Python development
15
15
* Individual components
16
16
* Windows 10 SDK (10.0.19041.0)
17
17
* Python language support
18
- * Python 3 32 -bit (3.7.8 )
18
+ * Python 3 64 -bit (3.9.13 )
19
19
20
20
![ Screenshot] ( https://media.fotki.com/2v2aKZw88x3JhYT.png )
Original file line number Diff line number Diff line change 3
3
dist /
4
4
obj /
5
5
bin /
6
- * .spec
6
+ * .spec
7
+ * .txt
Original file line number Diff line number Diff line change 6
6
</PropertyGroup>
7
7
<PropertyGroup>
8
8
<ProjectGuid>{7467bc47-b250-4225-9d2d-7fbcfb8d9688}</ProjectGuid>
9
+ <IsWindowsApplication>False</IsWindowsApplication>
9
10
</PropertyGroup>
10
11
<ItemGroup>
11
12
<Compile Include="SetupThereEdge.py" />
You can’t perform that action at this time.
0 commit comments