Skip to content

Commit

Permalink
Merge 2 runtimelibs folders into one
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndrii committed Oct 30, 2023
1 parent 884efd0 commit 1690704
Show file tree
Hide file tree
Showing 70 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<Target Name="CopyRuntimeLibraries" AfterTargets="AfterBuild">
<ItemGroup>
<DependencyFiles Include="$(MSBuildThisFileDirectory)runtimelibs\*.dll" />
<DependencyFiles Include="$(MSBuildThisFileDirectory)\..\runtimelibs\*.dll" />
</ItemGroup>

<Copy SourceFiles="@(DependencyFiles)" DestinationFolder="$(OutDir)" Condition="@(DependencyFiles-&gt;Count()) != 0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<Target Name="CopyRuntimeLibraries" AfterTargets="AfterBuild">
<ItemGroup>
<DependencyFiles Include="$(MSBuildThisFileDirectory)runtimelibs\*.dll" />
<DependencyFiles Include="$(MSBuildThisFileDirectory)\..\runtimelibs\*.dll" />
</ItemGroup>

<Copy SourceFiles="@(DependencyFiles)" DestinationFolder="$(OutDir)" Condition="@(DependencyFiles-&gt;Count()) != 0" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1690704

Please sign in to comment.