Mercurial > hg > sonic-visualiser
comparison deploy/win64/sonic-visualiser.wxs @ 2397:1a4bd4aa40ec
Update to VC2019
author | Chris Cannam |
---|---|
date | Wed, 23 Oct 2019 09:10:47 +0100 |
parents | 446006ea9099 |
children | 1a0defadb911 |
comparison
equal
deleted
inserted
replaced
2396:ab09e05b0d35 | 2397:1a4bd4aa40ec |
---|---|
168 this is not the same thing as the Windows SDKs, which | 168 this is not the same thing as the Windows SDKs, which |
169 consist of build tools etc - they have their own | 169 consist of build tools etc - they have their own |
170 installers and get installed by default to C:\Program | 170 installers and get installed by default to C:\Program |
171 Files (x86)\Windows Kits\... --> | 171 Files (x86)\Windows Kits\... --> |
172 | 172 |
173 <File | 173 <File |
174 Id="concrt140" | 174 Id="concrt140" |
175 Name="concrt140.dll" | 175 Name="concrt140.dll" |
176 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\concrt140.DLL" | 176 Source="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.22.27821\x64\Microsoft.VC142.CRT\concrt140.DLL" |
177 KeyPath="yes"/> | 177 KeyPath="yes"/> |
178 <File | 178 <File |
179 Id="msvcp140" | 179 Id="msvcp140" |
180 Name="msvcp140.dll" | 180 Name="msvcp140.dll" |
181 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\msvcp140.DLL"/> | 181 Source="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.22.27821\x64\Microsoft.VC142.CRT\msvcp140.DLL"/> |
182 <File | 182 <File |
183 Id="vccorlib140" | 183 Id="vccorlib140" |
184 Name="vccorlib140.dll" | 184 Name="vccorlib140.dll" |
185 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vccorlib140.DLL"/> | 185 Source="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.22.27821\x64\Microsoft.VC142.CRT\vccorlib140.DLL"/> |
186 <File | 186 <File |
187 Id="vcruntime140" | 187 Id="vcruntime140" |
188 Name="vcruntime140.dll" | 188 Name="vcruntime140.dll" |
189 Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vcruntime140.DLL"/> | 189 Source="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.22.27821\x64\Microsoft.VC142.CRT\vcruntime140.DLL"/> |
190 </Component> | 190 </Component> |
191 | 191 |
192 <Directory Id="Platforms" Name="platforms"> | 192 <Directory Id="Platforms" Name="platforms"> |
193 <Component Win64="yes" | 193 <Component Win64="yes" |
194 Id="Qt5PlatformPlugins" | 194 Id="Qt5PlatformPlugins" |