diff options
| author | Trenton Stark <[email protected]> | 2022-10-22 12:25:17 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-22 12:25:17 -0700 |
| commit | 90d0105105e02d5af650d3f9e14322a0ce80befc (patch) | |
| tree | 0bb62fe70679412a8b9b968ec0244c7911b01e76 /CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters | |
| parent | Completed exercise 3 (diff) | |
| download | cst116-ch10-debugging-stark-90d0105105e02d5af650d3f9e14322a0ce80befc.tar.xz cst116-ch10-debugging-stark-90d0105105e02d5af650d3f9e14322a0ce80befc.zip | |
Added name
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters index dc0ce4a..1121c14 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj.filters @@ -15,7 +15,7 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch10-Debugging.cpp">
+ <ClCompile Include="CST116-Ch10-Debugging-stark.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|