Skip to content

Commit f695012

Browse files
authored
Renamed the "All component" solution (#401)
* Renamed the "All component" solution * Rename LABS_ALL_SAMPLES to ALL_SAMPLES
1 parent 5cb5954 commit f695012

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CommunityToolkit.App.Shared/AppLoadingView.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

GenerateAllSolution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ProjectHeads/App.Head.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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>

0 commit comments

Comments
 (0)