|
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="ShaderlabVS..c702cfb7-573c-45f4-9469-115fcb519ad2" Version="0.6" Language="zh-CN" Publisher="Rocky Lai" /> |
5 |
| - <DisplayName>ShaderlabVS</DisplayName> |
6 |
| - <Description xml:space="preserve">ShaderlabVS is a Visual Studio plugin for Unity3D shader programming.</Description> |
7 |
| - <MoreInfo>https://github.com/wudixiaop/ShaderlabVS/blob/master/README.md</MoreInfo> |
8 |
| - <License>License.txt</License> |
9 |
| - <GettingStartedGuide>https://github.com/wudixiaop/ShaderlabVS/blob/master/README.md</GettingStartedGuide> |
10 |
| - </Metadata> |
11 |
| - <Installation> |
12 |
| - <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 12.0]" /> |
13 |
| - <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.VSWinExpress" /> |
14 |
| - <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.Ultimate" /> |
15 |
| - <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.Premium" /> |
16 |
| - <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.VSWinDesktopExpress" /> |
17 |
| - <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Community" /> |
18 |
| - <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" /> |
19 |
| - <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Enterprise" /> |
20 |
| - <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSWinExpress" /> |
21 |
| - </Installation> |
22 |
| - <Dependencies> |
23 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" /> |
24 |
| - </Dependencies> |
25 |
| - <Assets> |
26 |
| - <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
27 |
| - </Assets> |
| 3 | + <Metadata> |
| 4 | + <DisplayName>ShaderlabVS</DisplayName> |
| 5 | + <Description xml:space="preserve">ShaderlabVS is a Visual Studio plugin for Unity3D shader programming.</Description> |
| 6 | + <MoreInfo>https://github.com/wudixiaop/ShaderlabVS/blob/master/README.md</MoreInfo> |
| 7 | + <License>License.txt</License> |
| 8 | + <GettingStartedGuide>https://github.com/wudixiaop/ShaderlabVS/blob/master/README.md</GettingStartedGuide> |
| 9 | + </Metadata> |
| 10 | + <Installation> |
| 11 | + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0, 12.0]" /> |
| 12 | + <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.VSWinExpress" /> |
| 13 | + <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.Ultimate" /> |
| 14 | + <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.Premium" /> |
| 15 | + <InstallationTarget Version="[11.0,12.0]" Id="Microsoft.VisualStudio.VSWinDesktopExpress" /> |
| 16 | + <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Community" /> |
| 17 | + <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" /> |
| 18 | + <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Enterprise" /> |
| 19 | + <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.VSWinExpress" /> |
| 20 | + </Installation> |
| 21 | + <Dependencies> |
| 22 | + </Dependencies> |
| 23 | + <Assets> |
| 24 | + <Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" /> |
| 25 | + </Assets> |
28 | 26 | </PackageManifest>
|
0 commit comments