diff options
| author | Trenton Stark <[email protected]> | 2022-10-14 23:40:48 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-14 23:40:48 -0700 |
| commit | a80431145c1458ef81172b192eccf6b6d7f0702b (patch) | |
| tree | a85ef47fc15d387c852caaec91e8227b0fb158a2 /CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters | |
| parent | Completed exercise 4 (diff) | |
| download | cst116-ch9-debugging-stark-a80431145c1458ef81172b192eccf6b6d7f0702b.tar.xz cst116-ch9-debugging-stark-a80431145c1458ef81172b192eccf6b6d7f0702b.zip | |
Added output file
Diffstat (limited to 'CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters index 2f59736..a89b020 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters @@ -19,4 +19,7 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch9-Debugging.txt" />
+ </ItemGroup>
</Project>
\ No newline at end of file |