Skip to content

Commit

Permalink
Exclude .pri file from forms package
Browse files Browse the repository at this point in the history
It was getting pulled in from the non-forms package and is not necessary here.  It was causing uap apps to not compile because they were looking for resources from the pri file which did not exist.
  • Loading branch information
Redth committed Mar 12, 2020
1 parent 7ea4b5e commit 7a8fdb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ZXing.Net.Mobile.Forms/ZXing.Net.Mobile.Forms.csproj
Expand Up @@ -32,6 +32,7 @@
<PackageProjectUrl>http://github.com/Redth/ZXing.Net.Mobile</PackageProjectUrl>
<DebugType>portable</DebugType>
<Configurations>Debug;Release</Configurations>
<IncludeProjectPriFile>false</IncludeProjectPriFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 7a8fdb9

Please sign in to comment.