diff options
| author | tafaar <[email protected]> | 2022-11-28 19:56:00 -0800 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-11-28 19:56:00 -0800 |
| commit | af639ae820b892881fdd0807186a0888acc71f75 (patch) | |
| tree | d42040ae8344f2d9bd452163297c79dfad3b73c1 /BlankConsoleLab/BlankConsoleLab.vcxproj.filters | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab3-hill-af639ae820b892881fdd0807186a0888acc71f75.tar.xz cst116-lab3-hill-af639ae820b892881fdd0807186a0888acc71f75.zip | |
first commit
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj.filters')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aca1dd9..cfb09a9 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -19,4 +19,9 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="small.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |