Skip to content

Commit

Permalink
Try to fix cannot copy data to output for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Reporting Issue committed Sep 21, 2023
1 parent d920f1b commit 50a8e1a
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -20,12 +20,13 @@
<ProjectReference Include="..\BinaryKits.Zpl.Viewer\BinaryKits.Zpl.Viewer.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Data\**">
<Content Update="Data\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Data\Png\Test\" />
<Folder Include="Data\Png\Ref\" />
<Folder Include="Data\Png\Test\" />
<Folder Include="Data\Png\Ref\" />
<Folder Include="Data\Zpl\" />
</ItemGroup>
</Project>

0 comments on commit 50a8e1a

Please sign in to comment.