diff options
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 3 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 5 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Checklist.txt | 7 |
3 files changed, 15 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index f31c3e3..e3aae76 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -144,6 +144,9 @@ <ItemGroup>
<Image Include="..\..\..\..\OneDrive\Pictures\CST116-Lab0-Ahmed.png" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="Checklist.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters index e28464e..1ee9f9e 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -24,4 +24,9 @@ <Filter>Source Files</Filter>
</Image>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="Checklist.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/Ch 5 Debugging Project/Checklist.txt b/Ch 5 Debugging Project/Checklist.txt new file mode 100644 index 0000000..1b7d4b0 --- /dev/null +++ b/Ch 5 Debugging Project/Checklist.txt @@ -0,0 +1,7 @@ +1. Clone the git repository through VS +2. Add the "/.gitignore" +3. Make a change to the code +4. Go to the git changes tab and add a description about the change +5. Save all changes and commit all +6. Press push +7. Now should be available to see on GitHub
\ No newline at end of file |