diff --git a/TheGameExtreme/TheGameExtreme.csproj b/TheGameExtreme/TheGameExtreme.csproj index 42be72c..0f43320 100644 --- a/TheGameExtreme/TheGameExtreme.csproj +++ b/TheGameExtreme/TheGameExtreme.csproj @@ -38,9 +38,11 @@ ResXFileCodeGenerator AppRessources-br.Designer.cs - - PublicResXFileCodeGenerator - AppResources.Designer.cs + + MSBuild:UpdateDesignTimeXaml + + + MSBuild:UpdateDesignTimeXaml @@ -54,8 +56,5 @@ True AppRessources-br.resx - - AppResources.resx - \ No newline at end of file diff --git a/TheGameExtreme/view/App.xaml b/TheGameExtreme/view/App.xaml index 739a401..706e71b 100644 --- a/TheGameExtreme/view/App.xaml +++ b/TheGameExtreme/view/App.xaml @@ -6,17 +6,21 @@ - + - + - + + + \ No newline at end of file diff --git a/TheGameExtreme/view/AppResources.Designer.cs b/TheGameExtreme/view/AppResources.Designer.cs deleted file mode 100644 index 169b709..0000000 --- a/TheGameExtreme/view/AppResources.Designer.cs +++ /dev/null @@ -1,56 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace TheGameExtreme.view { - using System; - using System.Reflection; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class AppResources { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal AppResources() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - public static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("TheGameExtreme.view.AppResources", typeof(AppResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - public static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - public static string coucou { - get { - return ResourceManager.GetString("coucou", resourceCulture); - } - } - } -} diff --git a/TheGameExtreme/view/AppResources.resx b/TheGameExtreme/view/AppResources.resx deleted file mode 100644 index 67bbe9a..0000000 --- a/TheGameExtreme/view/AppResources.resx +++ /dev/null @@ -1,22 +0,0 @@ - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - coucou - Valeur de test - - - - diff --git a/TheGameExtreme/view/HomePage.xaml b/TheGameExtreme/view/HomePage.xaml index 12f794e..5fcf05b 100644 --- a/TheGameExtreme/view/HomePage.xaml +++ b/TheGameExtreme/view/HomePage.xaml @@ -25,8 +25,6 @@ FontSize="35" VerticalTextAlignment="Center"/> - - + BackgroundColor="Transparent"/>