diff options
| author | Joseph Williams <[email protected]> | 2022-11-30 13:33:58 -0800 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-11-30 13:33:58 -0800 |
| commit | 0d05f53a269f091e596de63afabace252261cca3 (patch) | |
| tree | f5208b39005c969ec8a5f809dc3040c135cb444a /BlankConsoleLab/BlankConsoleLab.vcxproj.filters | |
| parent | haha i forgot there was already a repo for this and wrote it all in another one (diff) | |
| download | cst116-lab3-allthenamesaretaken3141-master.tar.xz cst116-lab3-allthenamesaretaken3141-master.zip | |
Everything is finished...and it only took 10 minutes to run the program. I ran through 3 different datasets of varying sizes (because really really big datasets are fun), so there's 3 results files.HEADmaster
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..e67a858 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -9,7 +9,7 @@ <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> </Filter> - <Filter Include="Resource Files"> + <Filter Include="Source Files\Resource Files"> <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> </Filter> @@ -19,4 +19,9 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="pseudocode.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |