diff --git a/CredWrite/CredWrite.vcxproj b/CredWrite/CredWrite.vcxproj
index 8147fe7..2667d76 100644
--- a/CredWrite/CredWrite.vcxproj
+++ b/CredWrite/CredWrite.vcxproj
@@ -110,11 +110,11 @@
-
+
-
+ Create
diff --git a/CredWrite/CredWrite.vcxproj.filters b/CredWrite/CredWrite.vcxproj.filters
index e365054..a7f9a98 100644
--- a/CredWrite/CredWrite.vcxproj.filters
+++ b/CredWrite/CredWrite.vcxproj.filters
@@ -15,12 +15,12 @@
-
+ Header Files
-
+ Source Files
diff --git a/CredWrite/Main.cpp b/CredWrite/Main.cpp
index 2ae6691..50eecf1 100644
--- a/CredWrite/Main.cpp
+++ b/CredWrite/Main.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/CredWrite/StdAfx.cpp b/CredWrite/PCH.cpp
similarity index 94%
rename from CredWrite/StdAfx.cpp
rename to CredWrite/PCH.cpp
index e1706a9..f4d85d0 100644
--- a/CredWrite/StdAfx.cpp
+++ b/CredWrite/PCH.cpp
@@ -18,4 +18,4 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
diff --git a/CredWrite/StdAfx.h b/CredWrite/PCH.h
similarity index 100%
rename from CredWrite/StdAfx.h
rename to CredWrite/PCH.h
diff --git a/EAPMethods/build/EAP-TTLS.vcxproj.filters b/EAPMethods/build/EAP-TTLS.vcxproj.filters
index 04b39e6..d64719d 100644
--- a/EAPMethods/build/EAP-TTLS.vcxproj.filters
+++ b/EAPMethods/build/EAP-TTLS.vcxproj.filters
@@ -15,12 +15,12 @@
-
+ Header Files
-
+ Source Files
diff --git a/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters b/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters
index 23e2556..8edc66f 100644
--- a/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters
+++ b/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters
@@ -19,12 +19,12 @@
-
+ Header Files
-
+ Source Files
diff --git a/EAPMethods/build/EAPMethod.props b/EAPMethods/build/EAPMethod.props
index 0c8f4be..1f1f5d6 100644
--- a/EAPMethods/build/EAPMethod.props
+++ b/EAPMethods/build/EAPMethod.props
@@ -11,11 +11,11 @@
-
+
-
+ Create
diff --git a/EAPMethods/build/EAPMethod_UI.props b/EAPMethods/build/EAPMethod_UI.props
index 6b499d4..73853aa 100644
--- a/EAPMethods/build/EAPMethod_UI.props
+++ b/EAPMethods/build/EAPMethod_UI.props
@@ -7,18 +7,18 @@
- StdAfx_UI.h
+ PCH_UI.hEAPMethod_UI.def
-
+
-
+ Create
diff --git a/EAPMethods/src/Main.cpp b/EAPMethods/src/Main.cpp
index 3709a80..b97ae17 100644
--- a/EAPMethods/src/Main.cpp
+++ b/EAPMethods/src/Main.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Ws2_32.lib")
diff --git a/EAPMethods/src/Main_UI.cpp b/EAPMethods/src/Main_UI.cpp
index 621b388..2d66f0b 100644
--- a/EAPMethods/src/Main_UI.cpp
+++ b/EAPMethods/src/Main_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx_UI.h"
+#include "PCH_UI.h"
#pragma comment(lib, "msxml6.lib")
diff --git a/EAPMethods/src/StdAfx.cpp b/EAPMethods/src/PCH.cpp
similarity index 94%
rename from EAPMethods/src/StdAfx.cpp
rename to EAPMethods/src/PCH.cpp
index e1706a9..f4d85d0 100644
--- a/EAPMethods/src/StdAfx.cpp
+++ b/EAPMethods/src/PCH.cpp
@@ -18,4 +18,4 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
diff --git a/EAPMethods/src/StdAfx.h b/EAPMethods/src/PCH.h
similarity index 100%
rename from EAPMethods/src/StdAfx.h
rename to EAPMethods/src/PCH.h
diff --git a/EAPMethods/src/StdAfx_UI.cpp b/EAPMethods/src/PCH_UI.cpp
similarity index 60%
rename from EAPMethods/src/StdAfx_UI.cpp
rename to EAPMethods/src/PCH_UI.cpp
index be1cad5..8d5403d 100644
--- a/EAPMethods/src/StdAfx_UI.cpp
+++ b/EAPMethods/src/PCH_UI.cpp
@@ -1,21 +1,21 @@
/*
Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
+ Copyright 2016 G�ANT
- This file is part of GÉANTLink.
+ This file is part of G�ANTLink.
- GÉANTLink is free software: you can redistribute it and/or modify it
+ G�ANTLink is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- GÉANTLink is distributed in the hope that it will be useful, but
+ G�ANTLink is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
+ along with G�ANTLink. If not, see .
*/
-#include "StdAfx_UI.h"
+#include "PCH_UI.h"
diff --git a/EAPMethods/src/StdAfx_UI.h b/EAPMethods/src/PCH_UI.h
similarity index 100%
rename from EAPMethods/src/StdAfx_UI.h
rename to EAPMethods/src/PCH_UI.h
diff --git a/EventMonitor/App.cpp b/EventMonitor/App.cpp
index 7c158d9..3d61705 100644
--- a/EventMonitor/App.cpp
+++ b/EventMonitor/App.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#if defined(__WXMSW__)
#pragma comment(lib, "msi.lib")
#endif
diff --git a/EventMonitor/ETWLog.cpp b/EventMonitor/ETWLog.cpp
index 9949ee8..82abf32 100644
--- a/EventMonitor/ETWLog.cpp
+++ b/EventMonitor/ETWLog.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "tdh.lib")
#pragma comment(lib, "Ws2_32.lib")
diff --git a/EventMonitor/EventMonitor.vcxproj b/EventMonitor/EventMonitor.vcxproj
index 68188af..9e5ceec 100644
--- a/EventMonitor/EventMonitor.vcxproj
+++ b/EventMonitor/EventMonitor.vcxproj
@@ -120,7 +120,7 @@
-
+
@@ -128,7 +128,7 @@
-
+ Create
diff --git a/EventMonitor/EventMonitor.vcxproj.filters b/EventMonitor/EventMonitor.vcxproj.filters
index af3001e..58a99cb 100644
--- a/EventMonitor/EventMonitor.vcxproj.filters
+++ b/EventMonitor/EventMonitor.vcxproj.filters
@@ -24,7 +24,7 @@
-
+ Header Files
@@ -44,7 +44,7 @@
-
+ Source Files
diff --git a/EventMonitor/Frame.cpp b/EventMonitor/Frame.cpp
index 3749fd4..36a58c4 100644
--- a/EventMonitor/Frame.cpp
+++ b/EventMonitor/Frame.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////////
diff --git a/EventMonitor/LogPanel.cpp b/EventMonitor/LogPanel.cpp
index 9f0aac9..cf604b8 100644
--- a/EventMonitor/LogPanel.cpp
+++ b/EventMonitor/LogPanel.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////////
diff --git a/MsiUseFeature/StdAfx.cpp b/EventMonitor/PCH.cpp
similarity index 94%
rename from MsiUseFeature/StdAfx.cpp
rename to EventMonitor/PCH.cpp
index e1706a9..f4d85d0 100644
--- a/MsiUseFeature/StdAfx.cpp
+++ b/EventMonitor/PCH.cpp
@@ -18,4 +18,4 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
diff --git a/EventMonitor/StdAfx.h b/EventMonitor/PCH.h
similarity index 100%
rename from EventMonitor/StdAfx.h
rename to EventMonitor/PCH.h
diff --git a/EventMonitor/res/wxEventMonitor_UI.cpp b/EventMonitor/res/wxEventMonitor_UI.cpp
index 02e3575..3f25b08 100644
--- a/EventMonitor/res/wxEventMonitor_UI.cpp
+++ b/EventMonitor/res/wxEventMonitor_UI.cpp
@@ -5,7 +5,7 @@
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
-#include "StdAfx.h"
+#include "PCH.h"
#include "../ETWLog.h"
diff --git a/EventMonitor/res/wxEventMonitor_UI.fbp b/EventMonitor/res/wxEventMonitor_UI.fbp
index 1dc6762..08980cc 100644
--- a/EventMonitor/res/wxEventMonitor_UI.fbp
+++ b/EventMonitor/res/wxEventMonitor_UI.fbp
@@ -18,7 +18,7 @@
wxEventMonitor_UI.
- #include "StdAfx.h"
+ #include "PCH.h"111
diff --git a/MsiUseFeature/Main.cpp b/MsiUseFeature/Main.cpp
index b6260cb..92d5c41 100644
--- a/MsiUseFeature/Main.cpp
+++ b/MsiUseFeature/Main.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Msi.lib")
diff --git a/MsiUseFeature/MsiUseFeature.vcxproj b/MsiUseFeature/MsiUseFeature.vcxproj
index 9d7d660..c284cec 100644
--- a/MsiUseFeature/MsiUseFeature.vcxproj
+++ b/MsiUseFeature/MsiUseFeature.vcxproj
@@ -110,11 +110,11 @@
-
+
-
+ Create
diff --git a/MsiUseFeature/MsiUseFeature.vcxproj.filters b/MsiUseFeature/MsiUseFeature.vcxproj.filters
index 2065872..ffe3be9 100644
--- a/MsiUseFeature/MsiUseFeature.vcxproj.filters
+++ b/MsiUseFeature/MsiUseFeature.vcxproj.filters
@@ -15,12 +15,12 @@
-
+ Header Files
-
+ Source Files
diff --git a/EventMonitor/StdAfx.cpp b/MsiUseFeature/PCH.cpp
similarity index 94%
rename from EventMonitor/StdAfx.cpp
rename to MsiUseFeature/PCH.cpp
index e1706a9..f4d85d0 100644
--- a/EventMonitor/StdAfx.cpp
+++ b/MsiUseFeature/PCH.cpp
@@ -18,4 +18,4 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
diff --git a/MsiUseFeature/StdAfx.h b/MsiUseFeature/PCH.h
similarity index 100%
rename from MsiUseFeature/StdAfx.h
rename to MsiUseFeature/PCH.h
diff --git a/WLANManager/Main.cpp b/WLANManager/Main.cpp
index 5ff98f7..14e6014 100644
--- a/WLANManager/Main.cpp
+++ b/WLANManager/Main.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Wlanapi.lib")
#pragma comment(lib, "Wlanui.lib")
diff --git a/WLANManager/PCH.cpp b/WLANManager/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/WLANManager/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/WLANManager/StdAfx.h b/WLANManager/PCH.h
similarity index 100%
rename from WLANManager/StdAfx.h
rename to WLANManager/PCH.h
diff --git a/WLANManager/StdAfx.cpp b/WLANManager/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/WLANManager/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/WLANManager/WLANManager.vcxproj b/WLANManager/WLANManager.vcxproj
index b25ee60..3bb74b6 100644
--- a/WLANManager/WLANManager.vcxproj
+++ b/WLANManager/WLANManager.vcxproj
@@ -110,11 +110,11 @@
-
+
-
+ Create
diff --git a/WLANManager/WLANManager.vcxproj.filters b/WLANManager/WLANManager.vcxproj.filters
index bfcbef4..1a297a1 100644
--- a/WLANManager/WLANManager.vcxproj.filters
+++ b/WLANManager/WLANManager.vcxproj.filters
@@ -19,12 +19,12 @@
-
+ Header Files
-
+ Source Files
diff --git a/include/Common.props b/include/Common.props
index d8ab0fa..d04dba8 100644
--- a/include/Common.props
+++ b/include/Common.props
@@ -38,7 +38,7 @@
Level4EAP_INNER_EAPHOST;_WIN32_WINNT=0x0600;ISOLATION_AWARE_ENABLED=1;SECURITY_WIN32;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;EAP_TLS=1;wxMSVC_VERSION=$(PlatformToolsetVersion);WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)Use
- StdAfx.h
+ PCH.hProgramDatabasetruetrue
diff --git a/lib/EAPBase/build/EAPBase.vcxproj b/lib/EAPBase/build/EAPBase.vcxproj
index b92ccea..3d7ab4b 100644
--- a/lib/EAPBase/build/EAPBase.vcxproj
+++ b/lib/EAPBase/build/EAPBase.vcxproj
@@ -108,7 +108,7 @@
-
+
@@ -116,7 +116,7 @@
-
+ Create
diff --git a/lib/EAPBase/build/EAPBase.vcxproj.filters b/lib/EAPBase/build/EAPBase.vcxproj.filters
index 9f4834b..7250e08 100644
--- a/lib/EAPBase/build/EAPBase.vcxproj.filters
+++ b/lib/EAPBase/build/EAPBase.vcxproj.filters
@@ -11,7 +11,7 @@
-
+ Header Files
@@ -37,7 +37,7 @@
-
+ Source Files
diff --git a/lib/EAPBase/src/Config.cpp b/lib/EAPBase/src/Config.cpp
index fbb51ed..45b8d66 100644
--- a/lib/EAPBase/src/Config.cpp
+++ b/lib/EAPBase/src/Config.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/EAPBase/src/Credentials.cpp b/lib/EAPBase/src/Credentials.cpp
index 5f465c9..620041f 100644
--- a/lib/EAPBase/src/Credentials.cpp
+++ b/lib/EAPBase/src/Credentials.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Crypt32.lib")
diff --git a/lib/EAPBase/src/EAP.cpp b/lib/EAPBase/src/EAP.cpp
index 52d557e..cc6f83c 100644
--- a/lib/EAPBase/src/EAP.cpp
+++ b/lib/EAPBase/src/EAP.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Ws2_32.lib")
diff --git a/lib/EAPBase/src/Method.cpp b/lib/EAPBase/src/Method.cpp
index 07670ff..f8209cd 100644
--- a/lib/EAPBase/src/Method.cpp
+++ b/lib/EAPBase/src/Method.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/EAPBase/src/Module.cpp b/lib/EAPBase/src/Module.cpp
index 240174e..4bc7ece 100644
--- a/lib/EAPBase/src/Module.cpp
+++ b/lib/EAPBase/src/Module.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/EAPBase/src/PCH.cpp b/lib/EAPBase/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/EAPBase/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/EAPBase/src/StdAfx.h b/lib/EAPBase/src/PCH.h
similarity index 100%
rename from lib/EAPBase/src/StdAfx.h
rename to lib/EAPBase/src/PCH.h
diff --git a/lib/EAPBase/src/StdAfx.cpp b/lib/EAPBase/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/EAPBase/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/EAPBase/src/UIContext.cpp b/lib/EAPBase/src/UIContext.cpp
index 8896347..7a787c1 100644
--- a/lib/EAPBase/src/UIContext.cpp
+++ b/lib/EAPBase/src/UIContext.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/EAPBase_UI/build/EAPBase_UI.vcxproj b/lib/EAPBase_UI/build/EAPBase_UI.vcxproj
index 4294ac7..e93dc8a 100644
--- a/lib/EAPBase_UI/build/EAPBase_UI.vcxproj
+++ b/lib/EAPBase_UI/build/EAPBase_UI.vcxproj
@@ -105,13 +105,13 @@
-
+
-
+ Create
diff --git a/lib/EAPBase_UI/build/EAPBase_UI.vcxproj.filters b/lib/EAPBase_UI/build/EAPBase_UI.vcxproj.filters
index 01fd05f..b1a69c3 100644
--- a/lib/EAPBase_UI/build/EAPBase_UI.vcxproj.filters
+++ b/lib/EAPBase_UI/build/EAPBase_UI.vcxproj.filters
@@ -15,7 +15,7 @@
-
+ Header Files
@@ -32,7 +32,7 @@
-
+ Source Files
diff --git a/lib/EAPBase_UI/res/wxEAP_UI.cpp b/lib/EAPBase_UI/res/wxEAP_UI.cpp
index 8bdadf8..29c50d9 100644
--- a/lib/EAPBase_UI/res/wxEAP_UI.cpp
+++ b/lib/EAPBase_UI/res/wxEAP_UI.cpp
@@ -5,7 +5,7 @@
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
-#include
+#include
#include "wxEAP_UI.h"
diff --git a/lib/EAPBase_UI/res/wxEAP_UI.fbp b/lib/EAPBase_UI/res/wxEAP_UI.fbp
index b8e097b..2c5a171 100644
--- a/lib/EAPBase_UI/res/wxEAP_UI.fbp
+++ b/lib/EAPBase_UI/res/wxEAP_UI.fbp
@@ -19,7 +19,7 @@
wxEAP_UI.
- #include <StdAfx.h>
+ #include <PCH.h>111
diff --git a/lib/EAPBase_UI/src/EAP_UI.cpp b/lib/EAPBase_UI/src/EAP_UI.cpp
index 09b0aa5..e76d345 100644
--- a/lib/EAPBase_UI/src/EAP_UI.cpp
+++ b/lib/EAPBase_UI/src/EAP_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////
diff --git a/lib/EAPBase_UI/src/Module.cpp b/lib/EAPBase_UI/src/Module.cpp
index f6e5de9..b5ea6b4 100644
--- a/lib/EAPBase_UI/src/Module.cpp
+++ b/lib/EAPBase_UI/src/Module.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/EAPBase_UI/src/PCH.cpp b/lib/EAPBase_UI/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/EAPBase_UI/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/EAPBase_UI/src/StdAfx.h b/lib/EAPBase_UI/src/PCH.h
similarity index 100%
rename from lib/EAPBase_UI/src/StdAfx.h
rename to lib/EAPBase_UI/src/PCH.h
diff --git a/lib/EAPBase_UI/src/StdAfx.cpp b/lib/EAPBase_UI/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/EAPBase_UI/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/EapHost/build/EapHost.vcxproj b/lib/EapHost/build/EapHost.vcxproj
index bc4b6da..e8524e2 100644
--- a/lib/EapHost/build/EapHost.vcxproj
+++ b/lib/EapHost/build/EapHost.vcxproj
@@ -104,13 +104,13 @@
-
+
-
+ Create
diff --git a/lib/EapHost/build/EapHost.vcxproj.filters b/lib/EapHost/build/EapHost.vcxproj.filters
index 3a8f006..f912ec5 100644
--- a/lib/EapHost/build/EapHost.vcxproj.filters
+++ b/lib/EapHost/build/EapHost.vcxproj.filters
@@ -11,7 +11,7 @@
-
+ Header Files
@@ -25,7 +25,7 @@
-
+ Source Files
diff --git a/lib/EapHost/src/Config.cpp b/lib/EapHost/src/Config.cpp
index a535328..c910a2a 100644
--- a/lib/EapHost/src/Config.cpp
+++ b/lib/EapHost/src/Config.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/EapHost/src/Credentials.cpp b/lib/EapHost/src/Credentials.cpp
index 9e652d1..1a5dfd3 100644
--- a/lib/EapHost/src/Credentials.cpp
+++ b/lib/EapHost/src/Credentials.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Eappprxy.lib")
diff --git a/lib/EapHost/src/EapHost.cpp b/lib/EapHost/src/EapHost.cpp
index 2b4a3e1..a741dc5 100644
--- a/lib/EapHost/src/EapHost.cpp
+++ b/lib/EapHost/src/EapHost.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////
diff --git a/lib/EapHost/src/Method.cpp b/lib/EapHost/src/Method.cpp
index 82fe102..2505b7b 100644
--- a/lib/EapHost/src/Method.cpp
+++ b/lib/EapHost/src/Method.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/EapHost/src/PCH.cpp b/lib/EapHost/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/EapHost/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/EapHost/src/StdAfx.h b/lib/EapHost/src/PCH.h
similarity index 100%
rename from lib/EapHost/src/StdAfx.h
rename to lib/EapHost/src/PCH.h
diff --git a/lib/EapHost/src/StdAfx.cpp b/lib/EapHost/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/EapHost/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/EapHost_UI/build/EapHost_UI.vcxproj b/lib/EapHost_UI/build/EapHost_UI.vcxproj
index b285e95..1ba82e6 100644
--- a/lib/EapHost_UI/build/EapHost_UI.vcxproj
+++ b/lib/EapHost_UI/build/EapHost_UI.vcxproj
@@ -103,12 +103,12 @@
-
+
-
+ Create
diff --git a/lib/EapHost_UI/build/EapHost_UI.vcxproj.filters b/lib/EapHost_UI/build/EapHost_UI.vcxproj.filters
index 4b46065..df7a0f1 100644
--- a/lib/EapHost_UI/build/EapHost_UI.vcxproj.filters
+++ b/lib/EapHost_UI/build/EapHost_UI.vcxproj.filters
@@ -15,7 +15,7 @@
-
+ Header Files
@@ -26,7 +26,7 @@
-
+ Source Files
diff --git a/lib/EapHost_UI/res/wxEapHost_UI.cpp b/lib/EapHost_UI/res/wxEapHost_UI.cpp
index af35832..2fb0bc1 100644
--- a/lib/EapHost_UI/res/wxEapHost_UI.cpp
+++ b/lib/EapHost_UI/res/wxEapHost_UI.cpp
@@ -5,7 +5,7 @@
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
-#include
+#include
#include "wxEapHost_UI.h"
diff --git a/lib/EapHost_UI/res/wxEapHost_UI.fbp b/lib/EapHost_UI/res/wxEapHost_UI.fbp
index 3673237..8b972cd 100644
--- a/lib/EapHost_UI/res/wxEapHost_UI.fbp
+++ b/lib/EapHost_UI/res/wxEapHost_UI.fbp
@@ -18,7 +18,7 @@
wxEapHost_UI.
- #include <StdAfx.h>
+ #include <PCH.h>111
diff --git a/lib/EapHost_UI/src/EapHost_UI.cpp b/lib/EapHost_UI/src/EapHost_UI.cpp
index e7fce2a..d2832c6 100644
--- a/lib/EapHost_UI/src/EapHost_UI.cpp
+++ b/lib/EapHost_UI/src/EapHost_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Eappcfg.lib")
diff --git a/lib/EapHost_UI/src/PCH.cpp b/lib/EapHost_UI/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/EapHost_UI/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/EapHost_UI/src/StdAfx.h b/lib/EapHost_UI/src/PCH.h
similarity index 100%
rename from lib/EapHost_UI/src/StdAfx.h
rename to lib/EapHost_UI/src/PCH.h
diff --git a/lib/EapHost_UI/src/StdAfx.cpp b/lib/EapHost_UI/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/EapHost_UI/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/GTC/build/GTC.vcxproj b/lib/GTC/build/GTC.vcxproj
index 4ffe3ff..69d7719 100644
--- a/lib/GTC/build/GTC.vcxproj
+++ b/lib/GTC/build/GTC.vcxproj
@@ -103,12 +103,12 @@
-
+
-
+ Create
diff --git a/lib/GTC/build/GTC.vcxproj.filters b/lib/GTC/build/GTC.vcxproj.filters
index b1b614a..dd64e04 100644
--- a/lib/GTC/build/GTC.vcxproj.filters
+++ b/lib/GTC/build/GTC.vcxproj.filters
@@ -11,7 +11,7 @@
-
+ Header Files
@@ -22,7 +22,7 @@
-
+ Source Files
diff --git a/lib/GTC/src/Config.cpp b/lib/GTC/src/Config.cpp
index b79d0e4..4844f55 100644
--- a/lib/GTC/src/Config.cpp
+++ b/lib/GTC/src/Config.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/GTC/src/Method.cpp b/lib/GTC/src/Method.cpp
index 4a385e3..2aa045f 100644
--- a/lib/GTC/src/Method.cpp
+++ b/lib/GTC/src/Method.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/GTC/src/PCH.cpp b/lib/GTC/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/GTC/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/GTC/src/StdAfx.h b/lib/GTC/src/PCH.h
similarity index 100%
rename from lib/GTC/src/StdAfx.h
rename to lib/GTC/src/PCH.h
diff --git a/lib/GTC/src/StdAfx.cpp b/lib/GTC/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/GTC/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/GTC_UI/build/GTC_UI.vcxproj b/lib/GTC_UI/build/GTC_UI.vcxproj
index e62c158..ec79178 100644
--- a/lib/GTC_UI/build/GTC_UI.vcxproj
+++ b/lib/GTC_UI/build/GTC_UI.vcxproj
@@ -103,12 +103,12 @@
-
+
-
+ Create
diff --git a/lib/GTC_UI/build/GTC_UI.vcxproj.filters b/lib/GTC_UI/build/GTC_UI.vcxproj.filters
index 04cf84a..b892c01 100644
--- a/lib/GTC_UI/build/GTC_UI.vcxproj.filters
+++ b/lib/GTC_UI/build/GTC_UI.vcxproj.filters
@@ -15,7 +15,7 @@
-
+ Header Files
@@ -26,7 +26,7 @@
-
+ Source Files
diff --git a/lib/GTC_UI/res/wxGTC_UI.cpp b/lib/GTC_UI/res/wxGTC_UI.cpp
index c176549..232c23f 100644
--- a/lib/GTC_UI/res/wxGTC_UI.cpp
+++ b/lib/GTC_UI/res/wxGTC_UI.cpp
@@ -5,7 +5,7 @@
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
-#include
+#include
#include "wxGTC_UI.h"
diff --git a/lib/GTC_UI/res/wxGTC_UI.fbp b/lib/GTC_UI/res/wxGTC_UI.fbp
index e956093..d6c6344 100644
--- a/lib/GTC_UI/res/wxGTC_UI.fbp
+++ b/lib/GTC_UI/res/wxGTC_UI.fbp
@@ -18,7 +18,7 @@
wxGTC_UI.
- #include <StdAfx.h>
+ #include <PCH.h>111
diff --git a/lib/GTC_UI/src/GTC_UI.cpp b/lib/GTC_UI/src/GTC_UI.cpp
index ea6e0a0..380be4d 100644
--- a/lib/GTC_UI/src/GTC_UI.cpp
+++ b/lib/GTC_UI/src/GTC_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////
diff --git a/lib/GTC_UI/src/PCH.cpp b/lib/GTC_UI/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/GTC_UI/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/GTC_UI/src/StdAfx.h b/lib/GTC_UI/src/PCH.h
similarity index 100%
rename from lib/GTC_UI/src/StdAfx.h
rename to lib/GTC_UI/src/PCH.h
diff --git a/lib/GTC_UI/src/StdAfx.cpp b/lib/GTC_UI/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/GTC_UI/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/MSCHAPv2/build/MSCHAPv2.vcxproj b/lib/MSCHAPv2/build/MSCHAPv2.vcxproj
index 9acab88..a5cae2e 100644
--- a/lib/MSCHAPv2/build/MSCHAPv2.vcxproj
+++ b/lib/MSCHAPv2/build/MSCHAPv2.vcxproj
@@ -104,13 +104,13 @@
-
+
-
+ Create
diff --git a/lib/MSCHAPv2/build/MSCHAPv2.vcxproj.filters b/lib/MSCHAPv2/build/MSCHAPv2.vcxproj.filters
index 3f95bb7..38275a8 100644
--- a/lib/MSCHAPv2/build/MSCHAPv2.vcxproj.filters
+++ b/lib/MSCHAPv2/build/MSCHAPv2.vcxproj.filters
@@ -11,7 +11,7 @@
-
+ Header Files
@@ -25,7 +25,7 @@
-
+ Source Files
diff --git a/lib/MSCHAPv2/src/Config.cpp b/lib/MSCHAPv2/src/Config.cpp
index fa9c1f1..7d9449b 100644
--- a/lib/MSCHAPv2/src/Config.cpp
+++ b/lib/MSCHAPv2/src/Config.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/MSCHAPv2/src/MSCHAPv2.cpp b/lib/MSCHAPv2/src/MSCHAPv2.cpp
index 804177a..cabd711 100644
--- a/lib/MSCHAPv2/src/MSCHAPv2.cpp
+++ b/lib/MSCHAPv2/src/MSCHAPv2.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/MSCHAPv2/src/Method.cpp b/lib/MSCHAPv2/src/Method.cpp
index d06403f..c820658 100644
--- a/lib/MSCHAPv2/src/Method.cpp
+++ b/lib/MSCHAPv2/src/Method.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/MSCHAPv2/src/PCH.cpp b/lib/MSCHAPv2/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/MSCHAPv2/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/MSCHAPv2/src/StdAfx.h b/lib/MSCHAPv2/src/PCH.h
similarity index 100%
rename from lib/MSCHAPv2/src/StdAfx.h
rename to lib/MSCHAPv2/src/PCH.h
diff --git a/lib/MSCHAPv2/src/StdAfx.cpp b/lib/MSCHAPv2/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/MSCHAPv2/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj b/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj
index 5ee770b..56de306 100644
--- a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj
+++ b/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj
@@ -102,11 +102,11 @@
-
+
-
+ Create
diff --git a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj.filters b/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj.filters
index 6d82711..4447c4b 100644
--- a/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj.filters
+++ b/lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj.filters
@@ -15,7 +15,7 @@
-
+ Header Files
@@ -23,7 +23,7 @@
-
+ Source Files
diff --git a/lib/MSCHAPv2_UI/src/MSCHAPv2_UI.cpp b/lib/MSCHAPv2_UI/src/MSCHAPv2_UI.cpp
index be34b67..f484db8 100644
--- a/lib/MSCHAPv2_UI/src/MSCHAPv2_UI.cpp
+++ b/lib/MSCHAPv2_UI/src/MSCHAPv2_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////
diff --git a/lib/MSCHAPv2_UI/src/PCH.cpp b/lib/MSCHAPv2_UI/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/MSCHAPv2_UI/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/MSCHAPv2_UI/src/StdAfx.h b/lib/MSCHAPv2_UI/src/PCH.h
similarity index 100%
rename from lib/MSCHAPv2_UI/src/StdAfx.h
rename to lib/MSCHAPv2_UI/src/PCH.h
diff --git a/lib/MSCHAPv2_UI/src/StdAfx.cpp b/lib/MSCHAPv2_UI/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/MSCHAPv2_UI/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/PAP/build/PAP.vcxproj b/lib/PAP/build/PAP.vcxproj
index 4898b76..e598964 100644
--- a/lib/PAP/build/PAP.vcxproj
+++ b/lib/PAP/build/PAP.vcxproj
@@ -103,12 +103,12 @@
-
+
-
+ Create
diff --git a/lib/PAP/build/PAP.vcxproj.filters b/lib/PAP/build/PAP.vcxproj.filters
index b1b614a..dd64e04 100644
--- a/lib/PAP/build/PAP.vcxproj.filters
+++ b/lib/PAP/build/PAP.vcxproj.filters
@@ -11,7 +11,7 @@
-
+ Header Files
@@ -22,7 +22,7 @@
-
+ Source Files
diff --git a/lib/PAP/src/Config.cpp b/lib/PAP/src/Config.cpp
index 5212490..636e52f 100644
--- a/lib/PAP/src/Config.cpp
+++ b/lib/PAP/src/Config.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/PAP/src/Method.cpp b/lib/PAP/src/Method.cpp
index c24e6f3..1597ff2 100644
--- a/lib/PAP/src/Method.cpp
+++ b/lib/PAP/src/Method.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/PAP/src/PCH.cpp b/lib/PAP/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/PAP/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/PAP/src/StdAfx.h b/lib/PAP/src/PCH.h
similarity index 100%
rename from lib/PAP/src/StdAfx.h
rename to lib/PAP/src/PCH.h
diff --git a/lib/PAP/src/StdAfx.cpp b/lib/PAP/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/PAP/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/PAP_UI/build/PAP_UI.vcxproj b/lib/PAP_UI/build/PAP_UI.vcxproj
index 99c2c8b..22f41dd 100644
--- a/lib/PAP_UI/build/PAP_UI.vcxproj
+++ b/lib/PAP_UI/build/PAP_UI.vcxproj
@@ -102,11 +102,11 @@
-
+
-
+ Create
diff --git a/lib/PAP_UI/build/PAP_UI.vcxproj.filters b/lib/PAP_UI/build/PAP_UI.vcxproj.filters
index cc06e26..6fd8685 100644
--- a/lib/PAP_UI/build/PAP_UI.vcxproj.filters
+++ b/lib/PAP_UI/build/PAP_UI.vcxproj.filters
@@ -15,7 +15,7 @@
-
+ Header Files
@@ -23,7 +23,7 @@
-
+ Source Files
diff --git a/lib/PAP_UI/src/PAP_UI.cpp b/lib/PAP_UI/src/PAP_UI.cpp
index 94e8328..b7eea70 100644
--- a/lib/PAP_UI/src/PAP_UI.cpp
+++ b/lib/PAP_UI/src/PAP_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////
diff --git a/lib/PAP_UI/src/PCH.cpp b/lib/PAP_UI/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/PAP_UI/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/PAP_UI/src/StdAfx.h b/lib/PAP_UI/src/PCH.h
similarity index 100%
rename from lib/PAP_UI/src/StdAfx.h
rename to lib/PAP_UI/src/PCH.h
diff --git a/lib/PAP_UI/src/StdAfx.cpp b/lib/PAP_UI/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/PAP_UI/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/TLS/build/TLS.vcxproj b/lib/TLS/build/TLS.vcxproj
index 5ba132d..5e68a91 100644
--- a/lib/TLS/build/TLS.vcxproj
+++ b/lib/TLS/build/TLS.vcxproj
@@ -105,13 +105,13 @@
-
+
-
+ Create
diff --git a/lib/TLS/build/TLS.vcxproj.filters b/lib/TLS/build/TLS.vcxproj.filters
index 026cf02..6bb6934 100644
--- a/lib/TLS/build/TLS.vcxproj.filters
+++ b/lib/TLS/build/TLS.vcxproj.filters
@@ -11,7 +11,7 @@
-
+ Header Files
@@ -28,7 +28,7 @@
-
+ Source Files
diff --git a/lib/TLS/src/Config.cpp b/lib/TLS/src/Config.cpp
index 5fd354e..d325f92 100644
--- a/lib/TLS/src/Config.cpp
+++ b/lib/TLS/src/Config.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Cryptui.lib")
diff --git a/lib/TLS/src/Credentials.cpp b/lib/TLS/src/Credentials.cpp
index 80e8ac0..fc16a52 100644
--- a/lib/TLS/src/Credentials.cpp
+++ b/lib/TLS/src/Credentials.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/TLS/src/Method.cpp b/lib/TLS/src/Method.cpp
index 0ba94ff..2850d44 100644
--- a/lib/TLS/src/Method.cpp
+++ b/lib/TLS/src/Method.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Secur32.lib")
diff --git a/lib/TLS/src/Module.cpp b/lib/TLS/src/Module.cpp
index fdbef8d..9898336 100644
--- a/lib/TLS/src/Module.cpp
+++ b/lib/TLS/src/Module.cpp
@@ -1,24 +1,24 @@
/*
Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
+ Copyright 2016 G�ANT
- This file is part of GÉANTLink.
+ This file is part of G�ANTLink.
- GÉANTLink is free software: you can redistribute it and/or modify it
+ G�ANTLink is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- GÉANTLink is distributed in the hope that it will be useful, but
+ G�ANTLink is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
+ along with G�ANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/TLS/src/PCH.cpp b/lib/TLS/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/TLS/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/TLS/src/StdAfx.h b/lib/TLS/src/PCH.h
similarity index 100%
rename from lib/TLS/src/StdAfx.h
rename to lib/TLS/src/PCH.h
diff --git a/lib/TLS/src/StdAfx.cpp b/lib/TLS/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/TLS/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/TLS_UI/build/TLS_UI.vcxproj b/lib/TLS_UI/build/TLS_UI.vcxproj
index 5b7c315..4db472f 100644
--- a/lib/TLS_UI/build/TLS_UI.vcxproj
+++ b/lib/TLS_UI/build/TLS_UI.vcxproj
@@ -103,12 +103,12 @@
-
+
-
+ Create
diff --git a/lib/TLS_UI/build/TLS_UI.vcxproj.filters b/lib/TLS_UI/build/TLS_UI.vcxproj.filters
index 8a98913..10a85f4 100644
--- a/lib/TLS_UI/build/TLS_UI.vcxproj.filters
+++ b/lib/TLS_UI/build/TLS_UI.vcxproj.filters
@@ -15,7 +15,7 @@
-
+ Header Files
@@ -26,7 +26,7 @@
-
+ Source Files
diff --git a/lib/TLS_UI/res/wxTLS_UI.cpp b/lib/TLS_UI/res/wxTLS_UI.cpp
index ae28c33..f247a13 100644
--- a/lib/TLS_UI/res/wxTLS_UI.cpp
+++ b/lib/TLS_UI/res/wxTLS_UI.cpp
@@ -5,7 +5,7 @@
// PLEASE DO "NOT" EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
-#include
+#include
#include "wxTLS_UI.h"
diff --git a/lib/TLS_UI/res/wxTLS_UI.fbp b/lib/TLS_UI/res/wxTLS_UI.fbp
index 0532c45..4791353 100644
--- a/lib/TLS_UI/res/wxTLS_UI.fbp
+++ b/lib/TLS_UI/res/wxTLS_UI.fbp
@@ -18,7 +18,7 @@
wxTLS_UI.
- #include <StdAfx.h>
+ #include <PCH.h>111
diff --git a/lib/TLS_UI/src/PCH.cpp b/lib/TLS_UI/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/TLS_UI/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/TLS_UI/src/StdAfx.h b/lib/TLS_UI/src/PCH.h
similarity index 100%
rename from lib/TLS_UI/src/StdAfx.h
rename to lib/TLS_UI/src/PCH.h
diff --git a/lib/TLS_UI/src/StdAfx.cpp b/lib/TLS_UI/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/TLS_UI/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/TLS_UI/src/TLS_UI.cpp b/lib/TLS_UI/src/TLS_UI.cpp
index f165ab1..9b8f751 100644
--- a/lib/TLS_UI/src/TLS_UI.cpp
+++ b/lib/TLS_UI/src/TLS_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Crypt32.lib")
diff --git a/lib/TTLS/build/TTLS.vcxproj b/lib/TTLS/build/TTLS.vcxproj
index 602c8b8..c6d0c7f 100644
--- a/lib/TTLS/build/TTLS.vcxproj
+++ b/lib/TTLS/build/TTLS.vcxproj
@@ -106,14 +106,14 @@
-
+
-
+ Create
diff --git a/lib/TTLS/build/TTLS.vcxproj.filters b/lib/TTLS/build/TTLS.vcxproj.filters
index 22a5158..8da7f15 100644
--- a/lib/TTLS/build/TTLS.vcxproj.filters
+++ b/lib/TTLS/build/TTLS.vcxproj.filters
@@ -11,7 +11,7 @@
-
+ Header Files
@@ -31,7 +31,7 @@
-
+ Source Files
diff --git a/lib/TTLS/src/Config.cpp b/lib/TTLS/src/Config.cpp
index 7b1a0a1..0deef5d 100644
--- a/lib/TTLS/src/Config.cpp
+++ b/lib/TTLS/src/Config.cpp
@@ -1,24 +1,24 @@
/*
Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
+ Copyright 2016 G�ANT
- This file is part of GÉANTLink.
+ This file is part of G�ANTLink.
- GÉANTLink is free software: you can redistribute it and/or modify it
+ G�ANTLink is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- GÉANTLink is distributed in the hope that it will be useful, but
+ G�ANTLink is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
+ along with G�ANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/TTLS/src/Credentials.cpp b/lib/TTLS/src/Credentials.cpp
index 0422309..4f45f84 100644
--- a/lib/TTLS/src/Credentials.cpp
+++ b/lib/TTLS/src/Credentials.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/TTLS/src/Method.cpp b/lib/TTLS/src/Method.cpp
index b44ecb7..9338b0b 100644
--- a/lib/TTLS/src/Method.cpp
+++ b/lib/TTLS/src/Method.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#pragma comment(lib, "Secur32.lib")
diff --git a/lib/TTLS/src/Module.cpp b/lib/TTLS/src/Module.cpp
index 6f74b21..5a47c92 100644
--- a/lib/TTLS/src/Module.cpp
+++ b/lib/TTLS/src/Module.cpp
@@ -1,24 +1,24 @@
/*
Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
+ Copyright 2016 G�ANT
- This file is part of GÉANTLink.
+ This file is part of G�ANTLink.
- GÉANTLink is free software: you can redistribute it and/or modify it
+ G�ANTLink is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- GÉANTLink is distributed in the hope that it will be useful, but
+ G�ANTLink is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
+ along with G�ANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
#if EAP_INNER_EAPHOST
#pragma comment(lib, "Eappprxy.lib")
diff --git a/lib/TTLS/src/PCH.cpp b/lib/TTLS/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/TTLS/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/TTLS/src/StdAfx.h b/lib/TTLS/src/PCH.h
similarity index 100%
rename from lib/TTLS/src/StdAfx.h
rename to lib/TTLS/src/PCH.h
diff --git a/lib/TTLS/src/StdAfx.cpp b/lib/TTLS/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/TTLS/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/TTLS_UI/build/TTLS_UI.vcxproj b/lib/TTLS_UI/build/TTLS_UI.vcxproj
index 8540fe9..332348e 100644
--- a/lib/TTLS_UI/build/TTLS_UI.vcxproj
+++ b/lib/TTLS_UI/build/TTLS_UI.vcxproj
@@ -103,11 +103,11 @@
-
+
-
+ Create
diff --git a/lib/TTLS_UI/build/TTLS_UI.vcxproj.filters b/lib/TTLS_UI/build/TTLS_UI.vcxproj.filters
index 351d8cd..7dfbc29 100644
--- a/lib/TTLS_UI/build/TTLS_UI.vcxproj.filters
+++ b/lib/TTLS_UI/build/TTLS_UI.vcxproj.filters
@@ -15,7 +15,7 @@
-
+ Header Files
@@ -26,7 +26,7 @@
-
+ Source Files
diff --git a/lib/TTLS_UI/src/Module.cpp b/lib/TTLS_UI/src/Module.cpp
index cfd43f6..308886e 100644
--- a/lib/TTLS_UI/src/Module.cpp
+++ b/lib/TTLS_UI/src/Module.cpp
@@ -1,24 +1,24 @@
/*
Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
+ Copyright 2016 G�ANT
- This file is part of GÉANTLink.
+ This file is part of G�ANTLink.
- GÉANTLink is free software: you can redistribute it and/or modify it
+ G�ANTLink is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- GÉANTLink is distributed in the hope that it will be useful, but
+ G�ANTLink is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
+ along with G�ANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
using namespace std;
using namespace winstd;
diff --git a/lib/TTLS_UI/src/PCH.cpp b/lib/TTLS_UI/src/PCH.cpp
new file mode 100644
index 0000000..f4d85d0
--- /dev/null
+++ b/lib/TTLS_UI/src/PCH.cpp
@@ -0,0 +1,21 @@
+/*
+ Copyright 2015-2020 Amebis
+ Copyright 2016 GÉANT
+
+ This file is part of GÉANTLink.
+
+ GÉANTLink is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ GÉANTLink is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GÉANTLink. If not, see .
+*/
+
+#include "PCH.h"
diff --git a/lib/TTLS_UI/src/StdAfx.h b/lib/TTLS_UI/src/PCH.h
similarity index 100%
rename from lib/TTLS_UI/src/StdAfx.h
rename to lib/TTLS_UI/src/PCH.h
diff --git a/lib/TTLS_UI/src/StdAfx.cpp b/lib/TTLS_UI/src/StdAfx.cpp
deleted file mode 100644
index e1706a9..0000000
--- a/lib/TTLS_UI/src/StdAfx.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- Copyright 2015-2020 Amebis
- Copyright 2016 GÉANT
-
- This file is part of GÉANTLink.
-
- GÉANTLink is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- GÉANTLink is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GÉANTLink. If not, see .
-*/
-
-#include "StdAfx.h"
diff --git a/lib/TTLS_UI/src/TTLS_UI.cpp b/lib/TTLS_UI/src/TTLS_UI.cpp
index 2dbc0f1..e248c48 100644
--- a/lib/TTLS_UI/src/TTLS_UI.cpp
+++ b/lib/TTLS_UI/src/TTLS_UI.cpp
@@ -18,7 +18,7 @@
along with GÉANTLink. If not, see .
*/
-#include "StdAfx.h"
+#include "PCH.h"
//////////////////////////////////////////////////////////////////////
diff --git a/lib/WinStd b/lib/WinStd
index 973890b..a9cac71 160000
--- a/lib/WinStd
+++ b/lib/WinStd
@@ -1 +1 @@
-Subproject commit 973890b11b3ec8125b9756318dd694f8093608c2
+Subproject commit a9cac7156871d656b33b4e918d8f520bedcb219b
diff --git a/lib/wxExtend b/lib/wxExtend
index 7a891d9..c98e3b1 160000
--- a/lib/wxExtend
+++ b/lib/wxExtend
@@ -1 +1 @@
-Subproject commit 7a891d945b7487aaf64f183b3c1be6623b1bd935
+Subproject commit c98e3b1ac86b8ee7c1fc804fba1154a21cc72170