From 7fee026b0dcc473cf66448f2ddffdcf87d2fd839 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 7 Oct 2015 13:19:14 +0200 Subject: [PATCH] .h and .cpp files moved to include and src folders respectively. --- atlcrypt.h => include/atlcrypt.h | 0 atleap.h => include/atleap.h | 0 atlex.h => include/atlex.h | 0 atlmsi.h => include/atlmsi.h | 0 atlsec.h => include/atlsec.h | 0 atlshlwapi.h => include/atlshlwapi.h | 0 atlwin.h => include/atlwin.h | 0 atlwlan.h => include/atlwlan.h | 0 stdafx.h => include/stdafx.h | 0 libatl.vcxproj | 20 ++++++++++---------- libatl.vcxproj.filters | 20 ++++++++++---------- stdafx.cpp => src/stdafx.cpp | 0 12 files changed, 20 insertions(+), 20 deletions(-) rename atlcrypt.h => include/atlcrypt.h (100%) rename atleap.h => include/atleap.h (100%) rename atlex.h => include/atlex.h (100%) rename atlmsi.h => include/atlmsi.h (100%) rename atlsec.h => include/atlsec.h (100%) rename atlshlwapi.h => include/atlshlwapi.h (100%) rename atlwin.h => include/atlwin.h (100%) rename atlwlan.h => include/atlwlan.h (100%) rename stdafx.h => include/stdafx.h (100%) rename stdafx.cpp => src/stdafx.cpp (100%) diff --git a/atlcrypt.h b/include/atlcrypt.h similarity index 100% rename from atlcrypt.h rename to include/atlcrypt.h diff --git a/atleap.h b/include/atleap.h similarity index 100% rename from atleap.h rename to include/atleap.h diff --git a/atlex.h b/include/atlex.h similarity index 100% rename from atlex.h rename to include/atlex.h diff --git a/atlmsi.h b/include/atlmsi.h similarity index 100% rename from atlmsi.h rename to include/atlmsi.h diff --git a/atlsec.h b/include/atlsec.h similarity index 100% rename from atlsec.h rename to include/atlsec.h diff --git a/atlshlwapi.h b/include/atlshlwapi.h similarity index 100% rename from atlshlwapi.h rename to include/atlshlwapi.h diff --git a/atlwin.h b/include/atlwin.h similarity index 100% rename from atlwin.h rename to include/atlwin.h diff --git a/atlwlan.h b/include/atlwlan.h similarity index 100% rename from atlwlan.h rename to include/atlwlan.h diff --git a/stdafx.h b/include/stdafx.h similarity index 100% rename from stdafx.h rename to include/stdafx.h diff --git a/libatl.vcxproj b/libatl.vcxproj index c296a88..d3d2833 100644 --- a/libatl.vcxproj +++ b/libatl.vcxproj @@ -94,7 +94,7 @@ - + Create Create Create @@ -102,15 +102,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/libatl.vcxproj.filters b/libatl.vcxproj.filters index f305a55..51b1304 100644 --- a/libatl.vcxproj.filters +++ b/libatl.vcxproj.filters @@ -11,36 +11,36 @@ - + Source Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files diff --git a/stdafx.cpp b/src/stdafx.cpp similarity index 100% rename from stdafx.cpp rename to src/stdafx.cpp