diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-10-03 10:14:04 -0700 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-10-03 10:14:04 -0700 |
| commit | 556a3876cf40db0559299457398701787b99ec76 (patch) | |
| tree | a2a34a3e5ca404ad5de997eb3bd46ec0c10234c8 | |
| parent | File Rename (diff) | |
| download | cst116-lab0-debugging-buzzerbeaterclutch-556a3876cf40db0559299457398701787b99ec76.tar.xz cst116-lab0-debugging-buzzerbeaterclutch-556a3876cf40db0559299457398701787b99ec76.zip | |
File
| -rw-r--r-- | Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp (renamed from Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez.cpp) | 0 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 2 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez.cpp b/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp index 1e069ad..1e069ad 100644 --- a/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez.cpp +++ b/Ch 5 Debugging Project/CST-116-Lab0-Debugging-Lopez-Bonilla.cpp diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 97611d8..82d27db 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -139,7 +139,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="Ch 5 Debugging Project.cpp" />
+ <ClCompile Include="CST-116-Lab0-Debugging-Lopez-Bonilla.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
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 f330efc..c7efffc 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -15,7 +15,7 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="Ch 5 Debugging Project.cpp">
+ <ClCompile Include="CST-116-Lab0-Debugging-Lopez-Bonilla.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|