We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c9dfb1 + d523b70 commit 7ea4b5eCopy full SHA for 7ea4b5e
1 file changed
ZXing.Net.Mobile/ZXing.Net.Mobile.csproj
@@ -118,5 +118,12 @@
118
<Reference Include="zxing">
119
<HintPath>..\ZXing.Net\zxing.dll</HintPath>
120
</Reference>
121
+ <None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\monoandroid10.0" />
122
+ <None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\monoandroid90" />
123
+ <None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\netstandard2.0" />
124
+ <None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\tizen40" />
125
+ <None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\uap10.0.16299" />
126
+ <None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\xamarinios10" />
127
+ <None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\xamarinmac20" />
128
</ItemGroup>
129
</Project>
0 commit comments