From b3291ff8b1681f359e89f741ea4dee35031f7c0d Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 9 Jan 2020 16:34:14 +0100 Subject: [PATCH] Remove excessive UTF-8 BOM marker Signed-off-by: Simon Rozman --- CredWrite/CredWrite.vcxproj | 2 +- CredWrite/CredWrite.vcxproj.filters | 2 +- Doxyfile | 2 +- EAPMethods/build/Common.props | 2 +- EAPMethods/build/EAP-TTLS.vcxproj | 2 +- EAPMethods/build/EAP-TTLS.vcxproj.filters | 2 +- EAPMethods/build/EAP-TTLS_UI.vcxproj | 2 +- EAPMethods/build/EAP-TTLS_UI.vcxproj.filters | 2 +- EAPMethods/build/EAPMethod.props | 2 +- EAPMethods/build/EAPMethod_UI.props | 2 +- EventMonitor/EventMonitor.vcxproj | 2 +- EventMonitor/EventMonitor.vcxproj.filters | 2 +- MsiUseFeature/MsiUseFeature.vcxproj | 2 +- MsiUseFeature/MsiUseFeature.vcxproj.filters | 2 +- WLANManager/WLANManager.vcxproj | 2 +- WLANManager/WLANManager.vcxproj.filters | 2 +- bin/MkLnk.wsf | 2 +- include/ResourceDLL.props | 2 +- lib/EAPBase/build/EAPBase.vcxproj | 2 +- lib/EAPBase/build/EAPBase.vcxproj.filters | 2 +- lib/EAPBase_UI/build/EAPBase_UI.vcxproj | 2 +- lib/EAPBase_UI/build/EAPBase_UI.vcxproj.filters | 2 +- lib/EapHost/build/EapHost.vcxproj | 2 +- lib/EapHost/build/EapHost.vcxproj.filters | 2 +- lib/EapHost_UI/build/EapHost_UI.vcxproj | 2 +- lib/EapHost_UI/build/EapHost_UI.vcxproj.filters | 2 +- lib/Events/build/Events.filters | 2 +- lib/Events/build/Events.vcxproj | 2 +- lib/GTC/build/GTC.vcxproj | 2 +- lib/GTC/build/GTC.vcxproj.filters | 2 +- lib/GTC_UI/build/GTC_UI.vcxproj | 2 +- lib/GTC_UI/build/GTC_UI.vcxproj.filters | 2 +- lib/MSCHAPv2/build/MSCHAPv2.vcxproj | 2 +- lib/MSCHAPv2/build/MSCHAPv2.vcxproj.filters | 2 +- lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj | 2 +- lib/MSCHAPv2_UI/build/MSCHAPv2_UI.vcxproj.filters | 2 +- lib/PAP/build/PAP.vcxproj | 2 +- lib/PAP/build/PAP.vcxproj.filters | 2 +- lib/PAP_UI/build/PAP_UI.vcxproj | 2 +- lib/PAP_UI/build/PAP_UI.vcxproj.filters | 2 +- lib/TLS/build/TLS.vcxproj | 2 +- lib/TLS/build/TLS.vcxproj.filters | 2 +- lib/TLS_UI/build/TLS_UI.vcxproj | 2 +- lib/TLS_UI/build/TLS_UI.vcxproj.filters | 2 +- lib/TTLS/build/TTLS.vcxproj | 2 +- lib/TTLS/build/TTLS.vcxproj.filters | 2 +- lib/TTLS_UI/build/TTLS_UI.vcxproj | 2 +- lib/TTLS_UI/build/TTLS_UI.vcxproj.filters | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/CredWrite/CredWrite.vcxproj b/CredWrite/CredWrite.vcxproj index fe04ddb..8147fe7 100644 --- a/CredWrite/CredWrite.vcxproj +++ b/CredWrite/CredWrite.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/CredWrite/CredWrite.vcxproj.filters b/CredWrite/CredWrite.vcxproj.filters index 21c5de5..e365054 100644 --- a/CredWrite/CredWrite.vcxproj.filters +++ b/CredWrite/CredWrite.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/Doxyfile b/Doxyfile index 4ab6338..2f7e28c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1,4 +1,4 @@ -# Doxyfile 1.8.7 +# Doxyfile 1.8.7 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. diff --git a/EAPMethods/build/Common.props b/EAPMethods/build/Common.props index cb9c42e..63c1f9f 100644 --- a/EAPMethods/build/Common.props +++ b/EAPMethods/build/Common.props @@ -1,4 +1,4 @@ - + diff --git a/EAPMethods/build/EAP-TTLS.vcxproj b/EAPMethods/build/EAP-TTLS.vcxproj index b0c4295..d9a548e 100644 --- a/EAPMethods/build/EAP-TTLS.vcxproj +++ b/EAPMethods/build/EAP-TTLS.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/EAPMethods/build/EAP-TTLS.vcxproj.filters b/EAPMethods/build/EAP-TTLS.vcxproj.filters index dc8bd7e..04b39e6 100644 --- a/EAPMethods/build/EAP-TTLS.vcxproj.filters +++ b/EAPMethods/build/EAP-TTLS.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/EAPMethods/build/EAP-TTLS_UI.vcxproj b/EAPMethods/build/EAP-TTLS_UI.vcxproj index c438dda..2e33e1d 100644 --- a/EAPMethods/build/EAP-TTLS_UI.vcxproj +++ b/EAPMethods/build/EAP-TTLS_UI.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters b/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters index c1b97a6..23e2556 100644 --- a/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters +++ b/EAPMethods/build/EAP-TTLS_UI.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/EAPMethods/build/EAPMethod.props b/EAPMethods/build/EAPMethod.props index c140f8d..0c8f4be 100644 --- a/EAPMethods/build/EAPMethod.props +++ b/EAPMethods/build/EAPMethod.props @@ -1,4 +1,4 @@ - + diff --git a/EAPMethods/build/EAPMethod_UI.props b/EAPMethods/build/EAPMethod_UI.props index 75a3e8b..6b499d4 100644 --- a/EAPMethods/build/EAPMethod_UI.props +++ b/EAPMethods/build/EAPMethod_UI.props @@ -1,4 +1,4 @@ - + diff --git a/EventMonitor/EventMonitor.vcxproj b/EventMonitor/EventMonitor.vcxproj index 1ee5dce..68188af 100644 --- a/EventMonitor/EventMonitor.vcxproj +++ b/EventMonitor/EventMonitor.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/EventMonitor/EventMonitor.vcxproj.filters b/EventMonitor/EventMonitor.vcxproj.filters index 698177f..af3001e 100644 --- a/EventMonitor/EventMonitor.vcxproj.filters +++ b/EventMonitor/EventMonitor.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/MsiUseFeature/MsiUseFeature.vcxproj b/MsiUseFeature/MsiUseFeature.vcxproj index 2af7dbc..9d7d660 100644 --- a/MsiUseFeature/MsiUseFeature.vcxproj +++ b/MsiUseFeature/MsiUseFeature.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/MsiUseFeature/MsiUseFeature.vcxproj.filters b/MsiUseFeature/MsiUseFeature.vcxproj.filters index 8cb3a4c..2065872 100644 --- a/MsiUseFeature/MsiUseFeature.vcxproj.filters +++ b/MsiUseFeature/MsiUseFeature.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/WLANManager/WLANManager.vcxproj b/WLANManager/WLANManager.vcxproj index cf43d5a..b25ee60 100644 --- a/WLANManager/WLANManager.vcxproj +++ b/WLANManager/WLANManager.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/WLANManager/WLANManager.vcxproj.filters b/WLANManager/WLANManager.vcxproj.filters index 8885bf3..bfcbef4 100644 --- a/WLANManager/WLANManager.vcxproj.filters +++ b/WLANManager/WLANManager.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/bin/MkLnk.wsf b/bin/MkLnk.wsf index 9de247e..deb2c62 100644 --- a/bin/MkLnk.wsf +++ b/bin/MkLnk.wsf @@ -1,4 +1,4 @@ - +