diff options
| author | Arthur Spears <[email protected]> | 2024-04-25 20:19:57 -0700 |
|---|---|---|
| committer | Arthur Spears <[email protected]> | 2024-04-25 20:19:57 -0700 |
| commit | d65138f2e040fe4193ea3fb4e2908bd0b161aadd (patch) | |
| tree | 821fc4ca98777efd74334829599ea0876fe79b08 /CST 126/Homework 1/Homework 1.vcxproj | |
| parent | mergine develop after PR (diff) | |
| download | homework-1-arthurtspears-Homework2.tar.xz homework-1-arthurtspears-Homework2.zip | |
Started Homework2. Stubbed out main and worker threads. Organized other source files better.Homework2
Diffstat (limited to 'CST 126/Homework 1/Homework 1.vcxproj')
| -rw-r--r-- | CST 126/Homework 1/Homework 1.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST 126/Homework 1/Homework 1.vcxproj b/CST 126/Homework 1/Homework 1.vcxproj index 553addf..3bd210f 100644 --- a/CST 126/Homework 1/Homework 1.vcxproj +++ b/CST 126/Homework 1/Homework 1.vcxproj @@ -136,6 +136,10 @@ <ClInclude Include="GuessingGame.hpp" /> <ClInclude Include="helpers.hpp" /> <ClInclude Include="menu.hpp" /> + <ClInclude Include="CST126_Structures.hpp" /> + </ItemGroup> + <ItemGroup> + <Text Include="new_text.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |