This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
source/com.android.support/support-annotations Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 55 AssemblyFile =" Xamarin.Android.Support.BuildTasks.dll"
66 TaskName =" Xamarin.Android.Support.BuildTasks.VerifyVersionsTask" />
77
8+ <PropertyGroup >
9+ <_SupportedVersionsStamp >$(IntermediateOutputPath)_VerifyXamarinAndroidSupportVersions.stamp</_SupportedVersionsStamp >
10+ </PropertyGroup >
11+
812 <Target
913 Name =" _VerifyXamarinAndroidSupportVersions"
10- AfterTargets =" ResolveAssemblyReferences" >
14+ Condition =" '$(DesignTimeBuild)' != 'True' "
15+ AfterTargets =" ResolveAssemblyReferences"
16+ Inputs =" $(MSBuildProjectFile);$(AndroidManifest)"
17+ Outputs =" $(_SupportedVersionsStamp)" >
1118
1219 <PropertyGroup >
1320 <XamarinAndroidSupportSkipVerifyVersions Condition =" '$(XamarinAndroidSupportSkipVerifyVersions)'==''" >false</XamarinAndroidSupportSkipVerifyVersions >
2431 >
2532 </VerifyVersionsTask >
2633
34+ <Touch
35+ AlwaysCreate =" True"
36+ Files =" $(_SupportedVersionsStamp)"
37+ />
38+ <ItemGroup >
39+ <FileWrites Include =" $(_SupportedVersionsStamp)" />
40+ </ItemGroup >
41+
2742 </Target >
2843
2944</Project >
You can’t perform that action at this time.
0 commit comments