File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
<Directory Id =" Dir_Racer_$(var.VsVersion)" Name =" Racer" />
7
7
</DirectoryRef >
8
8
<ComponentGroup Id =" CmpGroup_Racer_$(var.VsVersion)" Directory =" Dir_Racer_$(var.VsVersion)" >
9
- <Component Id =" Cmp_racer_bf2373e_exe_ $(var.VsVersion)" Guid =" {BC0C9FDF-6495-457E-9F8D-38FAC0202544 }" >
10
- <File Id =" File_racer_bf2373e_exe_ $(var.VsVersion)" KeyPath =" yes" Source =" $(var.VisualRust.TargetDir)\Racer\racer-bf2373e .exe" />
9
+ <Component Id =" Cmp_racer_120e98b_exe_ $(var.VsVersion)" Guid =" {A3019A3B-A2F6-4B06-AC42-370B2945A8FB }" >
10
+ <File Id =" File_racer_120e98b_exe_ $(var.VsVersion)" KeyPath =" yes" Source =" $(var.VisualRust.TargetDir)\Racer\racer-120e98b .exe" />
11
11
</Component >
12
12
<Component Id =" Cmp_libgcc_s_dw2_1_dll_$(var.VsVersion)" Guid =" {E64B2509-45B7-485E-822A-4274127D23E4}" >
13
13
<File Id =" File_libgcc_s_dw2_1_dll_$(var.VsVersion)" KeyPath =" yes" Source =" $(var.VisualRust.TargetDir)\Racer\libgcc_s_dw2-1.dll" />
Original file line number Diff line number Diff line change 6
6
<Directory Id =" Dir_Racer_$(var.VsVersion)" Name =" Racer" />
7
7
</DirectoryRef >
8
8
<ComponentGroup Id =" CmpGroup_Racer_$(var.VsVersion)" Directory =" Dir_Racer_$(var.VsVersion)" >
9
- <Component Id =" Cmp_racer_bf2373e_exe_ $(var.VsVersion)" Guid =" {7EB0A233-EA92-4B8A-AA94-538B71F6945F }" >
10
- <File Id =" File_racer_bf2373e_exe_ $(var.VsVersion)" KeyPath =" yes" Source =" $(var.VisualRust.TargetDir)\Racer\racer-bf2373e .exe" />
9
+ <Component Id =" Cmp_racer_120e98b_exe_ $(var.VsVersion)" Guid =" {382AAA98-783C-46CD-A028-91D9864C4DA8 }" >
10
+ <File Id =" File_racer_120e98b_exe_ $(var.VsVersion)" KeyPath =" yes" Source =" $(var.VisualRust.TargetDir)\Racer\racer-120e98b .exe" />
11
11
</Component >
12
12
<Component Id =" Cmp_libgcc_s_dw2_1_dll_$(var.VsVersion)" Guid =" {7C4DDC79-CD34-47B8-9C9C-3288D445588F}" >
13
13
<File Id =" File_libgcc_s_dw2_1_dll_$(var.VsVersion)" KeyPath =" yes" Source =" $(var.VisualRust.TargetDir)\Racer\libgcc_s_dw2-1.dll" />
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace VisualRust.Racer
16
16
public class RacerSingleton
17
17
{
18
18
private const string SystemRacerExecutable = "racer.exe" ;
19
- private const string BundledRacerExecutable = "racer-bf2373e .exe" ;
19
+ private const string BundledRacerExecutable = "racer-120e98b .exe" ;
20
20
private const string RacerSourceEnviromentVariable = "RUST_SRC_PATH" ;
21
21
private const int TimeoutMillis = 3000 ;
22
22
Original file line number Diff line number Diff line change 293
293
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
294
294
<IncludeInVSIX >true</IncludeInVSIX >
295
295
</Content >
296
- <Content Include =" Racer\racer-bf2373e .exe" >
296
+ <Content Include =" Racer\racer-120e98b .exe" >
297
297
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
298
298
<IncludeInVSIX >true</IncludeInVSIX >
299
299
</Content >
You can’t perform that action at this time.
0 commit comments