From eec39a978c0b09781502af50dc94fa5e1db2d4c2 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 11 Mar 2016 09:36:52 +0100 Subject: [PATCH] include folder reorganized --- libatl.sln => atlex.sln | 0 build/atlex.props | 2 +- build/atlex.vcxproj | 18 +++++++++--------- build/atlex.vcxproj.filters | 18 +++++++++--------- include/{ => atlex}/atlcrypt.h | 0 include/{ => atlex}/atleap.h | 0 include/{ => atlex}/atlex.h | 0 include/{ => atlex}/atlmsi.h | 0 include/{ => atlex}/atlsec.h | 2 ++ include/{ => atlex}/atlshlwapi.h | 0 include/{ => atlex}/atlwin.h | 0 include/{ => atlex}/atlwlan.h | 0 {include => src}/stdafx.h | 0 13 files changed, 21 insertions(+), 19 deletions(-) rename libatl.sln => atlex.sln (100%) rename include/{ => atlex}/atlcrypt.h (100%) rename include/{ => atlex}/atleap.h (100%) rename include/{ => atlex}/atlex.h (100%) rename include/{ => atlex}/atlmsi.h (100%) rename include/{ => atlex}/atlsec.h (96%) rename include/{ => atlex}/atlshlwapi.h (100%) rename include/{ => atlex}/atlwin.h (100%) rename include/{ => atlex}/atlwlan.h (100%) rename {include => src}/stdafx.h (100%) 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