diff options
| author | Nataliia Brown <[email protected]> | 2024-01-16 23:48:54 -0800 |
|---|---|---|
| committer | Nataliia Brown <[email protected]> | 2024-01-16 23:48:54 -0800 |
| commit | ecfcfc0562e74a8ea099a6979bba694655b13a85 (patch) | |
| tree | 156d4eef92f47116084431759eba5f339a90402f /In Class Ex 4/Project1/Project1.vcxproj.filters | |
| parent | Init (diff) | |
| download | archived-in-class-exercise-4-natabrown-develop.tar.xz archived-in-class-exercise-4-natabrown-develop.zip | |
Final commitdevelop
Diffstat (limited to 'In Class Ex 4/Project1/Project1.vcxproj.filters')
| -rw-r--r-- | In Class Ex 4/Project1/Project1.vcxproj.filters | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/In Class Ex 4/Project1/Project1.vcxproj.filters b/In Class Ex 4/Project1/Project1.vcxproj.filters index a8a6563..d3ae225 100644 --- a/In Class Ex 4/Project1/Project1.vcxproj.filters +++ b/In Class Ex 4/Project1/Project1.vcxproj.filters @@ -14,4 +14,9 @@ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> </Filter> </ItemGroup> + <ItemGroup> + <ClCompile Include="EX4.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> </Project>
\ No newline at end of file |