J'ai modifier README.md pour nouvelle personne.
This commit is contained in:
12
README.md
12
README.md
@@ -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'
|
||||
```
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user