diff options
| author | Musa Ahmed <[email protected]> | 2022-10-04 16:13:26 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-04 16:13:26 -0700 |
| commit | f50fe244163768c61eafb9d40ee0a24c4200a4db (patch) | |
| tree | ca5bd5d070db2849e9156db333138d9fd9b4b2f0 /Ch 5 Debugging Project | |
| parent | save (diff) | |
| download | cst116-lab0-debugging-m005a-f50fe244163768c61eafb9d40ee0a24c4200a4db.tar.xz cst116-lab0-debugging-m005a-f50fe244163768c61eafb9d40ee0a24c4200a4db.zip | |
removed unneeded checklist
Diffstat (limited to 'Ch 5 Debugging Project')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 1 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 3 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Checklist.txt | 7 |
3 files changed, 0 insertions, 11 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 09ec702..67135b9 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -146,7 +146,6 @@ <Image Include="..\..\..\..\OneDrive\Pictures\CST116-Lab0-Ahmed.png" />
</ItemGroup>
<ItemGroup>
- <Text Include="Checklist.txt" />
<Text Include="CST11116-Lab0-Ahmed.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
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 dedc1e2..3911d3f 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -25,9 +25,6 @@ </Image>
</ItemGroup>
<ItemGroup>
- <Text Include="Checklist.txt">
- <Filter>Source Files</Filter>
- </Text>
<Text Include="CST11116-Lab0-Ahmed.txt">
<Filter>Source Files</Filter>
</Text>
diff --git a/Ch 5 Debugging Project/Checklist.txt b/Ch 5 Debugging Project/Checklist.txt deleted file mode 100644 index eeb5486..0000000 --- a/Ch 5 Debugging Project/Checklist.txt +++ /dev/null @@ -1,7 +0,0 @@ -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 |