From 9df4d5e9b9e52504b52f375422136ce581d52cde Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 2 Jun 2016 14:43:35 +0200 Subject: [PATCH] EAP methods split to allow separate StdAfx files --- .../{build => EAPMethodEvents}/.gitignore | 0 .../EAPMethodEvents.props | 2 +- .../EAPMethodEvents.rc | Bin .../EAPMethodEvents.vcxproj | 0 .../EAPMethodEvents.vcxproj.filters | 0 EAPMethods/EAPTTLS/.gitignore | 2 ++ EAPMethods/{build => EAPTTLS}/EAPTTLS.props | 4 ++-- EAPMethods/{build => EAPTTLS}/EAPTTLS.rc | Bin EAPMethods/{build => EAPTTLS}/EAPTTLS.vcxproj | 8 ++++---- .../EAPTTLS.vcxproj.filters | 4 ++-- EAPMethods/{src => EAPTTLS}/StdAfx.cpp | Bin 1570 -> 1570 bytes EAPMethods/EAPTTLS/StdAfx.h | Bin 0 -> 2604 bytes EAPMethods/EAPTTLSUI/.gitignore | 2 ++ .../{build => EAPTTLSUI}/EAPTTLSUI.props | 4 ++-- EAPMethods/{build => EAPTTLSUI}/EAPTTLSUI.rc | Bin .../{build => EAPTTLSUI}/EAPTTLSUI.vcxproj | 10 ++++++---- .../EAPTTLSUI.vcxproj.filters | 12 +++++++++--- EAPMethods/EAPTTLSUI/StdAfx.cpp | Bin 0 -> 1570 bytes EAPMethods/{include => EAPTTLSUI}/StdAfx.h | Bin EAPMethods/build/Common.props | 2 +- EAPMethods/include/EAPMethods.h | Bin 111142 -> 111192 bytes VS10Solution.sln | 6 +++--- 22 files changed, 34 insertions(+), 22 deletions(-) rename EAPMethods/{build => EAPMethodEvents}/.gitignore (100%) rename EAPMethods/{build => EAPMethodEvents}/EAPMethodEvents.props (86%) rename EAPMethods/{build => EAPMethodEvents}/EAPMethodEvents.rc (100%) rename EAPMethods/{build => EAPMethodEvents}/EAPMethodEvents.vcxproj (100%) rename EAPMethods/{build => EAPMethodEvents}/EAPMethodEvents.vcxproj.filters (100%) create mode 100644 EAPMethods/EAPTTLS/.gitignore rename EAPMethods/{build => EAPTTLS}/EAPTTLS.props (77%) rename EAPMethods/{build => EAPTTLS}/EAPTTLS.rc (100%) rename EAPMethods/{build => EAPTTLS}/EAPTTLS.vcxproj (95%) rename EAPMethods/{build => EAPTTLS}/EAPTTLS.vcxproj.filters (93%) rename EAPMethods/{src => EAPTTLS}/StdAfx.cpp (97%) create mode 100644 EAPMethods/EAPTTLS/StdAfx.h create mode 100644 EAPMethods/EAPTTLSUI/.gitignore rename EAPMethods/{build => EAPTTLSUI}/EAPTTLSUI.props (77%) rename EAPMethods/{build => EAPTTLSUI}/EAPTTLSUI.rc (100%) rename EAPMethods/{build => EAPTTLSUI}/EAPTTLSUI.vcxproj (93%) rename EAPMethods/{build => EAPTTLSUI}/EAPTTLSUI.vcxproj.filters (83%) create mode 100644 EAPMethods/EAPTTLSUI/StdAfx.cpp rename EAPMethods/{include => EAPTTLSUI}/StdAfx.h (100%) diff --git a/EAPMethods/build/.gitignore b/EAPMethods/EAPMethodEvents/.gitignore similarity index 100% rename from EAPMethods/build/.gitignore rename to EAPMethods/EAPMethodEvents/.gitignore diff --git a/EAPMethods/build/EAPMethodEvents.props b/EAPMethods/EAPMethodEvents/EAPMethodEvents.props similarity index 86% rename from EAPMethods/build/EAPMethodEvents.props rename to EAPMethods/EAPMethodEvents/EAPMethodEvents.props index dfcde04..2dcbd89 100644 --- a/EAPMethods/build/EAPMethodEvents.props +++ b/EAPMethods/EAPMethodEvents/EAPMethodEvents.props @@ -2,7 +2,7 @@ - + diff --git a/EAPMethods/build/EAPMethodEvents.rc b/EAPMethods/EAPMethodEvents/EAPMethodEvents.rc similarity index 100% rename from EAPMethods/build/EAPMethodEvents.rc rename to EAPMethods/EAPMethodEvents/EAPMethodEvents.rc diff --git a/EAPMethods/build/EAPMethodEvents.vcxproj b/EAPMethods/EAPMethodEvents/EAPMethodEvents.vcxproj similarity index 100% rename from EAPMethods/build/EAPMethodEvents.vcxproj rename to EAPMethods/EAPMethodEvents/EAPMethodEvents.vcxproj diff --git a/EAPMethods/build/EAPMethodEvents.vcxproj.filters b/EAPMethods/EAPMethodEvents/EAPMethodEvents.vcxproj.filters similarity index 100% rename from EAPMethods/build/EAPMethodEvents.vcxproj.filters rename to EAPMethods/EAPMethodEvents/EAPMethodEvents.vcxproj.filters diff --git a/EAPMethods/EAPTTLS/.gitignore b/EAPMethods/EAPTTLS/.gitignore new file mode 100644 index 0000000..9c8716a --- /dev/null +++ b/EAPMethods/EAPTTLS/.gitignore @@ -0,0 +1,2 @@ +/temp +/*.user diff --git a/EAPMethods/build/EAPTTLS.props b/EAPMethods/EAPTTLS/EAPTTLS.props similarity index 77% rename from EAPMethods/build/EAPTTLS.props rename to EAPMethods/EAPTTLS/EAPTTLS.props index 344008b..3297799 100644 --- a/EAPMethods/build/EAPTTLS.props +++ b/EAPMethods/EAPTTLS/EAPTTLS.props @@ -1,7 +1,7 @@  - + @@ -10,7 +10,7 @@ EAPMETHOD_TYPE=21;%(PreprocessorDefinitions) - EAPMethod.def + ..\build\EAPMethod.def diff --git a/EAPMethods/build/EAPTTLS.rc b/EAPMethods/EAPTTLS/EAPTTLS.rc similarity index 100% rename from EAPMethods/build/EAPTTLS.rc rename to EAPMethods/EAPTTLS/EAPTTLS.rc diff --git a/EAPMethods/build/EAPTTLS.vcxproj b/EAPMethods/EAPTTLS/EAPTTLS.vcxproj similarity index 95% rename from EAPMethods/build/EAPTTLS.vcxproj rename to EAPMethods/EAPTTLS/EAPTTLS.vcxproj index d52c307..a3f0d25 100644 --- a/EAPMethods/build/EAPTTLS.vcxproj +++ b/EAPMethods/EAPTTLS/EAPTTLS.vcxproj @@ -85,7 +85,7 @@ - + @@ -93,7 +93,7 @@ - + Create Create Create @@ -107,12 +107,12 @@ {47399d91-7eb9-41de-b521-514ba5db0c43} - + {d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b} - + diff --git a/EAPMethods/build/EAPTTLS.vcxproj.filters b/EAPMethods/EAPTTLS/EAPTTLS.vcxproj.filters similarity index 93% rename from EAPMethods/build/EAPTTLS.vcxproj.filters rename to EAPMethods/EAPTTLS/EAPTTLS.vcxproj.filters index ba6bfa7..fb406e4 100644 --- a/EAPMethods/build/EAPTTLS.vcxproj.filters +++ b/EAPMethods/EAPTTLS/EAPTTLS.vcxproj.filters @@ -15,7 +15,7 @@ - + Header Files @@ -38,7 +38,7 @@ - + Source Files diff --git a/EAPMethods/src/StdAfx.cpp b/EAPMethods/EAPTTLS/StdAfx.cpp similarity index 97% rename from EAPMethods/src/StdAfx.cpp rename to EAPMethods/EAPTTLS/StdAfx.cpp index 3b5d959592863e9d4cffd1c52a0feb8adf355cd8..acfd8055d9d6ef8851f5860153816af330fa6463 100644 GIT binary patch delta 32 ncmZ3)vxsK{7n_6Bk?Pc-wj=3GX zu*71bCXdWl)`9&Z^T^tsQ?1*kmarlla36vl72~mWVIv-wysKg~h#1*-tKCAI)hT02 zv;kO&qfZY3dY~Ok0u1L(=yx=BAit1aPtc=kGcSR4tQN4Ul znJbS?JThmsTA{Eq^0e--y7J8dDxENUK*Y$Sx~LLa69zF)DI6oy>UthA;ahx!H2xPe z@j89xVmMXxF6-=5Kj_hN1~WY(+h-=Q?!q)>G_n_9CB8PTK&$@Y_et?SvNz1luVtR4 z5TsX?%^J+5XV71$a$#9>ow1abszZ-lRQZ2gu&Ad}Nq$mSLU+!cMd;Ic!BAa|@QggF ze#ERkLM7=x;68MPf={X|?AT{q|H+Q&YMTu0f>Z7tp1yE}U2$q3m=n4RD1CGfOTRBfm z+eGZLhK7$cd%|p!xE5J8;v$}cqk@iA7R$MMP_Wbfl3OFzoS;nCyD(X>|4&`Jh^_<` zhpv)(D7S`vt$maFSPFLe^vKfLchkSiu&%CJJ6C(>4CJ!6i_ftLb#=y#h|k?g@|75G zv67r?%sEx(n)+1(bA(H3#AiI$-4nADVZzLIq0a`-Vx`Y2IC9GwKGMp?PFb_}+6g_- zu3YQLRzRtN5WeT%*6k~~8ES_!q6XKMM_}DV*~3#!I|M7ZzYpRJYZdgxoaX22_)s`< zp?<}reri7%Esxd4@2w~0KNaB{x-^zzpncn{WQP9FYbJknT;CSj>lba0o!;@R?ZPn+ zWrTcb95U{zlh6^J?bm!KMThUM5u){9qx6Kb)LEhEAH%~H^`GW~s|QAg8)g}|J++0- z^6~vKIaoSPvIpW?L=F9P7T5bRgMNLuP9L?Z+q>mv&lc@;opI7a|0;4@^Su%KNwdPa Vo_SYte#19mt9=u*lh@q=e*x~onCbuk literal 0 HcmV?d00001 diff --git a/EAPMethods/EAPTTLSUI/.gitignore b/EAPMethods/EAPTTLSUI/.gitignore new file mode 100644 index 0000000..9c8716a --- /dev/null +++ b/EAPMethods/EAPTTLSUI/.gitignore @@ -0,0 +1,2 @@ +/temp +/*.user diff --git a/EAPMethods/build/EAPTTLSUI.props b/EAPMethods/EAPTTLSUI/EAPTTLSUI.props similarity index 77% rename from EAPMethods/build/EAPTTLSUI.props rename to EAPMethods/EAPTTLSUI/EAPTTLSUI.props index c94e3c6..5dfeb3b 100644 --- a/EAPMethods/build/EAPTTLSUI.props +++ b/EAPMethods/EAPTTLSUI/EAPTTLSUI.props @@ -1,7 +1,7 @@  - + @@ -10,7 +10,7 @@ EAPMETHOD_TYPE=21;%(PreprocessorDefinitions) - EAPMethodUI.def + ..\build\EAPMethodUI.def diff --git a/EAPMethods/build/EAPTTLSUI.rc b/EAPMethods/EAPTTLSUI/EAPTTLSUI.rc similarity index 100% rename from EAPMethods/build/EAPTTLSUI.rc rename to EAPMethods/EAPTTLSUI/EAPTTLSUI.rc diff --git a/EAPMethods/build/EAPTTLSUI.vcxproj b/EAPMethods/EAPTTLSUI/EAPTTLSUI.vcxproj similarity index 93% rename from EAPMethods/build/EAPTTLSUI.vcxproj rename to EAPMethods/EAPTTLSUI/EAPTTLSUI.vcxproj index 17a1eab..e9bb5a7 100644 --- a/EAPMethods/build/EAPTTLSUI.vcxproj +++ b/EAPMethods/EAPTTLSUI/EAPTTLSUI.vcxproj @@ -82,7 +82,9 @@ - + + + @@ -90,7 +92,7 @@ - + Create Create Create @@ -104,12 +106,12 @@ {47399d91-7eb9-41de-b521-514ba5db0c43} - + {d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b} - + diff --git a/EAPMethods/build/EAPTTLSUI.vcxproj.filters b/EAPMethods/EAPTTLSUI/EAPTTLSUI.vcxproj.filters similarity index 83% rename from EAPMethods/build/EAPTTLSUI.vcxproj.filters rename to EAPMethods/EAPTTLSUI/EAPTTLSUI.vcxproj.filters index 812bb54..7de2a85 100644 --- a/EAPMethods/build/EAPTTLSUI.vcxproj.filters +++ b/EAPMethods/EAPTTLSUI/EAPTTLSUI.vcxproj.filters @@ -15,7 +15,7 @@ - + Header Files @@ -27,9 +27,15 @@ Header Files + + Header Files + + + Header Files + - + Source Files @@ -54,7 +60,7 @@ - + Source Files diff --git a/EAPMethods/EAPTTLSUI/StdAfx.cpp b/EAPMethods/EAPTTLSUI/StdAfx.cpp new file mode 100644 index 0000000000000000000000000000000000000000..acfd8055d9d6ef8851f5860153816af330fa6463 GIT binary patch literal 1570 zcmbW1-EPxB5QXO&iFa7R4OEao5nKR53K0oNp{+=&Dwp|j8VlF8VwciK;yX@%X`#!@@CwN=;;?U_Bdm-e*Yy~5VB3rlQ{ zSNV_eiW=GvB9Cn1G3~k&YAIK+6>CQBP@fB%fkrqkdDqS{!Xvk@*7+;jwoc>IWLuFd z@$9ANtL)nIC-$1$H`uON7ua%E`7Rwt<&4aETh-WvNM1|p61CxU!7A?+c~r03Vdlzx z6Zfp>RvjwWhB);dyKCMIVd)g>5RcrwX0Q_M1O#(-DHwyPyM=p{{0omV6~BE-ud~E9 z2UDBxrp|!+k&m$>*zyr-WK4VB76w7o{?YuQr-T zAQzvJe`S>lo0^X~i)pc%x#zyh|D%F^GZjnHlco}rW(+UG^%;b={~@c z_+PPR&QR1zyTdd4gz7)qF;krop<6IzJ!AKUC*F#wy}_pJ!XWllEpd+9$Wk;@P%Gt~ za7PVqoTbWn(gfP|KidbY^g$3S_3S-}Mvh82qJjs0KEij*BLy52CA3nWkWTRE)5FM5 zvYui+!Ea1d2fx5BDk}2WMsYV)uWEFtVNmoMrmQE_3g6~w9 z=h~kRIdfFf!GFWP>zdep5lSrYYJLvb3zdEk={%?3j976Q>;Y4&*!QUaorpCSdHw=< CMENiP literal 0 HcmV?d00001 diff --git a/EAPMethods/include/StdAfx.h b/EAPMethods/EAPTTLSUI/StdAfx.h similarity index 100% rename from EAPMethods/include/StdAfx.h rename to EAPMethods/EAPTTLSUI/StdAfx.h diff --git a/EAPMethods/build/Common.props b/EAPMethods/build/Common.props index ef07f34..33fe726 100644 --- a/EAPMethods/build/Common.props +++ b/EAPMethods/build/Common.props @@ -8,7 +8,7 @@ - temp\EAPMethodEvents.$(Platform).$(Configuration).$(PlatformToolset);..\include;..\..\lib\WinStd\include;%(AdditionalIncludeDirectories) + ..\EAPMethodEvents\temp\EAPMethodEvents.$(Platform).$(Configuration).$(PlatformToolset);..\include;..\..\lib\WinStd\include;%(AdditionalIncludeDirectories) temp\EAPMethodEvents.$(Platform).$(Configuration).$(PlatformToolset);%(AdditionalIncludeDirectories) diff --git a/EAPMethods/include/EAPMethods.h b/EAPMethods/include/EAPMethods.h index 470ee9e4d42debe17337342a7003998477ce829d..abb1acb90a805e8f74eea0da3f121531ee1d0cf2 100644 GIT binary patch delta 32 ocmZ4Xgzd%?whc0Doc;{H40;S140e+zvPm}cux;mIW0YD00If&~1^@s6 delta 18 acmccdgl*Xqwhc0D&3