| | |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| | | <DebugSymbols>True</DebugSymbols> |
| | | <DebugType>portable</DebugType> |
| | | <Optimize>False</Optimize> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\Debug\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE;__Android__</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | |
| | | <AndroidSigningKeyPass>85521566</AndroidSigningKeyPass> |
| | | <AndroidSigningKeyAlias>on_plus</AndroidSigningKeyAlias> |
| | | <PlatformTarget>AnyCPU</PlatformTarget> |
| | | <AotAssemblies>false</AotAssemblies> |
| | | <EnableLLVM>false</EnableLLVM> |
| | | <AndroidEnableProfiledAot>false</AndroidEnableProfiledAot> |
| | | <BundleAssemblies>false</BundleAssemblies> |
| | | <AndroidEnableMultiDex>false</AndroidEnableMultiDex> |
| | | <AndroidUseAapt2>true</AndroidUseAapt2> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| | | <DebugSymbols>True</DebugSymbols> |
| | |
| | | <Compile Include="Properties\AssemblyInfo.cs" /> |
| | | <Compile Include="Application.cs" /> |
| | | <Compile Include="Scan.cs" /> |
| | | <Compile Include="SplashActivity.cs" /> |
| | | <Compile Include="ZXingCustomScanView.cs" /> |
| | | <Compile Include="ZXingOverlayView.cs" /> |
| | | <Compile Include="Other\JLCountrycode.cs" /> |