|
46 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
47 | 47 | <ConfigurationType>Application</ConfigurationType> |
48 | 48 | <UseDebugLibraries>true</UseDebugLibraries> |
49 | | - <PlatformToolset>v145</PlatformToolset> |
| 49 | + <PlatformToolset>v142</PlatformToolset> |
50 | 50 | <CharacterSet>Unicode</CharacterSet> |
51 | 51 | </PropertyGroup> |
52 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
53 | 53 | <ConfigurationType>Application</ConfigurationType> |
54 | 54 | <UseDebugLibraries>true</UseDebugLibraries> |
55 | | - <PlatformToolset>v145</PlatformToolset> |
| 55 | + <PlatformToolset>v142</PlatformToolset> |
56 | 56 | <CharacterSet>Unicode</CharacterSet> |
57 | 57 | </PropertyGroup> |
58 | 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
59 | 59 | <ConfigurationType>Application</ConfigurationType> |
60 | 60 | <UseDebugLibraries>false</UseDebugLibraries> |
61 | | - <PlatformToolset>v145</PlatformToolset> |
| 61 | + <PlatformToolset>v142</PlatformToolset> |
62 | 62 | <WholeProgramOptimization>true</WholeProgramOptimization> |
63 | 63 | <CharacterSet>Unicode</CharacterSet> |
64 | 64 | </PropertyGroup> |
65 | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
66 | 66 | <ConfigurationType>Application</ConfigurationType> |
67 | 67 | <UseDebugLibraries>false</UseDebugLibraries> |
68 | | - <PlatformToolset>v145</PlatformToolset> |
| 68 | + <PlatformToolset>v142</PlatformToolset> |
69 | 69 | <WholeProgramOptimization>true</WholeProgramOptimization> |
70 | 70 | <CharacterSet>Unicode</CharacterSet> |
71 | 71 | </PropertyGroup> |
72 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
73 | 73 | <ConfigurationType>Application</ConfigurationType> |
74 | 74 | <UseDebugLibraries>true</UseDebugLibraries> |
75 | | - <PlatformToolset>v145</PlatformToolset> |
| 75 | + <PlatformToolset>v142</PlatformToolset> |
76 | 76 | <CharacterSet>Unicode</CharacterSet> |
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
79 | 79 | <ConfigurationType>Application</ConfigurationType> |
80 | 80 | <UseDebugLibraries>true</UseDebugLibraries> |
81 | | - <PlatformToolset>v145</PlatformToolset> |
| 81 | + <PlatformToolset>v142</PlatformToolset> |
82 | 82 | <CharacterSet>Unicode</CharacterSet> |
83 | 83 | </PropertyGroup> |
84 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
85 | 85 | <ConfigurationType>Application</ConfigurationType> |
86 | 86 | <UseDebugLibraries>false</UseDebugLibraries> |
87 | | - <PlatformToolset>v145</PlatformToolset> |
| 87 | + <PlatformToolset>v142</PlatformToolset> |
88 | 88 | <WholeProgramOptimization>true</WholeProgramOptimization> |
89 | 89 | <CharacterSet>Unicode</CharacterSet> |
90 | 90 | </PropertyGroup> |
91 | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
92 | 92 | <ConfigurationType>Application</ConfigurationType> |
93 | 93 | <UseDebugLibraries>false</UseDebugLibraries> |
94 | | - <PlatformToolset>v145</PlatformToolset> |
| 94 | + <PlatformToolset>v142</PlatformToolset> |
95 | 95 | <WholeProgramOptimization>true</WholeProgramOptimization> |
96 | 96 | <CharacterSet>Unicode</CharacterSet> |
97 | 97 | </PropertyGroup> |
|
359 | 359 | <Image Include="AudioPlaybackConnector.ico" /> |
360 | 360 | </ItemGroup> |
361 | 361 | <ItemGroup> |
362 | | - <None Include=".github\copilot-instructions.md" /> |
363 | 362 | <None Include="Directory.Build.props" /> |
364 | 363 | <None Include="packages.config" /> |
365 | 364 | </ItemGroup> |
|
0 commit comments