From 6bf350677b48a640402645ae600e3f574d290f4c Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Tue, 29 Aug 2023 20:47:05 -0500 Subject: [PATCH 1/2] Added component icons as library assets --- .../samples/Animations.Samples.csproj | 8 +++++ .../samples/Behaviors.Samples.csproj | 16 +++++++++ .../samples/CameraPreview.Samples.csproj | 9 +++++ .../samples/Collections.Samples.csproj | 8 +++++ .../samples/DeveloperTools.Samples.csproj | 8 +++++ .../samples/Extensions.Samples.csproj | 8 +++++ .../samples/HeaderedControls.Samples.csproj | 12 +++++++ .../Helpers/samples/Helpers.Samples.csproj | 28 ++++++++++++++++ .../samples/ImageCropper.Samples.csproj | 4 +++ .../LayoutTransformControl.Samples.csproj | 8 +++++ components/Media/samples/Media.Samples.csproj | 5 +++ .../samples/MetadataControl.Samples.csproj | 8 +++++ .../samples/Primitives.Samples.csproj | 33 ++++++++++++++++++- .../samples/RadialGauge.Samples.csproj | 8 +++++ .../samples/RangeSelector.Samples.csproj | 8 +++++ .../samples/RichSuggestBox.Samples.csproj | 8 +++++ .../samples/Segmented.Samples.csproj | 8 +++++ .../samples/SettingsControls.Samples.csproj | 12 +++++++ .../Sizers/samples/SizerBase.Samples.csproj | 20 +++++++++++ .../samples/TokenizingTextBox.Samples.csproj | 8 +++++ .../Triggers/samples/Triggers.Samples.csproj | 10 ++++++ tooling | 2 +- 22 files changed, 237 insertions(+), 2 deletions(-) diff --git a/components/Animations/samples/Animations.Samples.csproj b/components/Animations/samples/Animations.Samples.csproj index 8a745515..549f237c 100644 --- a/components/Animations/samples/Animations.Samples.csproj +++ b/components/Animations/samples/Animations.Samples.csproj @@ -13,6 +13,8 @@ + + @@ -36,5 +38,11 @@ PreserveNewest + + PreserveNewest + + + PreserveNewest + diff --git a/components/Behaviors/samples/Behaviors.Samples.csproj b/components/Behaviors/samples/Behaviors.Samples.csproj index 9f3e1b2a..77030400 100644 --- a/components/Behaviors/samples/Behaviors.Samples.csproj +++ b/components/Behaviors/samples/Behaviors.Samples.csproj @@ -12,10 +12,26 @@ + + + + PreserveNewest + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + diff --git a/components/CameraPreview/samples/CameraPreview.Samples.csproj b/components/CameraPreview/samples/CameraPreview.Samples.csproj index b910ea2a..a59ac957 100644 --- a/components/CameraPreview/samples/CameraPreview.Samples.csproj +++ b/components/CameraPreview/samples/CameraPreview.Samples.csproj @@ -5,4 +5,13 @@ + + + + + + + PreserveNewest + + diff --git a/components/Collections/samples/Collections.Samples.csproj b/components/Collections/samples/Collections.Samples.csproj index 130ff6af..5d376ec3 100644 --- a/components/Collections/samples/Collections.Samples.csproj +++ b/components/Collections/samples/Collections.Samples.csproj @@ -6,11 +6,19 @@ + + + + PreserveNewest + PreserveNewest + + PreserveNewest + diff --git a/components/DeveloperTools/samples/DeveloperTools.Samples.csproj b/components/DeveloperTools/samples/DeveloperTools.Samples.csproj index 7e8d522b..09ea69f1 100644 --- a/components/DeveloperTools/samples/DeveloperTools.Samples.csproj +++ b/components/DeveloperTools/samples/DeveloperTools.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/Extensions/samples/Extensions.Samples.csproj b/components/Extensions/samples/Extensions.Samples.csproj index 70db0826..33af7944 100644 --- a/components/Extensions/samples/Extensions.Samples.csproj +++ b/components/Extensions/samples/Extensions.Samples.csproj @@ -6,11 +6,19 @@ + + + + PreserveNewest + PreserveNewest + + PreserveNewest + diff --git a/components/HeaderedControls/samples/HeaderedControls.Samples.csproj b/components/HeaderedControls/samples/HeaderedControls.Samples.csproj index 6705dfe5..b433cdf3 100644 --- a/components/HeaderedControls/samples/HeaderedControls.Samples.csproj +++ b/components/HeaderedControls/samples/HeaderedControls.Samples.csproj @@ -7,12 +7,24 @@ + + + PreserveNewest + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + PreserveNewest diff --git a/components/Helpers/samples/Helpers.Samples.csproj b/components/Helpers/samples/Helpers.Samples.csproj index 9fedb4eb..00dbe847 100644 --- a/components/Helpers/samples/Helpers.Samples.csproj +++ b/components/Helpers/samples/Helpers.Samples.csproj @@ -5,4 +5,32 @@ + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + diff --git a/components/ImageCropper/samples/ImageCropper.Samples.csproj b/components/ImageCropper/samples/ImageCropper.Samples.csproj index ae323d68..69eac018 100644 --- a/components/ImageCropper/samples/ImageCropper.Samples.csproj +++ b/components/ImageCropper/samples/ImageCropper.Samples.csproj @@ -7,10 +7,14 @@ + PreserveNewest + + PreserveNewest + diff --git a/components/LayoutTransformControl/samples/LayoutTransformControl.Samples.csproj b/components/LayoutTransformControl/samples/LayoutTransformControl.Samples.csproj index d299484f..691bd859 100644 --- a/components/LayoutTransformControl/samples/LayoutTransformControl.Samples.csproj +++ b/components/LayoutTransformControl/samples/LayoutTransformControl.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/Media/samples/Media.Samples.csproj b/components/Media/samples/Media.Samples.csproj index ed9abba0..2130c054 100644 --- a/components/Media/samples/Media.Samples.csproj +++ b/components/Media/samples/Media.Samples.csproj @@ -8,8 +8,13 @@ + + PreserveNewest + + PreserveNewest + diff --git a/components/MetadataControl/samples/MetadataControl.Samples.csproj b/components/MetadataControl/samples/MetadataControl.Samples.csproj index 7be36aac..204bc9c3 100644 --- a/components/MetadataControl/samples/MetadataControl.Samples.csproj +++ b/components/MetadataControl/samples/MetadataControl.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/Primitives/samples/Primitives.Samples.csproj b/components/Primitives/samples/Primitives.Samples.csproj index 80b363b0..fe8244d6 100644 --- a/components/Primitives/samples/Primitives.Samples.csproj +++ b/components/Primitives/samples/Primitives.Samples.csproj @@ -11,17 +11,48 @@ + + + + + + + + + + + + PreserveNewest + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + PreserveNewest - + + PreserveNewest + + PreserveNewest + UniformGridSample.xaml diff --git a/components/RadialGauge/samples/RadialGauge.Samples.csproj b/components/RadialGauge/samples/RadialGauge.Samples.csproj index 7ee8a5b1..7d3c54b9 100644 --- a/components/RadialGauge/samples/RadialGauge.Samples.csproj +++ b/components/RadialGauge/samples/RadialGauge.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/RangeSelector/samples/RangeSelector.Samples.csproj b/components/RangeSelector/samples/RangeSelector.Samples.csproj index ec310ea5..3f6edcd8 100644 --- a/components/RangeSelector/samples/RangeSelector.Samples.csproj +++ b/components/RangeSelector/samples/RangeSelector.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/RichSuggestBox/samples/RichSuggestBox.Samples.csproj b/components/RichSuggestBox/samples/RichSuggestBox.Samples.csproj index 707e77a5..6f58b9c8 100644 --- a/components/RichSuggestBox/samples/RichSuggestBox.Samples.csproj +++ b/components/RichSuggestBox/samples/RichSuggestBox.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/Segmented/samples/Segmented.Samples.csproj b/components/Segmented/samples/Segmented.Samples.csproj index bb7b1ed2..c99ee27d 100644 --- a/components/Segmented/samples/Segmented.Samples.csproj +++ b/components/Segmented/samples/Segmented.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/SettingsControls/samples/SettingsControls.Samples.csproj b/components/SettingsControls/samples/SettingsControls.Samples.csproj index a75dc396..6f1bff21 100644 --- a/components/SettingsControls/samples/SettingsControls.Samples.csproj +++ b/components/SettingsControls/samples/SettingsControls.Samples.csproj @@ -9,4 +9,16 @@ + + + + + + + PreserveNewest + + + PreserveNewest + + diff --git a/components/Sizers/samples/SizerBase.Samples.csproj b/components/Sizers/samples/SizerBase.Samples.csproj index 6f0b9aeb..031fbfaa 100644 --- a/components/Sizers/samples/SizerBase.Samples.csproj +++ b/components/Sizers/samples/SizerBase.Samples.csproj @@ -5,4 +5,24 @@ + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + diff --git a/components/TokenizingTextBox/samples/TokenizingTextBox.Samples.csproj b/components/TokenizingTextBox/samples/TokenizingTextBox.Samples.csproj index 7f375002..2e9bc98a 100644 --- a/components/TokenizingTextBox/samples/TokenizingTextBox.Samples.csproj +++ b/components/TokenizingTextBox/samples/TokenizingTextBox.Samples.csproj @@ -5,4 +5,12 @@ + + + + + + PreserveNewest + + diff --git a/components/Triggers/samples/Triggers.Samples.csproj b/components/Triggers/samples/Triggers.Samples.csproj index 5d52c66c..f99545b9 100644 --- a/components/Triggers/samples/Triggers.Samples.csproj +++ b/components/Triggers/samples/Triggers.Samples.csproj @@ -5,6 +5,16 @@ + + + + + + + PreserveNewest + + + CompareStateTriggerSample.xaml diff --git a/tooling b/tooling index a869496f..7a39688e 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit a869496faa1dc89c4669bc4cc66add3e86d00fc5 +Subproject commit 7a39688ea3a339d935e951d3b420b2e5652c18f9 From 08f8aff5d0a9aac84f7d089294205338380884bd Mon Sep 17 00:00:00 2001 From: Arlo Godfrey Date: Wed, 30 Aug 2023 11:22:16 -0500 Subject: [PATCH 2/2] Updated tooling to latest main --- tooling | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling b/tooling index 7a39688e..f3f17bac 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 7a39688ea3a339d935e951d3b420b2e5652c18f9 +Subproject commit f3f17bac2f005c276d3c1d148786322880f9ae1e