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 | |
| 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')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 6ad157a..45366aa 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -127,11 +127,12 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp" /> + <ClCompile Include="CST116-Ch11-Debugging-Stark.cpp" /> </ItemGroup> <ItemGroup> <Text Include="data.txt" /> <Text Include="report.txt" /> + <Text Include="CST116-Ch11-Debugging-Stark.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |