From a8121afad102ff60161e2ef3f99608f108ceeea4 Mon Sep 17 00:00:00 2001 From: JE SUIS HUMAIN Date: Fri, 21 Nov 2025 08:17:08 -0500 Subject: [PATCH] J'ai modifier README.md pour nouvelle personne. --- README.md | 12 +++++++++++- Taxon.vcxproj | 3 +++ Taxon.vcxproj.filters | 5 +++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 135d398..7a41dc4 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# Taxon \ No newline at end of file +# Taxon + +# Add to VS 2022 + +Install GIT for Windows : https://git-scm.com/install/windows + +``` +git config credential.helper wincred +git config user.email 'empty@zkd.ca' +git config user.name 'Nom du coequipier' +``` \ No newline at end of file diff --git a/Taxon.vcxproj b/Taxon.vcxproj index 2ccccb8..80a789c 100644 --- a/Taxon.vcxproj +++ b/Taxon.vcxproj @@ -137,6 +137,9 @@ + + + diff --git a/Taxon.vcxproj.filters b/Taxon.vcxproj.filters index fa9afe7..ca64bcc 100644 --- a/Taxon.vcxproj.filters +++ b/Taxon.vcxproj.filters @@ -65,4 +65,9 @@ Fichiers de ressources\AfficheMenu + + + Fichiers de ressources + + \ No newline at end of file