diff options
| author | James Lawrance <[email protected]> | 2021-11-23 21:29:11 -0800 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-11-23 21:29:11 -0800 |
| commit | ea93e6d7dbe2ef6e8bfc58b6feeb07ba3809ec3f (patch) | |
| tree | 7eba8abd196d77a6387556e7054967298c6e0d09 /CST116F2021-Lab8/CST116F2021-Lab8.vcxproj.filters | |
| parent | Add online IDE url (diff) | |
| download | cst115-lab8-jemersonlawrance-ea93e6d7dbe2ef6e8bfc58b6feeb07ba3809ec3f.tar.xz cst115-lab8-jemersonlawrance-ea93e6d7dbe2ef6e8bfc58b6feeb07ba3809ec3f.zip | |
Diffstat (limited to 'CST116F2021-Lab8/CST116F2021-Lab8.vcxproj.filters')
| -rw-r--r-- | CST116F2021-Lab8/CST116F2021-Lab8.vcxproj.filters | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj.filters b/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj.filters index b0158d2..c4fc0d0 100644 --- a/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj.filters +++ b/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj.filters @@ -18,5 +18,18 @@ <ClCompile Include="CST116F2021-Lab8.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> + <ItemGroup> + <Text Include="Output and Written Work.txt"> + <Filter>Source Files</Filter> + </Text> </ItemGroup> </Project>
\ No newline at end of file |