| | |
| | | <DebugType>portable</DebugType> |
| | | <Optimize>False</Optimize> |
| | | <OutputPath>bin\Debug\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <DefineConstants>DEBUG;TRACE;__Android__</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk> |
| | |
| | | <DebugType>portable</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\Release\</OutputPath> |
| | | <DefineConstants>TRACE</DefineConstants> |
| | | <DefineConstants>TRACE;__Android__;</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <AndroidManagedSymbols>true</AndroidManagedSymbols> |
| | |
| | | <Reference Include="Xamarin.Android.Support.Vector.Drawable"> |
| | | <HintPath>..\DLL\Android\Xamarin.Android.Support.Vector.Drawable.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Shared.Droid.JLCountryCode"> |
| | | <HintPath>..\DLL\Android\Shared.Droid.JLCountryCode.dll</HintPath> |
| | | </Reference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Compile Include="MainActivity.cs" /> |
| | |
| | | <Compile Include="Scan.cs" /> |
| | | <Compile Include="ZXingCustomScanView.cs" /> |
| | | <Compile Include="ZXingOverlayView.cs" /> |
| | | <Compile Include="Other\JLCountrycode.cs" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Resources\AboutResources.txt" /> |
| | |
| | | <PackageReference Include="ZXing.Net.Mobile"> |
| | | <Version>2.4.1</Version> |
| | | </PackageReference> |
| | | <PackageReference Include="RestSharp"> |
| | | <Version>106.11.7</Version> |
| | | </PackageReference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <AndroidAsset Include="Assets\Language.ini" /> |