diff options
| author | tafaar <[email protected]> | 2022-10-16 00:20:44 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-16 00:20:44 -0700 |
| commit | a4f9a187c793ea54fcf41f2ac787c8a584f8a9f6 (patch) | |
| tree | 0d309a5f77150c9120c0fcedb51bd50889d7387c /BlankConsoleLab/BlankConsoleLab.vcxproj.filters | |
| parent | added a warning (diff) | |
| download | cst116-lab1-hill-a4f9a187c793ea54fcf41f2ac787c8a584f8a9f6.tar.xz cst116-lab1-hill-a4f9a187c793ea54fcf41f2ac787c8a584f8a9f6.zip | |
some formatting, added the flowchart. finished
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj.filters')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aca1dd9..fa85547 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -15,8 +15,13 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp"> + <ClCompile Include="CST116-Lab1-Hill.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="CST116-Lab1-Hill-Flowchart.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |