diff options
| author | Matthew Taeza <[email protected]> | 2022-11-29 20:17:21 -0800 |
|---|---|---|
| committer | Matthew Taeza <[email protected]> | 2022-11-29 20:17:21 -0800 |
| commit | 4b501d9a8b097f2095ffe1a95361ad3a9cd14441 (patch) | |
| tree | 36f7b38994962b5cf76681d9a31999574a442bb6 /BlankConsoleLab/BlankConsoleLab.vcxproj.filters | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab3-matthewtaeza-4b501d9a8b097f2095ffe1a95361ad3a9cd14441.tar.xz cst116-lab3-matthewtaeza-4b501d9a8b097f2095ffe1a95361ad3a9cd14441.zip | |
Submission
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj.filters')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aca1dd9..a7b3600 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -19,4 +19,12 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="..\..\..\..\Downloads\large.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="..\..\..\..\OneDrive\Desktop\small.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |