File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 355
355
</ItemGroup >
356
356
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
357
357
<Import Project =" UniqueIdentifier.targets" />
358
+ <PropertyGroup >
359
+ <NativeBinariesDirectory >$(MSBuildProjectDirectory)\..\Lib\NativeBinaries</NativeBinariesDirectory >
360
+ </PropertyGroup >
361
+ <Import Project =" CopyNativeDependencies.targets" />
358
362
<PropertyGroup >
359
363
<PreBuildEvent >
360
364
</PreBuildEvent >
361
365
</PropertyGroup >
366
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
367
+ Other similar extension points exist, see Microsoft.Common.targets.
362
368
<Target Name="BeforeBuild">
363
369
</Target>
364
370
<Target Name="AfterBuild">
365
- <CreateItem Include =" $(MSBuildProjectDirectory)\..\Lib\NativeBinaries\**\*.*" >
366
- <Output TaskParameter =" Include" ItemName =" NativeBinaries" />
367
- </CreateItem >
368
- <Copy SourceFiles =" @(NativeBinaries)" DestinationFiles =" @(NativeBinaries->'$(OutputPath)NativeBinaries\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles =" true" />
369
371
</Target>
372
+ -->
370
373
</Project >
You can’t perform that action at this time.
0 commit comments