forked from PowerShell/PowerShellEditorServices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPowerShellEditorServices.Host.nuspec
28 lines (28 loc) · 1.3 KB
/
PowerShellEditorServices.Host.nuspec
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
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>PowerShell Editor Services Host Process</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/PowerShell/PowerShellEditorServices</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>$description$</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>PowerShell editor development language debugging</tags>
<dependencies>
<group>
<dependency id="Microsoft.PowerShell.EditorServices" version="$version$" />
<dependency id="Microsoft.PowerShell.EditorServices.Protocol" version="$version$" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\$configuration$\$id$.exe" target="lib\net45\" />
<file src="bin\$configuration$\$id$.DebugAdapter.cmd" target="content\" />
<file src="..\PowerShellEditorServices.Host.x86\bin\$configuration$\$id$.x86.exe" target="lib\net45\" />
<file src="..\PowerShellEditorServices.Host.x86\bin\$configuration$\$id$.DebugAdapter.x86.cmd" target="content\" />
</files>
</package>