diff options
| author | Birducken <[email protected]> | 2022-11-07 22:53:59 -0800 |
|---|---|---|
| committer | Birducken <[email protected]> | 2022-11-07 22:53:59 -0800 |
| commit | 04d9492cb143830ce84f1a35080f721a0654b2d1 (patch) | |
| tree | 2ee61e1d12a5cd40be781e953c07393467bb04fe /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | |
| parent | Finished excersize 2. (diff) | |
| download | cst116-ch11-debugging-stark-04d9492cb143830ce84f1a35080f721a0654b2d1.tar.xz cst116-ch11-debugging-stark-04d9492cb143830ce84f1a35080f721a0654b2d1.zip | |
Added output file.
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index faf4759..a983ca7 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -15,12 +15,13 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp"> + <ClCompile Include="CST116-Ch11-Debugging-Stark.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> <ItemGroup> <Text Include="data.txt" /> <Text Include="report.txt" /> + <Text Include="CST116-Ch11-Debugging-Stark.txt" /> </ItemGroup> </Project>
\ No newline at end of file |