Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 6b42491

Browse files
author
Ash Frost
committed
Add separator to menu item option and change createProfile window
1 parent 32a4506 commit 6b42491

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

AttestationsGenerator/AttestationsGenerator.xaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<MenuItem Header="_Créer un profile" Click="Create_Profile_Click" />
1212
<MenuItem Header="_Modifier un profile" Click="Modify_Profile_Click"/>
1313
<MenuItem Header="_Supprimer un profile" Click="Delete_Profile_Click"/>
14+
<Separator/>
1415
<MenuItem Header="_Générer un template de fichier profiles.json" Click="Generate_Profiles_Click" />
1516
<MenuItem Header="_Charger le fichier profiles.json" Click="Load_Profiles_Click" />
1617
</MenuItem>

AttestationsGenerator/AttestationsGenerator.xaml.cs

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ private void Modify_Profile_Click(object sender, RoutedEventArgs e)
223223
createProfile.Address.Text = profile.Address;
224224
createProfile.City.Text = profile.City;
225225
createProfile.CreateProfileButton.Content = "Modifier le profile";
226+
createProfile.Title = "Modifier un profile";
226227
createProfile.ShowDialog();
227228
_ = LoadProfilesFile();
228229
}

Setup/Setup.vdproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,15 @@
429429
{
430430
"Name" = "8:Microsoft Visual Studio"
431431
"ProductName" = "8:Générateur d'attestation"
432-
"ProductCode" = "8:{1F0D7D40-C7BB-4A5A-8FD8-7553070FB7E6}"
433-
"PackageCode" = "8:{F9DF8554-F524-4591-AB3D-49276E113055}"
432+
"ProductCode" = "8:{A006FD4A-3656-495F-B3D3-3C04E13A07CB}"
433+
"PackageCode" = "8:{0DDA329E-79A2-42A5-A0FE-7791B15D1FDA}"
434434
"UpgradeCode" = "8:{3A184958-1664-4602-BDA6-DAB7424E4270}"
435435
"AspNetVersion" = "8:4.0.30319.0"
436436
"RestartWWWService" = "11:FALSE"
437437
"RemovePreviousVersions" = "11:TRUE"
438438
"DetectNewerInstalledVersion" = "11:TRUE"
439439
"InstallAllUsers" = "11:TRUE"
440-
"ProductVersion" = "8:1.0.3"
440+
"ProductVersion" = "8:1.0.4"
441441
"Manufacturer" = "8:BabaWorld"
442442
"ARPHELPTELEPHONE" = "8:"
443443
"ARPHELPLINK" = "8:"
@@ -965,7 +965,7 @@
965965
{
966966
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_825E0423722B445EA90B777D55F5FD77"
967967
{
968-
"SourcePath" = "8:..\\AttestationsGenerator\\obj\\Release\\AttestationsGenerator.exe"
968+
"SourcePath" = "8:"
969969
"TargetName" = "8:"
970970
"Tag" = "8:"
971971
"Folder" = "8:_4DE44A582CA34D3FA3FEFB7867A402F8"

0 commit comments

Comments
 (0)