diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-09 15:27:20 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-09 15:27:20 -0700 |
| commit | 632e1849c6f7a716cf5358b7a4da2841b0bd94ea (patch) | |
| tree | f003a38cc9f3e96db3f755d858e2b40736d87724 /CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj.filters | |
| parent | Initial commit (diff) | |
| download | cst116-chapter8-debugging-theothertonystark-632e1849c6f7a716cf5358b7a4da2841b0bd94ea.tar.xz cst116-chapter8-debugging-theothertonystark-632e1849c6f7a716cf5358b7a4da2841b0bd94ea.zip | |
Initial Commit
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..b7f3c3f 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-Chambers.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|