diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..83a7897 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.vs +/MauiApp1/bin +/MauiApp1/obj \ No newline at end of file diff --git a/.vs/MauiApp1/FileContentIndex/4f020b76-00c9-42ec-babc-ee0cdcf1a442.vsidx b/.vs/MauiApp1/FileContentIndex/4f020b76-00c9-42ec-babc-ee0cdcf1a442.vsidx deleted file mode 100644 index 84352b6..0000000 Binary files a/.vs/MauiApp1/FileContentIndex/4f020b76-00c9-42ec-babc-ee0cdcf1a442.vsidx and /dev/null differ diff --git a/.vs/MauiApp1/v17/.suo b/.vs/MauiApp1/v17/.suo index 836ece9..1f0be02 100644 Binary files a/.vs/MauiApp1/v17/.suo and b/.vs/MauiApp1/v17/.suo differ diff --git a/.vs/MauiApp1/v17/DocumentLayout.json b/.vs/MauiApp1/v17/DocumentLayout.json index 61a5017..a5f2bd6 100644 --- a/.vs/MauiApp1/v17/DocumentLayout.json +++ b/.vs/MauiApp1/v17/DocumentLayout.json @@ -1,7 +1,12 @@ { "Version": 1, "WorkspaceRootPath": "D:\\ip-470\\MauiApp1\\", - "Documents": [], + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{FF717829-6BB8-4818-9F10-F8A21D0D89E4}|MauiApp1\\MauiApp1.csproj|d:\\ip-470\\mauiapp1\\mauiapp1\\newcontent1.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}", + "RelativeMoniker": "D:0:0:{FF717829-6BB8-4818-9F10-F8A21D0D89E4}|MauiApp1\\MauiApp1.csproj|solutionrelative:mauiapp1\\newcontent1.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}" + } + ], "DocumentGroupContainers": [ { "Orientation": 0, @@ -9,7 +14,7 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": -1, + "SelectedChildIndex": 12, "Children": [ { "$type": "Bookmark", @@ -58,6 +63,19 @@ { "$type": "Bookmark", "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" + }, + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "NewContent1.xaml", + "DocumentMoniker": "D:\\ip-470\\MauiApp1\\MauiApp1\\NewContent1.xaml", + "RelativeDocumentMoniker": "MauiApp1\\NewContent1.xaml", + "ToolTip": "D:\\ip-470\\MauiApp1\\MauiApp1\\NewContent1.xaml", + "RelativeToolTip": "MauiApp1\\NewContent1.xaml", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAsAAAAAAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", + "WhenOpened": "2025-03-05T07:46:36.504Z", + "EditorCaption": "" } ] }, diff --git a/MauiApp1/.gitignore b/MauiApp1/.gitignore deleted file mode 100644 index 0a079b6..0000000 --- a/MauiApp1/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/bin -/obj \ No newline at end of file diff --git a/MauiApp1/MauiApp1.csproj b/MauiApp1/MauiApp1.csproj index bace591..a089a41 100644 --- a/MauiApp1/MauiApp1.csproj +++ b/MauiApp1/MauiApp1.csproj @@ -62,4 +62,10 @@ + + + MSBuild:Compile + + + diff --git a/MauiApp1/MauiApp1.csproj.user b/MauiApp1/MauiApp1.csproj.user index 891593c..bb8b5ed 100644 --- a/MauiApp1/MauiApp1.csproj.user +++ b/MauiApp1/MauiApp1.csproj.user @@ -6,6 +6,11 @@ Windows Machine + + Designer + + + Designer diff --git a/MauiApp1/NewContent1.xaml b/MauiApp1/NewContent1.xaml new file mode 100644 index 0000000..865ecfc --- /dev/null +++ b/MauiApp1/NewContent1.xaml @@ -0,0 +1,11 @@ + + + + + diff --git a/MauiApp1/NewContent1.xaml.cs b/MauiApp1/NewContent1.xaml.cs new file mode 100644 index 0000000..fefd314 --- /dev/null +++ b/MauiApp1/NewContent1.xaml.cs @@ -0,0 +1,9 @@ +namespace MauiApp1; + +public partial class NewContent1 : ContentView +{ + public NewContent1() + { + InitializeComponent(); + } +} \ No newline at end of file