diff --git a/CitoyenModal.xaml b/CitoyenModal.xaml
index 4360e01..0a3d31a 100644
--- a/CitoyenModal.xaml
+++ b/CitoyenModal.xaml
@@ -6,7 +6,6 @@
xmlns:local="clr-namespace:Hermes"
mc:Ignorable="d"
Title="Informations" Height="400" Width="750"
- Icon="hermes.png"
ResizeMode="NoResize"
xmlns:Validation="clr-namespace:Hermes.Validation"
xmlns:Converter="clr-namespace:Hermes.Converter"
diff --git a/Hermes.csproj b/Hermes.csproj
index b735376..ced75a9 100644
--- a/Hermes.csproj
+++ b/Hermes.csproj
@@ -17,6 +17,7 @@
true
+ false
publish\
true
Disk
@@ -29,7 +30,6 @@
true
0
1.0.0.%2a
- false
false
true
@@ -52,6 +52,9 @@
prompt
4
+
+ hermes.ico
+
packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll
@@ -178,7 +181,7 @@
-
+
diff --git a/MainWindow.xaml b/MainWindow.xaml
index 275cad1..6de84d7 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -5,7 +5,6 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Hermes"
mc:Ignorable="d"
- Icon="hermes.png"
Loaded="Window_Loaded"
WindowStartupLocation="CenterScreen"
Title="Hermes" Height="640" Width="1024">
diff --git a/PreferencesModal.xaml b/PreferencesModal.xaml
index cb9ade2..3b8c31d 100644
--- a/PreferencesModal.xaml
+++ b/PreferencesModal.xaml
@@ -6,7 +6,6 @@
xmlns:local="clr-namespace:Hermes"
mc:Ignorable="d"
Title="Options" Height="250" Width="300"
- Icon="hermes.png"
ResizeMode="NoResize"
WindowStartupLocation="CenterOwner"
Closing="Window_Closing">
diff --git a/hermes.ico b/hermes.ico
new file mode 100644
index 0000000..b945258
Binary files /dev/null and b/hermes.ico differ
diff --git a/hermes.png b/hermes.png
deleted file mode 100644
index 8ef4a16..0000000
Binary files a/hermes.png and /dev/null differ