-
Notifications
You must be signed in to change notification settings - Fork 0
/
source.extension.vsixmanifest
36 lines (36 loc) · 2.13 KB
/
source.extension.vsixmanifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="Chiaroscuro.1B2ED11A-FDA6-4719-A98A-5A67448F8824" Version="0.0.3" Language="en-US" Publisher="KBitLogic" />
<DisplayName>Chiaroscuro</DisplayName>
<Description xml:space="preserve">Embrace the Dark Mode. You will forget time even exists during your long coding sessions. Inspired by the artistic technique of chiaroscuro, this extension aims to provide deep contrasts without straining the eyes.</Description>
<MoreInfo>https://github.com/KBitLogic/Chiaroscuro</MoreInfo>
<License>UNLICENSE</License>
<GettingStartedGuide>README.md</GettingStartedGuide>
<ReleaseNotes>CHANGELOG.md</ReleaseNotes>
<Icon>Chiaroscuro128.png</Icon>
<PreviewImage>ChiaroscuroPreview00.jpg</PreviewImage>
<Tags>Visual Studio 2022,Theme,Dark,Black,Clean,Minimal,Modern</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Chiaroscuro.pkgdef" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>