This repository was archived by the owner on Dec 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsource.extension.vsixmanifest
More file actions
44 lines (44 loc) · 3.02 KB
/
source.extension.vsixmanifest
File metadata and controls
44 lines (44 loc) · 3.02 KB
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
37
38
39
40
41
42
43
44
<?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="Shield.62df6510-15e7-4df5-8fbb-fc5f39b8545f" Version="1.1.1.0" Language="en-US" Publisher="Dotnetsafer" />
<DisplayName>Shield</DisplayName>
<Description xml:space="preserve">Dotnetsafer Shield is an advanced obfuscator that allows you to protect your .NET applications easily. Protect your brand, guarantee the integrity of your code, avoid manipulation and theft of sensitive data. Shield is compatible with .NET, Xamarin, UWP, .NET Core, .NET Standard, .NET MAUI, .NET 5 and .NET 6. Shield allows you to integrate different protections in your application and is naturally integrated into the compilation process of visual studio.</Description>
<MoreInfo>https://dotnetsafer.com</MoreInfo>
<GettingStartedGuide>Resources\starting.html</GettingStartedGuide>
<ReleaseNotes>Resources\starting.html</ReleaseNotes>
<Icon>Resources\ShieldExtensionIcon.png</Icon>
<PreviewImage>Resources\ShieldPrevirew.png</PreviewImage>
<Tags>security, source, vulnerabilities, code, obfuscation, obfuscator, code security, code protection, protection, data protection, encryption, analysis</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.0, 18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[14.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[14.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[14.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[14.0, 18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>