File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ protected override void OnNavigatedTo(NavigationEventArgs e)
8585 return ;
8686 }
8787
88- #if LABS_ALL_SAMPLES
88+ #if ALL_SAMPLES
8989 ScheduleNavigate ( typeof ( Shell ) , sampleDocs ) ;
9090#else
9191 var samples = FindReferencedSamples ( ) . ToArray ( ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Param (
3232& ./ common/ MultiTarget/ GenerateAllProjectReferences.ps1
3333
3434# Set up constant values
35- $generatedSolutionFilePath = ' Toolkit.Labs.All .sln'
35+ $generatedSolutionFilePath = ' CommunityToolkit.AllComponents .sln'
3636$platforms = ' "Any CPU;x64;x86;ARM64"'
3737$slngenConfig = " --folders true --collapsefolders true --ignoreMainProject"
3838
Original file line number Diff line number Diff line change 2828 <IsProjectTemplateHead Condition =" $(MSBuildProjectName.StartsWith('ProjectTemplate')) == 'true'" >true</IsProjectTemplateHead >
2929 <IsSingleExperimentHead Condition =" '$(IsAllExperimentHead)' != 'true' AND '$(IsProjectTemplateHead)' != 'true'" >true</IsSingleExperimentHead >
3030
31- <DefineConstants Condition =" $(IsAllExperimentHead) == 'true'" >$(DefineConstants);LABS_ALL_SAMPLES </DefineConstants >
31+ <DefineConstants Condition =" $(IsAllExperimentHead) == 'true'" >$(DefineConstants);ALL_SAMPLES </DefineConstants >
3232
3333 <SlnGenIsDeployable >true</SlnGenIsDeployable >
3434 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments