diff options
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" /> |