diff --git a/Solution/Wikipet's/Views/AppShell.xaml b/Solution/Wikipet's/Views/AppShell.xaml
index ae7954e..dba497b 100644
--- a/Solution/Wikipet's/Views/AppShell.xaml
+++ b/Solution/Wikipet's/Views/AppShell.xaml
@@ -7,8 +7,13 @@
Shell.FlyoutBehavior="Disabled">
+
+
diff --git a/Solution/Wikipet's/Views/Especes.xaml b/Solution/Wikipet's/Views/Especes.xaml
new file mode 100644
index 0000000..369b086
--- /dev/null
+++ b/Solution/Wikipet's/Views/Especes.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Solution/Wikipet's/Views/Especes.xaml.cs b/Solution/Wikipet's/Views/Especes.xaml.cs
new file mode 100644
index 0000000..3ef2dd5
--- /dev/null
+++ b/Solution/Wikipet's/Views/Especes.xaml.cs
@@ -0,0 +1,9 @@
+namespace Views;
+
+public partial class Especes : ContentPage
+{
+ public Especes()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Solution/Wikipet's/Views/MainPage.xaml b/Solution/Wikipet's/Views/MainPage.xaml
index 4deb5d0..e04fc2f 100644
--- a/Solution/Wikipet's/Views/MainPage.xaml
+++ b/Solution/Wikipet's/Views/MainPage.xaml
@@ -16,25 +16,18 @@
HorizontalOptions="Center" />
-
-
diff --git a/Solution/Wikipet's/Views/MainPage.xaml.cs b/Solution/Wikipet's/Views/MainPage.xaml.cs
index 69dc316..1bbec15 100644
--- a/Solution/Wikipet's/Views/MainPage.xaml.cs
+++ b/Solution/Wikipet's/Views/MainPage.xaml.cs
@@ -8,17 +8,5 @@
{
InitializeComponent();
}
-
- private void OnCounterClicked(object sender, EventArgs e)
- {
- count++;
-
- if (count == 1)
- CounterBtn.Text = $"Clicked {count} time";
- else
- CounterBtn.Text = $"Clicked {count} times";
-
- SemanticScreenReader.Announce(CounterBtn.Text);
- }
}
}
\ No newline at end of file
diff --git a/Solution/Wikipet's/Views/Platforms/Windows/Package.appxmanifest b/Solution/Wikipet's/Views/Platforms/Windows/Package.appxmanifest
index ee3f95b..e89a4d3 100644
--- a/Solution/Wikipet's/Views/Platforms/Windows/Package.appxmanifest
+++ b/Solution/Wikipet's/Views/Platforms/Windows/Package.appxmanifest
@@ -8,7 +8,7 @@
-
+
$placeholder$
diff --git a/Solution/Wikipet's/Views/Views.csproj b/Solution/Wikipet's/Views/Views.csproj
index 23f46c7..ebf6bb5 100644
--- a/Solution/Wikipet's/Views/Views.csproj
+++ b/Solution/Wikipet's/Views/Views.csproj
@@ -16,7 +16,7 @@
com.companyname.views
- d3847f31-5042-4f5e-9185-e7666ac56268
+ 89315e73-85a7-4786-8542-6423c34898ac
1.0
@@ -52,4 +52,16 @@
+
+
+ Especes.xaml
+
+
+
+
+
+ MSBuild:Compile
+
+
+
diff --git a/Solution/Wikipet's/Wikipet's.sln b/Solution/Wikipet's/Wikipet's.sln
index d8211b2..48c95fa 100644
--- a/Solution/Wikipet's/Wikipet's.sln
+++ b/Solution/Wikipet's/Wikipet's.sln
@@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Views", "Views\Views.csproj", "{5D9910CE-1DC8-4025-9489-41167E41D55B}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{66D1B4E7-A14F-4DCE-89D1-31CC53E5F3B9}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "Console\Console.csproj", "{66D1B4E7-A14F-4DCE-89D1-31CC53E5F3B9}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{83309215-075B-406F-A72E-45E40AD47E43}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{83309215-075B-406F-A72E-45E40AD47E43}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Views", "Views\Views.csproj", "{6FB34AC9-C9A0-4223-96A0-C8D3D7C3242F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,12 +15,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5D9910CE-1DC8-4025-9489-41167E41D55B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5D9910CE-1DC8-4025-9489-41167E41D55B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5D9910CE-1DC8-4025-9489-41167E41D55B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
- {5D9910CE-1DC8-4025-9489-41167E41D55B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5D9910CE-1DC8-4025-9489-41167E41D55B}.Release|Any CPU.Build.0 = Release|Any CPU
- {5D9910CE-1DC8-4025-9489-41167E41D55B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{66D1B4E7-A14F-4DCE-89D1-31CC53E5F3B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66D1B4E7-A14F-4DCE-89D1-31CC53E5F3B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66D1B4E7-A14F-4DCE-89D1-31CC53E5F3B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -29,6 +23,12 @@ Global
{83309215-075B-406F-A72E-45E40AD47E43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83309215-075B-406F-A72E-45E40AD47E43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83309215-075B-406F-A72E-45E40AD47E43}.Release|Any CPU.Build.0 = Release|Any CPU
+ {6FB34AC9-C9A0-4223-96A0-C8D3D7C3242F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {6FB34AC9-C9A0-4223-96A0-C8D3D7C3242F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {6FB34AC9-C9A0-4223-96A0-C8D3D7C3242F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {6FB34AC9-C9A0-4223-96A0-C8D3D7C3242F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {6FB34AC9-C9A0-4223-96A0-C8D3D7C3242F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {6FB34AC9-C9A0-4223-96A0-C8D3D7C3242F}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE