diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-09 12:44:35 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-09 12:44:35 -0700 |
| commit | 7b1a94561b6a71b912304a790a2ffb2e955794f6 (patch) | |
| tree | 9a13b2ef2fba1629fabe0570b97b7c85e6ac4d2f /CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters | |
| parent | Fifth Change (diff) | |
| download | archived-cst116-ch6-debugging-theothertonystark-7b1a94561b6a71b912304a790a2ffb2e955794f6.tar.xz archived-cst116-ch6-debugging-theothertonystark-7b1a94561b6a71b912304a790a2ffb2e955794f6.zip | |
Sixth Change
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters index c10345b..e814baf 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters @@ -15,12 +15,15 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch6-Debugging.cpp">
+ <ClCompile Include="CST116-Ch6-Debugging-Chambers.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <Text Include="CST116-Ch6-DebuggingSolution.txt">
+ <Text Include="CST116-Ch6-Debugging-Solution.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ <Text Include="CST116-Ch6-Debugging-Psuedocode.txt">
<Filter>Source Files</Filter>
</Text>
</ItemGroup>
|