diff options
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>
|