diff options
| author | TheOtherTonyStark <[email protected]> | 2022-11-07 19:44:03 -0800 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-11-07 19:44:03 -0800 |
| commit | 19926692fac1b90fc3afadc87bd192e83070aeeb (patch) | |
| tree | fe58541ba5e9a3ff06fece4732748488b5da5272 /BlankConsoleLab/BlankConsoleLab.vcxproj.filters | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab2-theothertonystark-master.tar.xz cst116-lab2-theothertonystark-master.zip | |
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj.filters')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aca1dd9..84e8fb0 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -15,8 +15,16 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp"> + <ClCompile Include="CST116-Lab2-Chambers.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="CST116-Lab2-Psuedocode.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="CST116-Lab2-Solution.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |