|
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 | | - <Metadata> |
4 | | - <Identity Id="CforgeVS.7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d" Version="0.2.19" Language="en-US" Publisher="Chase Sunstrom Dev" /> |
5 | | - <DisplayName>cforge - C/C++ Build System</DisplayName> |
6 | | - <Description xml:space="preserve">Visual Studio integration for the cforge C/C++ build system. Build, run, test, and manage dependencies for cforge projects directly in Visual Studio.</Description> |
7 | | - <MoreInfo>https://github.com/ChaseSunstrom/cforge</MoreInfo> |
8 | | - <Icon>cforge.png</Icon> |
9 | | - <PreviewImage>cforge.png</PreviewImage> |
10 | | - <Tags>c++, cpp, c, cmake, build, cforge, package manager</Tags> |
11 | | - </Metadata> |
12 | | - <Installation> |
13 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
14 | | - <ProductArchitecture>amd64</ProductArchitecture> |
15 | | - </InstallationTarget> |
16 | | - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
17 | | - <ProductArchitecture>amd64</ProductArchitecture> |
18 | | - </InstallationTarget> |
19 | | - <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
20 | | - <ProductArchitecture>amd64</ProductArchitecture> |
21 | | - </InstallationTarget> |
22 | | - </Installation> |
23 | | - <Dependencies> |
24 | | - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8,)" /> |
25 | | - </Dependencies> |
26 | | - <Prerequisites> |
27 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
28 | | - <Prerequisite Id="Microsoft.VisualStudio.Component.VC.Tools.x86.x64" Version="[17.0,18.0)" DisplayName="MSVC v143 - VS 2022 C++ x64/x86 build tools" /> |
29 | | - </Prerequisites> |
30 | | - <Assets> |
31 | | - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
32 | | - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
33 | | - <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="%CurrentProject%" d:TargetPath="|%CurrentProject%;TemplateProjectOutputGroup|" Path="ProjectTemplates" /> |
34 | | - <Asset Type="UnitTestExtension" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
35 | | - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="CforgeVS.7a8b9c0d-1e2f-3a4b-5c6d-7e8f9a0b1c2d" Version="0.1.1" Language="en-US" Publisher="Chase Sunstrom Dev" /> |
| 5 | + <DisplayName>cforge - C/C++ Build System</DisplayName> |
| 6 | + <Description xml:space="preserve">Visual Studio integration for the cforge C/C++ build system. Build, run, test, and manage dependencies for cforge projects directly in Visual Studio.</Description> |
| 7 | + <MoreInfo>https://github.com/ChaseSunstrom/cforge</MoreInfo> |
| 8 | + <Icon>cforge.png</Icon> |
| 9 | + <PreviewImage>cforge.png</PreviewImage> |
| 10 | + <Tags>c++, cpp, c, cmake, build, cforge, package manager</Tags> |
| 11 | + </Metadata> |
| 12 | + <Installation> |
| 13 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
| 14 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 15 | + </InstallationTarget> |
| 16 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[17.0,18.0)"> |
| 17 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 18 | + </InstallationTarget> |
| 19 | + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,18.0)"> |
| 20 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 21 | + </InstallationTarget> |
| 22 | + </Installation> |
| 23 | + <Dependencies> |
| 24 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.8,)" /> |
| 25 | + </Dependencies> |
| 26 | + <Prerequisites> |
| 27 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" /> |
| 28 | + <Prerequisite Id="Microsoft.VisualStudio.Component.VC.Tools.x86.x64" Version="[17.0,18.0)" DisplayName="MSVC v143 - VS 2022 C++ x64/x86 build tools" /> |
| 29 | + </Prerequisites> |
| 30 | + <Assets> |
| 31 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 32 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 33 | + <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="%CurrentProject%" d:TargetPath="|%CurrentProject%;TemplateProjectOutputGroup|" Path="ProjectTemplates" /> |
| 34 | + <Asset Type="UnitTestExtension" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 35 | + </Assets> |
36 | 36 | </PackageManifest> |
0 commit comments