|
17 | 17 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
18 | 18 | <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> |
19 | 19 | <TargetFrameworkVersion>v9.0</TargetFrameworkVersion> |
20 | | - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
21 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 20 | + <!--<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 21 | + <PublishRepositoryUrl>true</PublishRepositoryUrl>--> |
22 | 22 | </PropertyGroup> |
23 | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
24 | 24 | <DebugSymbols>true</DebugSymbols> |
|
30 | 30 | <WarningLevel>4</WarningLevel> |
31 | 31 | </PropertyGroup> |
32 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
33 | | - <DebugType>portable</DebugType> |
| 33 | + <DebugType>none</DebugType> |
34 | 34 | <Optimize>true</Optimize> |
35 | 35 | <OutputPath>bin\Release\</OutputPath> |
36 | 36 | <DefineConstants>TRACE</DefineConstants> |
37 | 37 | <ErrorReport>prompt</ErrorReport> |
38 | 38 | <WarningLevel>4</WarningLevel> |
39 | | - <DebugSymbols>true</DebugSymbols> |
| 39 | + <DebugSymbols>false</DebugSymbols> |
40 | 40 | </PropertyGroup> |
41 | 41 | <ItemGroup> |
42 | 42 | <Reference Include="Microsoft.CSharp" /> |
|
57 | 57 | <Compile Include="Widgets\SelectableAdapter.cs" /> |
58 | 58 | </ItemGroup> |
59 | 59 | <ItemGroup> |
60 | | - <PackageReference Include="Microsoft.SourceLink.GitHub"> |
| 60 | + <!--<PackageReference Include="Microsoft.SourceLink.GitHub"> |
61 | 61 | <Version>1.0.0-beta-63127-02</Version> |
62 | 62 | <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
63 | 63 | <PrivateAssets>all</PrivateAssets> |
64 | | - </PackageReference> |
| 64 | + </PackageReference>--> |
65 | 65 | <PackageReference Include="Xamarin.Android.Support.v7.RecyclerView"> |
66 | 66 | <Version>27.0.2.1</Version> |
67 | 67 | </PackageReference> |
|
0 commit comments