aboutsummaryrefslogtreecommitdiff
path: root/Lab1/Lab1.vcxproj
diff options
context:
space:
mode:
authorAsahel <[email protected]>2024-03-14 08:47:01 -0700
committerAsahel <[email protected]>2024-03-14 08:47:01 -0700
commit7e2a4a0d639b6c4bc0344ced4c9ce2b23cddeccb (patch)
treeb0db05ce8a0ed70353cf42146ffad959133bf96b /Lab1/Lab1.vcxproj
parentChanges (diff)
downloadlab-01-asahellt-7e2a4a0d639b6c4bc0344ced4c9ce2b23cddeccb.tar.xz
lab-01-asahellt-7e2a4a0d639b6c4bc0344ced4c9ce2b23cddeccb.zip
Implemented functionsHEADmain
Diffstat (limited to 'Lab1/Lab1.vcxproj')
-rw-r--r--Lab1/Lab1.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lab1/Lab1.vcxproj b/Lab1/Lab1.vcxproj
index e38ed24..0aabb78 100644
--- a/Lab1/Lab1.vcxproj
+++ b/Lab1/Lab1.vcxproj
@@ -127,8 +127,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="helpers.cpp" />
<ClCompile Include="Source.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="helpers.h" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>