aboutsummaryrefslogtreecommitdiff
path: root/InClassExercise 9/InClassExercise 9.vcxproj
diff options
context:
space:
mode:
authorAsahel <[email protected]>2024-02-12 09:14:39 -0800
committerAsahel <[email protected]>2024-02-12 09:14:39 -0800
commit73f07ebff7508d9c84a057de5aed162ac1c3da32 (patch)
tree19f2da57f25ea19cd8b3840d80995dea367f4b17 /InClassExercise 9/InClassExercise 9.vcxproj
parentCompleted assignment. (diff)
downloadin-class-exercise-9-asahellt-73f07ebff7508d9c84a057de5aed162ac1c3da32.tar.xz
in-class-exercise-9-asahellt-73f07ebff7508d9c84a057de5aed162ac1c3da32.zip
Not sure if I commited. Making sure.
Diffstat (limited to 'InClassExercise 9/InClassExercise 9.vcxproj')
-rw-r--r--InClassExercise 9/InClassExercise 9.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/InClassExercise 9/InClassExercise 9.vcxproj b/InClassExercise 9/InClassExercise 9.vcxproj
index 32bc00a..caf0542 100644
--- a/InClassExercise 9/InClassExercise 9.vcxproj
+++ b/InClassExercise 9/InClassExercise 9.vcxproj
@@ -127,10 +127,13 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="PointerExercises.cpp" />
<ClCompile Include="program.cpp" />
<ClCompile Include="ReferenceExamples.cpp" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="Node.h" />
+ <ClInclude Include="PointerExercises.h" />
<ClInclude Include="ReferenceExamples.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />