From 1cc7b1a3a00117fde7c5197311872e78f736b448 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 9 Jan 2020 09:26:58 +0100 Subject: [PATCH] Simplify .vcxproj and .props Signed-off-by: Simon Rozman --- CredWrite/CredWrite.props | 14 ----- CredWrite/CredWrite.vcxproj | 54 ++++++------------ EAPMethods/build/Common.props | 5 +- .../build/{EAPTTLS.props => EAPMethod.props} | 29 +++++----- .../{EAPTTLSUI.props => EAPMethodUI.props} | 33 ++++++----- EAPMethods/build/EAPTTLS.vcxproj | 54 +++++------------- EAPMethods/build/EAPTTLSUI.vcxproj | 54 +++++------------- EventMonitor/EventMonitor.props | 17 ------ EventMonitor/EventMonitor.vcxproj | 57 +++++++------------ MsiUseFeature/MsiUseFeature.props | 14 ----- MsiUseFeature/MsiUseFeature.vcxproj | 54 ++++++------------ WLANManager/WLANManager.props | 14 ----- WLANManager/WLANManager.vcxproj | 54 ++++++------------ lib/EAPBase/build/EAPBase.props | 12 ---- lib/EAPBase/build/EAPBase.vcxproj | 51 +++++------------ lib/EAPBase_UI/build/EAPBase_UI.props | 12 ---- lib/EAPBase_UI/build/EAPBase_UI.vcxproj | 51 +++++------------ lib/EapHost/build/EapHost.props | 12 ---- lib/EapHost/build/EapHost.vcxproj | 51 +++++------------ lib/EapHost_UI/build/EapHost_UI.props | 12 ---- lib/EapHost_UI/build/EapHost_UI.vcxproj | 51 +++++------------ lib/Events/build/Events.props | 17 ------ lib/Events/build/Events.vcxproj | 49 ++++++---------- lib/GTC/build/GTC.props | 12 ---- lib/GTC/build/GTC.vcxproj | 51 +++++------------ lib/GTC_UI/build/GTC_UI.props | 12 ---- lib/GTC_UI/build/GTC_UI.vcxproj | 51 +++++------------ lib/MSCHAPv2/build/MSCHAPv2.props | 12 ---- lib/MSCHAPv2/build/MSCHAPv2.vcxproj | 51 +++++------------ lib/MSCHAPv2_UI/build/MSCHAPv2_UI.props | 12 ---- lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj | 51 +++++------------ lib/PAP/build/PAP.props | 12 ---- lib/PAP/build/PAP.vcxproj | 51 +++++------------ lib/PAP_UI/build/PAP_UI.props | 12 ---- lib/PAP_UI/build/PAP_UI.vcxproj | 51 +++++------------ lib/TLS/build/TLS.props | 12 ---- lib/TLS/build/TLS.vcxproj | 51 +++++------------ lib/TLS_UI/build/TLS_UI.props | 12 ---- lib/TLS_UI/build/TLS_UI.vcxproj | 51 +++++------------ lib/TTLS/build/TTLS.props | 12 ---- lib/TTLS/build/TTLS.vcxproj | 51 +++++------------ lib/TTLS_UI/build/TTLS_UI.props | 12 ---- lib/TTLS_UI/build/TTLS_UI.vcxproj | 51 +++++------------ output/.gitignore | 18 +++--- output/Setup/.gitignore | 2 +- 45 files changed, 337 insertions(+), 1084 deletions(-) delete mode 100644 CredWrite/CredWrite.props rename EAPMethods/build/{EAPTTLS.props => EAPMethod.props} (74%) rename EAPMethods/build/{EAPTTLSUI.props => EAPMethodUI.props} (82%) delete mode 100644 EventMonitor/EventMonitor.props delete mode 100644 MsiUseFeature/MsiUseFeature.props delete mode 100644 WLANManager/WLANManager.props delete mode 100644 lib/EAPBase/build/EAPBase.props delete mode 100644 lib/EAPBase_UI/build/EAPBase_UI.props delete mode 100644 lib/EapHost/build/EapHost.props delete mode 100644 lib/EapHost_UI/build/EapHost_UI.props delete mode 100644 lib/Events/build/Events.props delete mode 100644 lib/GTC/build/GTC.props delete mode 100644 lib/GTC_UI/build/GTC_UI.props delete mode 100644 lib/MSCHAPv2/build/MSCHAPv2.props delete mode 100644 lib/MSCHAPv2_UI/build/MSCHAPv2_UI.props delete mode 100644 lib/PAP/build/PAP.props delete mode 100644 lib/PAP_UI/build/PAP_UI.props delete mode 100644 lib/TLS/build/TLS.props delete mode 100644 lib/TLS_UI/build/TLS_UI.props delete mode 100644 lib/TTLS/build/TTLS.props delete mode 100644 lib/TTLS_UI/build/TTLS_UI.props diff --git a/CredWrite/CredWrite.props b/CredWrite/CredWrite.props deleted file mode 100644 index 2a3442e..0000000 --- a/CredWrite/CredWrite.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - ..\output\$(Platform).$(Configuration)\ - - - - ..\lib\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\lib\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/CredWrite/CredWrite.vcxproj b/CredWrite/CredWrite.vcxproj index 42ae807..fe04ddb 100644 --- a/CredWrite/CredWrite.vcxproj +++ b/CredWrite/CredWrite.vcxproj @@ -77,49 +77,32 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + ..\output\$(Platform).$(Configuration)\ + + + + ..\lib\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\lib\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -132,12 +115,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/EAPMethods/build/Common.props b/EAPMethods/build/Common.props index 1754f6f..41029d1 100644 --- a/EAPMethods/build/Common.props +++ b/EAPMethods/build/Common.props @@ -1,6 +1,9 @@  - + + + + <_PropertySheetDisplayName>EAP Method Common diff --git a/EAPMethods/build/EAPTTLS.props b/EAPMethods/build/EAPMethod.props similarity index 74% rename from EAPMethods/build/EAPTTLS.props rename to EAPMethods/build/EAPMethod.props index 344008b..d01814e 100644 --- a/EAPMethods/build/EAPTTLS.props +++ b/EAPMethods/build/EAPMethod.props @@ -1,17 +1,14 @@ - - - - - - - - - - EAPMETHOD_TYPE=21;%(PreprocessorDefinitions) - - - EAPMethod.def - - - + + + + + + + + + + EAPMethod.def + + + \ No newline at end of file diff --git a/EAPMethods/build/EAPTTLSUI.props b/EAPMethods/build/EAPMethodUI.props similarity index 82% rename from EAPMethods/build/EAPTTLSUI.props rename to EAPMethods/build/EAPMethodUI.props index 67b3619..03620bd 100644 --- a/EAPMethods/build/EAPTTLSUI.props +++ b/EAPMethods/build/EAPMethodUI.props @@ -1,18 +1,17 @@ - - - - - - - - - - EAPMETHOD_TYPE=21;%(PreprocessorDefinitions) - StdAfxUI.h - - - EAPMethodUI.def - - - + + + + + + + + + + StdAfxUI.h + + + EAPMethodUI.def + + + \ No newline at end of file diff --git a/EAPMethods/build/EAPTTLS.vcxproj b/EAPMethods/build/EAPTTLS.vcxproj index 069dd1b..0447b64 100644 --- a/EAPMethods/build/EAPTTLS.vcxproj +++ b/EAPMethods/build/EAPTTLS.vcxproj @@ -76,44 +76,23 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + EAPMETHOD_TYPE=21;%(PreprocessorDefinitions) + + @@ -126,12 +105,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/EAPMethods/build/EAPTTLSUI.vcxproj b/EAPMethods/build/EAPTTLSUI.vcxproj index 11b1284..2a835d1 100644 --- a/EAPMethods/build/EAPTTLSUI.vcxproj +++ b/EAPMethods/build/EAPTTLSUI.vcxproj @@ -76,44 +76,23 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + EAPMETHOD_TYPE=21;%(PreprocessorDefinitions) + + @@ -126,12 +105,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/EventMonitor/EventMonitor.props b/EventMonitor/EventMonitor.props deleted file mode 100644 index 4c26039..0000000 --- a/EventMonitor/EventMonitor.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - ..\output\$(Platform).$(Configuration)\ - - - - ..\lib\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\lib\WinStd\include;..\lib\wxExtend\include;%(AdditionalIncludeDirectories) - - - RequireAdministrator - - - - \ No newline at end of file diff --git a/EventMonitor/EventMonitor.vcxproj b/EventMonitor/EventMonitor.vcxproj index 17a911d..1ee5dce 100644 --- a/EventMonitor/EventMonitor.vcxproj +++ b/EventMonitor/EventMonitor.vcxproj @@ -77,49 +77,35 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + ..\output\$(Platform).$(Configuration)\ + + + + ..\lib\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\lib\WinStd\include;..\lib\wxExtend\include;%(AdditionalIncludeDirectories) + + + RequireAdministrator + + @@ -143,12 +129,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/MsiUseFeature/MsiUseFeature.props b/MsiUseFeature/MsiUseFeature.props deleted file mode 100644 index 2b4b508..0000000 --- a/MsiUseFeature/MsiUseFeature.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - ..\output\$(Platform).$(Configuration)\ - - - - ..\lib\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/MsiUseFeature/MsiUseFeature.vcxproj b/MsiUseFeature/MsiUseFeature.vcxproj index c3eaa52..2af7dbc 100644 --- a/MsiUseFeature/MsiUseFeature.vcxproj +++ b/MsiUseFeature/MsiUseFeature.vcxproj @@ -77,49 +77,32 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + ..\output\$(Platform).$(Configuration)\ + + + + ..\lib\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -132,12 +115,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/WLANManager/WLANManager.props b/WLANManager/WLANManager.props deleted file mode 100644 index 2a3442e..0000000 --- a/WLANManager/WLANManager.props +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - ..\output\$(Platform).$(Configuration)\ - - - - ..\lib\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\lib\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/WLANManager/WLANManager.vcxproj b/WLANManager/WLANManager.vcxproj index fedebee..cf43d5a 100644 --- a/WLANManager/WLANManager.vcxproj +++ b/WLANManager/WLANManager.vcxproj @@ -77,49 +77,32 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + ..\output\$(Platform).$(Configuration)\ + + + + ..\lib\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\lib\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -132,12 +115,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/EAPBase/build/EAPBase.props b/lib/EAPBase/build/EAPBase.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/EAPBase/build/EAPBase.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/EAPBase/build/EAPBase.vcxproj b/lib/EAPBase/build/EAPBase.vcxproj index ddbbe6a..63671f4 100644 --- a/lib/EAPBase/build/EAPBase.vcxproj +++ b/lib/EAPBase/build/EAPBase.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -137,12 +117,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/EAPBase_UI/build/EAPBase_UI.props b/lib/EAPBase_UI/build/EAPBase_UI.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/EAPBase_UI/build/EAPBase_UI.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/EAPBase_UI/build/EAPBase_UI.vcxproj b/lib/EAPBase_UI/build/EAPBase_UI.vcxproj index 3f2d28d..c8e2d02 100644 --- a/lib/EAPBase_UI/build/EAPBase_UI.vcxproj +++ b/lib/EAPBase_UI/build/EAPBase_UI.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -132,12 +112,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/EapHost/build/EapHost.props b/lib/EapHost/build/EapHost.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/EapHost/build/EapHost.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/EapHost/build/EapHost.vcxproj b/lib/EapHost/build/EapHost.vcxproj index 9f68f9c..d1db2ed 100644 --- a/lib/EapHost/build/EapHost.vcxproj +++ b/lib/EapHost/build/EapHost.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -131,12 +111,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/EapHost_UI/build/EapHost_UI.props b/lib/EapHost_UI/build/EapHost_UI.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/EapHost_UI/build/EapHost_UI.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/EapHost_UI/build/EapHost_UI.vcxproj b/lib/EapHost_UI/build/EapHost_UI.vcxproj index 89c6f13..75e8df9 100644 --- a/lib/EapHost_UI/build/EapHost_UI.vcxproj +++ b/lib/EapHost_UI/build/EapHost_UI.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -129,12 +109,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/Events/build/Events.props b/lib/Events/build/Events.props deleted file mode 100644 index 0761dc8..0000000 --- a/lib/Events/build/Events.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - ..\..\..\output\$(Platform).$(Configuration)\ - - - - temp\Events.$(Platform).$(Configuration).$(PlatformToolset);%(AdditionalIncludeDirectories) - AFX_TARG_NEU;AFX_TARG_ENU;%(PreprocessorDefinitions) - - - - \ No newline at end of file diff --git a/lib/Events/build/Events.vcxproj b/lib/Events/build/Events.vcxproj index bbb12c4..95c1745 100644 --- a/lib/Events/build/Events.vcxproj +++ b/lib/Events/build/Events.vcxproj @@ -77,43 +77,28 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\..\output\$(Platform).$(Configuration)\ + + + + temp\Events.$(Platform).$(Configuration).$(PlatformToolset);%(AdditionalIncludeDirectories) + AFX_TARG_NEU;AFX_TARG_ENU;%(PreprocessorDefinitions) + + diff --git a/lib/GTC/build/GTC.props b/lib/GTC/build/GTC.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/GTC/build/GTC.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/GTC/build/GTC.vcxproj b/lib/GTC/build/GTC.vcxproj index 9fe8b5b..9333aeb 100644 --- a/lib/GTC/build/GTC.vcxproj +++ b/lib/GTC/build/GTC.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -129,12 +109,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/GTC_UI/build/GTC_UI.props b/lib/GTC_UI/build/GTC_UI.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/GTC_UI/build/GTC_UI.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/GTC_UI/build/GTC_UI.vcxproj b/lib/GTC_UI/build/GTC_UI.vcxproj index 812c61e..040b1c1 100644 --- a/lib/GTC_UI/build/GTC_UI.vcxproj +++ b/lib/GTC_UI/build/GTC_UI.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -129,12 +109,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/MSCHAPv2/build/MSCHAPv2.props b/lib/MSCHAPv2/build/MSCHAPv2.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/MSCHAPv2/build/MSCHAPv2.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/MSCHAPv2/build/MSCHAPv2.vcxproj b/lib/MSCHAPv2/build/MSCHAPv2.vcxproj index 515775b..4cbe201 100644 --- a/lib/MSCHAPv2/build/MSCHAPv2.vcxproj +++ b/lib/MSCHAPv2/build/MSCHAPv2.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -131,12 +111,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.props b/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj b/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj index 254e0bc..d1766d9 100644 --- a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj +++ b/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -127,12 +107,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/PAP/build/PAP.props b/lib/PAP/build/PAP.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/PAP/build/PAP.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/PAP/build/PAP.vcxproj b/lib/PAP/build/PAP.vcxproj index f43409d..e5ac819 100644 --- a/lib/PAP/build/PAP.vcxproj +++ b/lib/PAP/build/PAP.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -129,12 +109,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/PAP_UI/build/PAP_UI.props b/lib/PAP_UI/build/PAP_UI.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/PAP_UI/build/PAP_UI.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/PAP_UI/build/PAP_UI.vcxproj b/lib/PAP_UI/build/PAP_UI.vcxproj index dd0f706..c17ac25 100644 --- a/lib/PAP_UI/build/PAP_UI.vcxproj +++ b/lib/PAP_UI/build/PAP_UI.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -127,12 +107,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/TLS/build/TLS.props b/lib/TLS/build/TLS.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/TLS/build/TLS.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/TLS/build/TLS.vcxproj b/lib/TLS/build/TLS.vcxproj index 7ec3b58..3f16b6d 100644 --- a/lib/TLS/build/TLS.vcxproj +++ b/lib/TLS/build/TLS.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -128,12 +108,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/TLS_UI/build/TLS_UI.props b/lib/TLS_UI/build/TLS_UI.props deleted file mode 100644 index fe94d27..0000000 --- a/lib/TLS_UI/build/TLS_UI.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;..\..\wxExtend\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/TLS_UI/build/TLS_UI.vcxproj b/lib/TLS_UI/build/TLS_UI.vcxproj index 4979f67..569f6d2 100644 --- a/lib/TLS_UI/build/TLS_UI.vcxproj +++ b/lib/TLS_UI/build/TLS_UI.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;..\..\wxExtend\include;%(AdditionalIncludeDirectories) + + @@ -129,12 +109,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/TTLS/build/TTLS.props b/lib/TTLS/build/TTLS.props deleted file mode 100644 index 4997b71..0000000 --- a/lib/TTLS/build/TTLS.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/TTLS/build/TTLS.vcxproj b/lib/TTLS/build/TTLS.vcxproj index 9e6f058..6e95016 100644 --- a/lib/TTLS/build/TTLS.vcxproj +++ b/lib/TTLS/build/TTLS.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;%(AdditionalIncludeDirectories) + + @@ -135,12 +115,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/lib/TTLS_UI/build/TTLS_UI.props b/lib/TTLS_UI/build/TTLS_UI.props deleted file mode 100644 index fe94d27..0000000 --- a/lib/TTLS_UI/build/TTLS_UI.props +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;..\..\wxExtend\include;%(AdditionalIncludeDirectories) - - - - \ No newline at end of file diff --git a/lib/TTLS_UI/build/TTLS_UI.vcxproj b/lib/TTLS_UI/build/TTLS_UI.vcxproj index 0f4a275..49b1bb7 100644 --- a/lib/TTLS_UI/build/TTLS_UI.vcxproj +++ b/lib/TTLS_UI/build/TTLS_UI.vcxproj @@ -76,44 +76,24 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + ..\..\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\..\WinStd\include;..\..\wxExtend\include;%(AdditionalIncludeDirectories) + + @@ -130,12 +110,7 @@ - Create - Create - Create - Create - Create - Create + Create diff --git a/output/.gitignore b/output/.gitignore index 5892488..c79f2d1 100644 --- a/output/.gitignore +++ b/output/.gitignore @@ -6,12 +6,12 @@ /x64.Debug /x64.Release /PackageGUID.mak -/GEANTLink*.cab -/GEANTLink*.ddf -/GEANTLink*.dep -/GEANTLink*.inf -/GEANTLink*.msi -/GEANTLink*.mst -/GEANTLink*.out -/GEANTLink*.rpt -/GEANTLink*.sign +/*.cab +/*.ddf +/*.dep +/*.inf +/*.msi +/*.mst +/*.out +/*.rpt +/*.sign diff --git a/output/Setup/.gitignore b/output/Setup/.gitignore index b825a7c..0c47ac8 100644 --- a/output/Setup/.gitignore +++ b/output/Setup/.gitignore @@ -1,4 +1,4 @@ -/GEANTLink*.msi +/*.msi /CredWrite.exe /MsiUseFeature.exe /WLANManager-*.exe