Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #90 from Foxlider/feature/Update-1.6
Browse files Browse the repository at this point in the history
Hotfix 3 - 1.6b
  • Loading branch information
Foxlider authored Apr 1, 2020
2 parents 81160bd + 82a7951 commit 51ac7d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions FASTER/FASTER.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
<NoWarn>1701;1702;NU1701;CS8002</NoWarn>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<NoWarn>1701;1702;NU1701;CS8002</NoWarn>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<NoWarn>1701;1702;NU1701;CS8002</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\FASTER.ico" />
Expand Down
9 changes: 9 additions & 0 deletions FASTERTests/FASTERTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;NU1701;CS8002</NoWarn>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<NoWarn>1701;1702;NU1701;CS8002</NoWarn>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<NoWarn>1701;1702;NU1701;CS8002</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

Expand Down

0 comments on commit 51ac7d4

Please sign in to comment.