File tree 4 files changed +22
-4
lines changed 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 119
119
<None Include =" packages.config" />
120
120
</ItemGroup >
121
121
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122
+ <PropertyGroup >
123
+ <TargetAssembly >$(TargetPath)</TargetAssembly >
124
+ <TargetAssemblyPdb >$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb >
125
+ </PropertyGroup >
122
126
<Target Name =" AfterBuild" DependsOnTargets =" RGieseckeDllExport" >
123
- <Copy SourceFiles =" $(TargetPath)" DestinationFiles =" $(PythonBuildDir)\clr.pyd" />
127
+ <Copy SourceFiles =" $(TargetAssembly)" DestinationFiles =" $(PythonBuildDir)\clr.pyd" />
128
+ <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFiles =" $(PythonBuildDir)\clr.pdb" />
124
129
</Target >
125
130
<Import Project =" ../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets" Condition =" Exists('../../packages/UnmanagedExports.1.2.6/tools/RGiesecke.DllExport.targets')" />
126
131
</Project >
Original file line number Diff line number Diff line change 172
172
<ProjectExtensions >
173
173
<VisualStudio AllowExistingFolder =" true" />
174
174
</ProjectExtensions >
175
+ <PropertyGroup >
176
+ <TargetAssembly >$(TargetPath)</TargetAssembly >
177
+ <TargetAssemblyPdb >$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb >
178
+ </PropertyGroup >
175
179
<Target Name =" AfterBuild" >
176
- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PythonBuildDir)" />
180
+ <Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
181
+ <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
177
182
</Target >
178
183
</Project >
Original file line number Diff line number Diff line change 189
189
<ProjectExtensions >
190
190
<VisualStudio AllowExistingFolder =" true" />
191
191
</ProjectExtensions >
192
+ <PropertyGroup >
193
+ <TargetAssembly >$(TargetPath)</TargetAssembly >
194
+ <TargetAssemblyPdb >$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb >
195
+ </PropertyGroup >
192
196
<Target Name =" AfterBuild" >
193
- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PythonBuildDir)" />
197
+ <Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
198
+ <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
194
199
</Target >
195
200
</Project >
Original file line number Diff line number Diff line change 141
141
</ProjectExtensions >
142
142
<PropertyGroup >
143
143
<PythonBuildDir Condition =" '$(PythonBuildDir)' == '' " >$(SolutionDir)</PythonBuildDir >
144
+ <TargetAssembly >$(TargetPath)</TargetAssembly >
145
+ <TargetAssemblyPdb >$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb >
144
146
</PropertyGroup >
145
147
<Target Name =" AfterBuild" >
146
- <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PythonBuildDir)" />
148
+ <Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
149
+ <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
147
150
</Target >
148
151
</Project >
You can’t perform that action at this time.
0 commit comments