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