diff options
| author | tafaar <[email protected]> | 2022-11-28 20:23:31 -0800 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-11-28 20:23:31 -0800 |
| commit | 775c204baf820d1b9c9e2013b8ffc8b10fec31f3 (patch) | |
| tree | 2facbb3ffd1a3cecda9febf00d64c209860d51fa /BlankConsoleLab/BlankConsoleLab.vcxproj.filters | |
| parent | added functions (diff) | |
| download | cst116-lab3-hill-775c204baf820d1b9c9e2013b8ffc8b10fec31f3.tar.xz cst116-lab3-hill-775c204baf820d1b9c9e2013b8ffc8b10fec31f3.zip | |
tweaked logic
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj.filters')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index cfb09a9..2ae2465 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -23,5 +23,8 @@ <Text Include="small.txt"> <Filter>Source Files</Filter> </Text> + <Text Include="big.txt"> + <Filter>Source Files</Filter> + </Text> </ItemGroup> </Project>
\ No newline at end of file |