Skip to content

Commit 21c3025

Browse files
committed
Merge pull request #125 from rkeithhill/rkeithhill/is96-support-x86x64-dbg
PSES side changes for issue #96 - support x86/x64 debugging.
2 parents 045c028 + 37a157a commit 21c3025

File tree

4 files changed

+11
-27
lines changed

4 files changed

+11
-27
lines changed

Diff for: src/PowerShellEditorServices.Host.x86/PowerShellEditorServices.Host.x86.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<Compile Include="Properties\AssemblyInfo.cs" />
5454
</ItemGroup>
5555
<ItemGroup>
56-
<Content Include="Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd">
56+
<Content Include="Microsoft.PowerShell.EditorServices.Host.DebugAdapter.x86.cmd">
5757
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5858
</Content>
5959
<None Include="..\PowerShellEditorServices.Host\App.config">

Diff for: src/PowerShellEditorServices.Host.x86/PowerShellEditorServices.Host.x86.nuspec

-22
This file was deleted.

Diff for: src/PowerShellEditorServices.Host/PowerShellEditorServices.Host.nuspec

+10-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@
1212
<description>$description$</description>
1313
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1414
<tags>PowerShell editor development language debugging</tags>
15-
<dependencies>
15+
<dependencies>
1616
<group>
1717
<dependency id="Microsoft.PowerShell.EditorServices" version="$version$" />
18-
<dependency id="Microsoft.PowerShell.EditorServices.Protocol" version="$version$" />
18+
<dependency id="Microsoft.PowerShell.EditorServices.Protocol" version="$version$" />
1919
</group>
20-
</dependencies>
21-
</metadata>
20+
</dependencies>
21+
</metadata>
22+
<files>
23+
<file src="bin\$configuration$\$id$.exe" target="lib\net45\" />
24+
<file src="bin\$configuration$\$id$.DebugAdapter.cmd" target="content\" />
25+
<file src="..\PowerShellEditorServices.Host.x86\bin\$configuration$\$id$.x86.exe" target="lib\net45\" />
26+
<file src="..\PowerShellEditorServices.Host.x86\bin\$configuration$\$id$.DebugAdapter.x86.cmd" target="content\" />
27+
</files>
2228
</package>

0 commit comments

Comments
 (0)