Skip to content

Commit

Permalink
fix preferences not copied to build directoryy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanyucel committed Jun 15, 2023
1 parent 42a5cd5 commit ba3702b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions DovizKuru.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@
<AssemblyVersion>1.0.4</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
<None Remove="assets\preferences.json" />
</ItemGroup>

<ItemGroup>
<Content Include="assets\icon.ico" />
<Content Include="assets\preferences.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
Expand All @@ -25,10 +32,4 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
<None Update="assets\preferences.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit ba3702b

Please sign in to comment.