Skip to content

Commit d19e15b

Browse files
committed
Verify semantics of files.swr
1 parent 72d49c3 commit d19e15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Package/MSBuild.VSSetup/files.swr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ folder InstallDir:\MSBuild\Current\Bin
5757
file source=$(X86BinPath)System.Runtime.CompilerServices.Unsafe.dll vs.file.ngenApplications="[installDir]\MSBuild\Current\Bin\MSBuild.exe" vs.file.ngenArchitecture=all vs.file.ngenPriority=1
5858
file source=$(X86BinPath)System.Threading.Tasks.Dataflow.dll vs.file.ngenApplications="[installDir]\MSBuild\Current\Bin\MSBuild.exe" vs.file.ngenArchitecture=all vs.file.ngenPriority=1
5959
file source=$(X86BinPath)System.Collections.Immutable.dll vs.file.ngenApplications="[installDir]\MSBuild\Current\Bin\MSBuild.exe" vs.file.ngenArchitecture=all vs.file.ngenPriority=1
60-
file source=$(X86BinPath)Microsoft.NET.StringTools.dll vs.file.ngenArchitecture=all
60+
file source=$(X86BinPath)Microsoft.NET.StringTools.dll vs.file.ngenApplications="[installDir]\Common7\IDE\vsn.exe"
6161
file source=$(TaskHostBinPath)Microsoft.NET.StringTools.net35.dll vs.file.ngenArchitecture=all
6262
file source=$(X86BinPath)Microsoft.Common.CurrentVersion.targets
6363
file source=$(X86BinPath)Microsoft.Common.CrossTargeting.targets
@@ -206,7 +206,7 @@ folder InstallDir:\MSBuild\Current\Bin\amd64
206206
file source=$(X86BinPath)System.Runtime.CompilerServices.Unsafe.dll vs.file.ngenArchitecture=all
207207
file source=$(X86BinPath)System.Threading.Tasks.Dataflow.dll vs.file.ngenArchitecture=all
208208
file source=$(X86BinPath)System.Collections.Immutable.dll vs.file.ngenArchitecture=all
209-
file source=$(X86BinPath)Microsoft.NET.StringTools.dll vs.file.ngenArchitecture=all
209+
file source=$(X86BinPath)Microsoft.NET.StringTools.dll vs.file.ngenApplications="[installDir]\Common7\IDE\vsn.exe"
210210
file source=$(TaskHostBinPath)Microsoft.NET.StringTools.net35.dll vs.file.ngenArchitecture=all
211211
file source=$(X86BinPath)Microsoft.Common.CurrentVersion.targets
212212
file source=$(X86BinPath)Microsoft.Common.CrossTargeting.targets

0 commit comments

Comments
 (0)