Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Fix build paths in sign project (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Jun 1, 2018
1 parent e01084a commit 552b8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win/sign.proj
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

<ItemGroup>
<SourceFiles Include="$(RootDir)_pydevd_bundle\*.pyd">
<TargetPath>$(MSBuildThisFileDirectory)..\ptvsd\pydevd\_pydevd_bundle\%(Filename)%(Extension)</TargetPath>
<TargetPath>$(MSBuildThisFileDirectory)..\ptvsd\_vendored\pydevd\_pydevd_bundle\%(Filename)%(Extension)</TargetPath>
</SourceFiles>
<SourceFiles Include="$(RootDir)_pydevd_frame_eval\*.pyd">
<TargetPath>$(MSBuildThisFileDirectory)..\ptvsd\pydevd\_pydevd_frame_eval\%(Filename)%(Extension)</TargetPath>
<TargetPath>$(MSBuildThisFileDirectory)..\ptvsd\_vendored\pydevd\_pydevd_frame_eval\%(Filename)%(Extension)</TargetPath>
</SourceFiles>
<SourceFiles Include="$(MSBuildThisFileDirectory)..\ptvsd\pydevd\pydevd_attach_to_process\*.dll">
<SourceFiles Include="$(MSBuildThisFileDirectory)..\ptvsd\_vendored\pydevd\pydevd_attach_to_process\*.dll">
<TargetPath>%(FullPath)</TargetPath>
</SourceFiles>
</ItemGroup>
Expand Down

0 comments on commit 552b8e2

Please sign in to comment.