1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
3
3
<Metadata >
4
- <Identity Id =" XSharp.ProjectSystem" Version =" 2.19.0.2" Language =" en-US" Publisher =" XSharp BV" />
5
- <DisplayName >XSharp Visual Studio Integration</DisplayName >
4
+ <Identity Id =" XSharp.ProjectSystem.2022 " Version =" 2.19.0.2" Language =" en-US" Publisher =" XSharp BV" />
5
+ <DisplayName >XSharp VS Integration for 2022 and later </DisplayName >
6
6
<Description xml : space =" preserve" >X# Visual Studio Integration.
7
7
Includes a Project System, Language Service , Debugger Support, Custom Editors etc.</Description >
8
8
<MoreInfo >http://www.xsharp.eu</MoreInfo >
@@ -13,33 +13,38 @@ Includes a Project System, Language Service , Debugger Support, Custom Editors e
13
13
<Tags >XSharp, XBase, FoxPro, Visual Objects, Xbase++, Harbour</Tags >
14
14
</Metadata >
15
15
<Installation AllUsers =" true" SystemComponent =" true" >
16
- <InstallationTarget Version =" [15.0,17.0)" Id =" Microsoft.VisualStudio.Community" />
16
+ <InstallationTarget Version =" [17.0,18.0)" Id =" Microsoft.VisualStudio.Community" >
17
+ <ProductArchitecture >amd64</ProductArchitecture >
18
+ </InstallationTarget >
19
+ <InstallationTarget Version =" [17.0,18.0)" Id =" Microsoft.VisualStudio.Community" >
20
+ <ProductArchitecture >arm64</ProductArchitecture >
21
+ </InstallationTarget >
17
22
</Installation >
18
23
<Assets >
19
24
<Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" Path =" |%CurrentProject%;PkgdefProjectOutputGroup|" d : ProjectName =" %CurrentProject%" d : VsixSubPath =" ProjectSystem" />
20
- <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" Path =" |LanguageService| " />
21
- <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" LanguageService " Path =" |LanguageService |" />
25
+ <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" Path =" |LanguageService2022| " />
26
+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" LanguageService2022 " Path =" |LanguageService2022 |" />
22
27
<Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" %CurrentProject%" Path =" |%CurrentProject%|" />
23
28
<Asset Type =" Microsoft.VisualStudio.ItemTemplate" d : Source =" Project" d : ProjectName =" %CurrentProject%" d : TargetPath =" |%CurrentProject%;TemplateProjectOutputGroup|" Path =" ItemTemplates" d : VsixSubPath =" ItemTemplates" />
24
29
<Asset Type =" Microsoft.VisualStudio.ProjectTemplate" d : Source =" Project" d : ProjectName =" %CurrentProject%" d : TargetPath =" |%CurrentProject%;TemplateProjectOutputGroup|" Path =" ProjectTemplates" d : VsixSubPath =" ProjectTemplates" />
25
- <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" Debugger " Path =" |Debugger |" AssemblyName =" |Debugger ;AssemblyName|" />
26
- <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" AppDesigner " Path =" |AppDesigner |" AssemblyName =" |AppDesigner ;AssemblyName|" />
27
- <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" ProjectBase " Path =" |ProjectBase |" AssemblyName =" |ProjectBase ;AssemblyName|" />
28
- <Asset Type =" DebuggerEngineExtension" d : Source =" Project" d : ProjectName =" %CurrentProject%" Path =" XSharp.Debugger .vsdconfig" />
30
+ <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" Debugger2022 " Path =" |Debugger2022 |" AssemblyName =" |Debugger2022 ;AssemblyName|" />
31
+ <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" AppDesigner2022 " Path =" |AppDesigner2022 |" AssemblyName =" |AppDesigner2022 ;AssemblyName|" />
32
+ <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" ProjectBase2022 " Path =" |ProjectBase2022 |" AssemblyName =" |ProjectBase2022 ;AssemblyName|" />
33
+ <Asset Type =" DebuggerEngineExtension" d : Source =" Project" d : ProjectName =" %CurrentProject%" Path =" XSharp.Debugger2022 .vsdconfig" />
29
34
<Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" File" Path =" XSharp.MonoCecil.dll" AssemblyName =" XSharp.MonoCecil, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e" />
30
- <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" d : ProjectName =" Debugger.UI" Path =" |Debugger.UI;PkgdefProjectOutputGroup|" />
31
- <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" Debugger.UI" Path =" |Debugger.UI|" AssemblyName =" |Debugger.UI;AssemblyName|" />
32
- <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" Debugger.UI" Path =" |Debugger.UI|" />
33
- <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" CodeGenerator" Path =" |CodeGenerator|" AssemblyName =" |CodeGenerator;AssemblyName|" />
35
+ <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" d : ProjectName =" Debugger.UI2022" Path =" |Debugger.UI2022;PkgdefProjectOutputGroup|" />
36
+ <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" Debugger.UI2022" Path =" |Debugger.UI2022|" AssemblyName =" |Debugger.UI2022;AssemblyName|" />
37
+ <Asset Type =" Microsoft.VisualStudio.MefComponent" d : Source =" Project" d : ProjectName =" Debugger.UI2022" Path =" |Debugger.UI2022|" />
34
38
<Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" Debugger.Support" Path =" |Debugger.Support|" AssemblyName =" |Debugger.Support;AssemblyName|" />
39
+ <Asset Type =" Microsoft.VisualStudio.Assembly" d : Source =" Project" d : ProjectName =" CodeGenerator" Path =" |CodeGenerator|" AssemblyName =" |CodeGenerator;AssemblyName|" />
35
40
</Assets >
36
41
<Content >
37
42
<ProjectTemplate >ProjectTemplates</ProjectTemplate >
38
43
<ItemTemplate >ItemTemplates</ItemTemplate >
39
44
</Content >
40
45
<Prerequisites >
41
- <Prerequisite Id =" Microsoft.VisualStudio.Component.CoreEditor" Version =" [15 .0,17 .0)" DisplayName =" Visual Studio core editor" />
42
- <Prerequisite Id =" Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version =" [15 .0,17 .0)" DisplayName =" C# and Visual Basic" />
43
- <Prerequisite Id =" Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites" Version =" [15 .0,17 .0)" DisplayName =" .NET desktop development tools" />
46
+ <Prerequisite Id =" Microsoft.VisualStudio.Component.CoreEditor" Version =" [17 .0,18 .0)" DisplayName =" Visual Studio core editor" />
47
+ <Prerequisite Id =" Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version =" [17 .0,18 .0)" DisplayName =" C# and Visual Basic" />
48
+ <Prerequisite Id =" Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites" Version =" [17 .0,18 .0)" DisplayName =" .NET desktop development tools" />
44
49
</Prerequisites >
45
50
</PackageManifest >
0 commit comments