diff options
| author | Musa Ahmed <[email protected]> | 2022-10-05 19:24:36 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-05 19:24:36 -0700 |
| commit | c5568f353f7e08ed3ad0ecf4f308b63bd40e3607 (patch) | |
| tree | 61a0046b62c2cb85c872a4cef557799686734ec9 /Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | |
| parent | edited comments (diff) | |
| download | cst116-lab0-debugging-m005a-c5568f353f7e08ed3ad0ecf4f308b63bd40e3607.tar.xz cst116-lab0-debugging-m005a-c5568f353f7e08ed3ad0ecf4f308b63bd40e3607.zip | |
finished (I think)
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 67135b9..1229178 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -140,10 +140,10 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="Ch 5 Debugging Project.cpp" />
+ <ClCompile Include="CST116-Debugging-Ahmed.cpp" />
</ItemGroup>
<ItemGroup>
- <Image Include="..\..\..\..\OneDrive\Pictures\CST116-Lab0-Ahmed.png" />
+ <Image Include="..\..\..\..\OneDrive\Pictures\CST116-Debugging-Ahmed.png" />
</ItemGroup>
<ItemGroup>
<Text Include="CST11116-Lab0-Ahmed.txt" />
|