diff options
| author | Joseph Ten Eyck <[email protected]> | 2021-11-16 20:48:42 -0800 |
|---|---|---|
| committer | Joseph Ten Eyck <[email protected]> | 2021-11-16 20:48:42 -0800 |
| commit | 24f1c58635a8bb9963e2750729d8b1f5e400fa05 (patch) | |
| tree | 57e49850b2ba33e851b1f8a84b957d7d3d0614b3 /CST116F2021-Lab7/CST116F2021-Lab7.vcxproj.filters | |
| parent | Add online IDE url (diff) | |
| download | archived-cst116-lab7-josephteneyck-master.tar.xz archived-cst116-lab7-josephteneyck-master.zip | |
Diffstat (limited to 'CST116F2021-Lab7/CST116F2021-Lab7.vcxproj.filters')
| -rw-r--r-- | CST116F2021-Lab7/CST116F2021-Lab7.vcxproj.filters | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj.filters b/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj.filters index e6b507e..7c4359b 100644 --- a/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj.filters +++ b/CST116F2021-Lab7/CST116F2021-Lab7.vcxproj.filters @@ -15,8 +15,16 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="CST116F2021-Lab7.cpp"> + <ClCompile Include="CST116F2021-Lab7 - Joseph Ten eyck.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="Functions.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="Header.h"> + <Filter>Header Files</Filter> + </ClInclude> </ItemGroup> </Project>
\ No newline at end of file |