Skip to content

Commit

Permalink
Removin warnings in template project
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur committed Jun 2, 2020
1 parent 655defb commit 5f70e63
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<ContentTargetFolders>content</ContentTargetFolders>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;NU5128</NoWarn>
</PropertyGroup>

<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
<Compile Remove="**\*" />
Expand Down

0 comments on commit 5f70e63

Please sign in to comment.