diff options
Diffstat (limited to 'ColourFlood/ColourFlood.csproj')
| -rw-r--r-- | ColourFlood/ColourFlood.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ColourFlood/ColourFlood.csproj b/ColourFlood/ColourFlood.csproj index ee5276c..9b4368e 100644 --- a/ColourFlood/ColourFlood.csproj +++ b/ColourFlood/ColourFlood.csproj | |||
| @@ -9,4 +9,13 @@ | |||
| 9 | <InvariantGlobalization>true</InvariantGlobalization> | 9 | <InvariantGlobalization>true</InvariantGlobalization> |
| 10 | </PropertyGroup> | 10 | </PropertyGroup> |
| 11 | 11 | ||
| 12 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
| 13 | <PlatformTarget>ARM64</PlatformTarget> | ||
| 14 | <DebugType>none</DebugType> | ||
| 15 | </PropertyGroup> | ||
| 16 | |||
| 17 | <ItemGroup> | ||
| 18 | <PackageReference Include="HtmlAgilityPack" Version="1.12.4" /> | ||
| 19 | </ItemGroup> | ||
| 20 | |||
| 12 | </Project> | 21 | </Project> |