diff --git a/Wanderer.csproj b/Wanderer.csproj
index 9018aef0b62da35adad2173b26b8d73fe8792752..ae94d862468bcee2180491b0db30643e7f685871 100644
--- a/Wanderer.csproj
+++ b/Wanderer.csproj
@@ -8,11 +8,10 @@
     <OutputType>WinExe</OutputType>
     <RootNamespace>Wanderer</RootNamespace>
     <AssemblyName>Wanderer</AssemblyName>
-    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
     <Deterministic>true</Deterministic>
-    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
@@ -47,6 +46,12 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="view\FormFin.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="view\FormFin.Designer.cs">
+      <DependentUpon>FormFin.cs</DependentUpon>
+    </Compile>
     <Compile Include="view\FormAide.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -70,6 +75,9 @@
     <EmbeddedResource Include="view\FormAide.resx">
       <DependentUpon>FormAide.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="view\FormFin.resx">
+      <DependentUpon>FormFin.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="view\FormJeu.resx">
       <DependentUpon>FormJeu.cs</DependentUpon>
     </EmbeddedResource>
@@ -84,7 +92,6 @@
     <Compile Include="Properties\Resources.Designer.cs">
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
-      <DesignTime>True</DesignTime>
     </Compile>
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
diff --git a/view/FormFin.Designer.cs b/view/FormFin.Designer.cs
index 66e09140391031fc4c0a5684de9cbd306518f462..a3569f43320793a25fed636889fad43f5fa61b9c 100644
--- a/view/FormFin.Designer.cs
+++ b/view/FormFin.Designer.cs
@@ -1,7 +1,7 @@
 
 namespace Wanderer.view
 {
-    partial class Form1
+    partial class FormFin
     {
         /// <summary>
         /// Required designer variable.
@@ -29,10 +29,17 @@ namespace Wanderer.view
         /// </summary>
         private void InitializeComponent()
         {
-            this.components = new System.ComponentModel.Container();
+            this.SuspendLayout();
+            // 
+            // FormFin
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(800, 450);
-            this.Text = "Form1";
+            this.Name = "FormFin";
+            this.Text = "Fin";
+            this.ResumeLayout(false);
+
         }
 
         #endregion
diff --git a/view/FormFin.cs b/view/FormFin.cs
index ab6df4335b49edb68eb6bd995ddebf759b7adb30..6e8b1a88a24355605ea039c0be76e5455a1cb4bc 100644
--- a/view/FormFin.cs
+++ b/view/FormFin.cs
@@ -10,9 +10,9 @@ using System.Windows.Forms;
 
 namespace Wanderer.view
 {
-    public partial class Form1 : Form
+    public partial class FormFin : Form
     {
-        public Form1()
+        public FormFin()
         {
             InitializeComponent();
         }