diff options
| author | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-11-09 16:38:01 -0800 |
|---|---|---|
| committer | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-11-09 16:38:01 -0800 |
| commit | 97f55faef5d4e7a6844de89216077dce8c12ca3c (patch) | |
| tree | f8d7dd3dc7bea8faff9fb41c1483533c9d614bef /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-19-ruin-master.tar.xz cst116-ch11-debugging-19-ruin-master.zip | |
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 5 |
1 files changed, 4 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..42b6d8a 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -15,8 +15,11 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp"> + <ClCompile Include="CST116-Ch11-Debugging-Crawford.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="..\CH_11_Data_LC.txt" /> + </ItemGroup> </Project>
\ No newline at end of file |