diff options
| author | TheOtherTonyStark <[email protected]> | 2022-11-02 15:47:00 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-11-02 15:47:00 -0700 |
| commit | 93fe207d7f0247d96ce5ad0c5245b9bf401a1b2e (patch) | |
| tree | e142001c9df64948c4ca3bdeacf701d8c3cf6d53 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-theothertonystark-master.tar.xz cst116-ch11-debugging-theothertonystark-master.zip | |
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 2029dc7..fc5e84f 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -15,8 +15,16 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp"> + <ClCompile Include="CST116-Ch11-Debugging-Chambers.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="CST116-Ch11-Solution.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="CST116-Ch11-Psuedocode.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |