diff options
| author | EdwardFine <[email protected]> | 2022-10-12 16:06:58 -0700 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-10-12 16:06:58 -0700 |
| commit | a743390baca095adcb4f2283b2bae8cc4a008bea (patch) | |
| tree | cafe069481c4740e9176839d2544c8f197fb09e4 /CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters | |
| parent | Ignore (diff) | |
| download | cst116-chapter8-debugging-edwardfine-a743390baca095adcb4f2283b2bae8cc4a008bea.tar.xz cst116-chapter8-debugging-edwardfine-a743390baca095adcb4f2283b2bae8cc4a008bea.zip | |
Finished debugging
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters index 3af9a09..77e78ba 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters @@ -15,7 +15,7 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch8-Debugging.cpp">
+ <ClCompile Include="CST116-Ch8-Debugging-Fine.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|