diff options
| author | WesleyR <[email protected]> | 2024-06-09 23:09:50 -0700 |
|---|---|---|
| committer | WesleyR <[email protected]> | 2024-06-09 23:09:50 -0700 |
| commit | cb041a37b810a5dfa04c1c7f4315f9c3bbc8df0c (patch) | |
| tree | 61b0d3d555e1596b5156e2d18e015497b438c2e4 /CST 126/LinkedListUnitTests/LinkedListUnitTests.vcxproj | |
| parent | Updating before template node branch (diff) | |
| download | homework-1-wesleyr23-develop.tar.xz homework-1-wesleyr23-develop.zip | |
Submission for HW 3, In-Class Exercise 3, and In-Class Exercise 4HEADdevelopTemplate_Node
Diffstat (limited to 'CST 126/LinkedListUnitTests/LinkedListUnitTests.vcxproj')
| -rw-r--r-- | CST 126/LinkedListUnitTests/LinkedListUnitTests.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CST 126/LinkedListUnitTests/LinkedListUnitTests.vcxproj b/CST 126/LinkedListUnitTests/LinkedListUnitTests.vcxproj index 25b18fa..f4504d5 100644 --- a/CST 126/LinkedListUnitTests/LinkedListUnitTests.vcxproj +++ b/CST 126/LinkedListUnitTests/LinkedListUnitTests.vcxproj @@ -158,6 +158,7 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="LinkedListUnitTests.cpp" /> + <ClCompile Include="NodeUnitTests.cpp" /> <ClCompile Include="pch.cpp"> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> @@ -166,6 +167,7 @@ </ClCompile> </ItemGroup> <ItemGroup> + <ClInclude Include="crt_check_memory.hpp" /> <ClInclude Include="pch.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |