diff --git a/libatl.sln b/atlex.sln similarity index 100% rename from libatl.sln rename to atlex.sln diff --git a/build/atlex.props b/build/atlex.props index be71480..ba068ee 100644 --- a/build/atlex.props +++ b/build/atlex.props @@ -8,7 +8,7 @@ - ..\include + ..\include\atlex Use stdafx.h diff --git a/build/atlex.vcxproj b/build/atlex.vcxproj index 13115dd..8efadb3 100644 --- a/build/atlex.vcxproj +++ b/build/atlex.vcxproj @@ -102,15 +102,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/build/atlex.vcxproj.filters b/build/atlex.vcxproj.filters index 5cb2b60..a72b441 100644 --- a/build/atlex.vcxproj.filters +++ b/build/atlex.vcxproj.filters @@ -16,31 +16,31 @@ - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files - + Header Files diff --git a/include/atlcrypt.h b/include/atlex/atlcrypt.h similarity index 100% rename from include/atlcrypt.h rename to include/atlex/atlcrypt.h diff --git a/include/atleap.h b/include/atlex/atleap.h similarity index 100% rename from include/atleap.h rename to include/atlex/atleap.h diff --git a/include/atlex.h b/include/atlex/atlex.h similarity index 100% rename from include/atlex.h rename to include/atlex/atlex.h diff --git a/include/atlmsi.h b/include/atlex/atlmsi.h similarity index 100% rename from include/atlmsi.h rename to include/atlex/atlmsi.h diff --git a/include/atlsec.h b/include/atlex/atlsec.h similarity index 96% rename from include/atlsec.h rename to include/atlex/atlsec.h index ea55b79..6712ff9 100644 --- a/include/atlsec.h +++ b/include/atlex/atlsec.h @@ -17,6 +17,8 @@ along with Setup. If not, see . */ +#pragma once + #include /// diff --git a/include/atlshlwapi.h b/include/atlex/atlshlwapi.h similarity index 100% rename from include/atlshlwapi.h rename to include/atlex/atlshlwapi.h diff --git a/include/atlwin.h b/include/atlex/atlwin.h similarity index 100% rename from include/atlwin.h rename to include/atlex/atlwin.h diff --git a/include/atlwlan.h b/include/atlex/atlwlan.h similarity index 100% rename from include/atlwlan.h rename to include/atlex/atlwlan.h diff --git a/include/stdafx.h b/src/stdafx.h similarity index 100% rename from include/stdafx.h rename to src/stdafx.h