diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-23 12:55:37 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-23 12:55:37 -0700 |
| commit | 72d3a500c34fef857249a5c29ad61c3e801bd42c (patch) | |
| tree | c15a50573aaa195522504961857267a73337d936 /CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch10-debugging-theothertonystark-72d3a500c34fef857249a5c29ad61c3e801bd42c.tar.xz cst116-ch10-debugging-theothertonystark-72d3a500c34fef857249a5c29ad61c3e801bd42c.zip | |
First Commit
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters index dc0ce4a..03bd587 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters @@ -15,8 +15,16 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch10-Debugging.cpp">
+ <ClCompile Include="CST116-Ch10-Debugging-Chambers.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch10-Solution.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ <Text Include="CST116-Ch10-Psuedocode.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file |