Skip to content

PSES side changes for issue #96 - support x86/x64 debugging. #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Microsoft.PowerShell.EditorServices.Host.DebugAdapter.cmd">
<Content Include="Microsoft.PowerShell.EditorServices.Host.DebugAdapter.x86.cmd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="..\PowerShellEditorServices.Host\App.config">
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@
<description>$description$</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>PowerShell editor development language debugging</tags>
<dependencies>
<dependencies>
<group>
<dependency id="Microsoft.PowerShell.EditorServices" version="$version$" />
<dependency id="Microsoft.PowerShell.EditorServices.Protocol" version="$version$" />
<dependency id="Microsoft.PowerShell.EditorServices.Protocol" version="$version$" />
</group>
</dependencies>
</metadata>
</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>