J'ai modifier README.md pour nouvelle personne.

This commit is contained in:
2025-11-21 08:17:08 -05:00
parent c65e5dc1f5
commit a8121afad1
3 changed files with 19 additions and 1 deletions

View File

@@ -1 +1,11 @@
# Taxon
# 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'
```

View File

@@ -137,6 +137,9 @@
<Text Include="AfficheMenu\TaxonOption3.txt" />
<Text Include="Alphabet\Normal\A.txt" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -65,4 +65,9 @@
<Filter>Fichiers de ressources\AfficheMenu</Filter>
</Text>
</ItemGroup>
<ItemGroup>
<None Include="README.md">
<Filter>Fichiers de ressources</Filter>
</None>
</ItemGroup>
</Project>