diff options
| author | prestonderek <[email protected]> | 2022-10-12 17:34:47 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-12 17:34:47 -0700 |
| commit | d9a4a59591c5ea8cbe90409e6681c7bc95c041e3 (patch) | |
| tree | 8b880e960ffcb9d1afd77e7bec55622af6dba487 /CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters | |
| parent | Added final comment. (diff) | |
| download | cst116-ch6-debugging-prestonderek-main.tar.xz cst116-ch6-debugging-prestonderek-main.zip | |
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters index 187ab51..134a81f 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters @@ -13,10 +13,21 @@ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
+ <Filter Include="Pseudo and Output Files">
+ <UniqueIdentifier>{56be046b-c5f9-480e-841d-aabeaa569a78}</UniqueIdentifier>
+ </Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="CST116-Ch6-Debugging.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch6-Debugging-Pseudocode-Preston.txt">
+ <Filter>Pseudo and Output Files</Filter>
+ </Text>
+ <Text Include="CST116-Ch6-Debugging-Output-Preston.txt">
+ <Filter>Pseudo and Output Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file |