Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Keep legacy resource system when building from VisualStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Dec 19, 2019
1 parent fa060f3 commit 9f4deeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bdt.GuiClient/Bdt.GuiClient.csproj
Expand Up @@ -8,7 +8,7 @@
<Copyright>Sebastien Lebreton</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<Description>BoutDuTunnel GUI client</Description>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<GenerateResourceUsePreserializedResources Condition="'$(BuildingInsideVisualStudio)' != 'true'">true</GenerateResourceUsePreserializedResources>
<ApplicationIcon>Resources\client.ico</ApplicationIcon>
</PropertyGroup>

Expand All @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Resources.Extensions" Version="4.6.0" />
<PackageReference Condition="'$(BuildingInsideVisualStudio)' != 'true'" Include="System.Resources.Extensions" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f4deeb

Please sign in to comment.