diff options
| author | LTB-Pravda <[email protected]> | 2021-11-02 20:57:36 -0700 |
|---|---|---|
| committer | LTB-Pravda <[email protected]> | 2021-11-02 20:57:36 -0700 |
| commit | c447882d5081491ae123da25c71049d31af8f8fb (patch) | |
| tree | aa34cf7e9a50e1b24fff0f31e73ac65e9c8698b0 /CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab5-ltb-pravda-master.tar.xz cst116-lab5-ltb-pravda-master.zip | |
Diffstat (limited to 'CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters')
| -rw-r--r-- | CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters index c9f2fd4..844607a 100644 --- a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters +++ b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters @@ -18,5 +18,13 @@ <ClCompile Include="CST116F2021-Lab5.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="CST116-lab5-Functions.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> + <ItemGroup> + <ClInclude Include="CST116-lab5.h"> + <Filter>Header Files</Filter> + </ClInclude> </ItemGroup> </Project>
\ No newline at end of file |