File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
source/Cosmos.VS.ProjectSystem Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -140,16 +140,15 @@ UseRelativePaths=True
140
140
Filename : " {app} \Build\Tools\nuget.exe" ; Parameters : " init " " {app} \Kernel\packages" " " " {app} \Kernel\packages" " " ; WorkingDir : " {app} " ; Description : " Install Kernel Packages" ; StatusMsg : " Installing Kernel Packages"
141
141
Filename : " {app} \Build\Tools\nuget.exe" ; Parameters : " sources Add -Name " " Cosmos Local Package Feed" " -Source " " {app} \Kernel\packages" " " ; WorkingDir : " {app} " ; Description : " Install Kernel Packages" ; StatusMsg : " Installing Kernel Packages"
142
142
143
- Filename : " {app} \Build\Tools\VSIXBootstrapper.exe" ; Parameters : " /q /a /u:Cosmos.VS.ProjectSystem" ; Description : " Remove Cosmos Project System" ; StatusMsg : " Removing Visual Studio Extension: Cosmos Project System"
144
143
Filename : " {app} \Build\Tools\VSIXBootstrapper.exe" ; Parameters : " /q /u:Cosmos.VS.ProjectSystem" ; Description : " Remove Cosmos Project System" ; StatusMsg : " Removing Visual Studio Extension: Cosmos Project System"
145
- ; Filename: "{app}\Build\Tools\VSIXBootstrapper.exe"; Parameters: "/q /u:XSharp.VS"; Description: "Remove Cosmos X# Language Service"; StatusMsg: "Removing Visual Studio Extension: Cosmos X# Language Service"
144
+ Filename : " {app} \Build\Tools\VSIXBootstrapper.exe" ; Parameters : " /q /u:XSharp.VS" ; Description : " Remove Cosmos X# Language Service" ; StatusMsg : " Removing Visual Studio Extension: Cosmos X# Language Service"
146
145
147
146
Filename : " {app} \Build\Tools\VSIXBootstrapper.exe" ; Parameters : " /q Cosmos.VS.ProjectSystem.vsix" ; WorkingDir : " {app} \VSIX\" ; Description : " Install Cosmos Project System" ; StatusMsg : " Installing Visual Studio Extension: Cosmos Project System"
148
- ; Filename: "{app}\Build\Tools\VSIXBootstrapper.exe"; Parameters: "/q XSharp.VS.vsix"; WorkingDir: "{app}\VSIX\"; Description: "Install Cosmos X# Language Service"; StatusMsg: "Installing Visual Studio Extension: Cosmos X# Language Service"
147
+ Filename : " {app} \Build\Tools\VSIXBootstrapper.exe" ; Parameters : " /q XSharp.VS.vsix" ; WorkingDir : " {app} \VSIX\" ; Description : " Install Cosmos X# Language Service" ; StatusMsg : " Installing Visual Studio Extension: Cosmos X# Language Service"
149
148
150
149
[UninstallRun]
151
150
Filename : " {app} \Build\Tools\VSIXBootstrapper.exe" ; Parameters : " /q /u:Cosmos.VS.ProjectSystem" ; StatusMsg : " Removing Visual Studio Extension: Cosmos Project System"
152
- ; Filename: "{app}\Build\Tools\VSIXBootstrapper.exe"; Parameters: "/q /u:XSharp.VS"; StatusMsg: "Removing Visual Studio Extension: Cosmos X# Language Service"
151
+ Filename : " {app} \Build\Tools\VSIXBootstrapper.exe" ; Parameters : " /q /u:XSharp.VS" ; StatusMsg : " Removing Visual Studio Extension: Cosmos X# Language Service"
153
152
154
153
[Code]
155
154
function ExecWithResult (const Filename, Params, WorkingDir: String; const ShowCmd: Integer;
Original file line number Diff line number Diff line change 14
14
<assemblyIdentity name =" Microsoft.VisualStudio.Threading" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
15
15
<bindingRedirect oldVersion =" 0.0.0.0-15.3.0.0" newVersion =" 15.3.0.0" />
16
16
</dependentAssembly >
17
+ <dependentAssembly >
18
+ <assemblyIdentity name =" EnvDTE" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
19
+ <bindingRedirect oldVersion =" 0.0.0.0-8.0.0.0" newVersion =" 8.0.0.0" />
20
+ </dependentAssembly >
17
21
</assemblyBinding >
18
22
</runtime >
19
23
</configuration >
You can’t perform that action at this time.
0 commit comments