aboutsummaryrefslogtreecommitdiff
path: root/Lab1/Lab1.vcxproj.filters
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.filters
parentChanges (diff)
downloadlab-01-asahellt-main.tar.xz
lab-01-asahellt-main.zip
Implemented functionsHEADmain
Diffstat (limited to 'Lab1/Lab1.vcxproj.filters')
-rw-r--r--Lab1/Lab1.vcxproj.filters8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lab1/Lab1.vcxproj.filters b/Lab1/Lab1.vcxproj.filters
index 3e7e62e..daebb19 100644
--- a/Lab1/Lab1.vcxproj.filters
+++ b/Lab1/Lab1.vcxproj.filters
@@ -18,5 +18,13 @@
<ClCompile Include="Source.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="helpers.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="helpers.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
</Project> \ No newline at end of file