Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit f5d647e

Browse files
committed
EAPTTLS split to EAP Method itself and UI
1 parent 61fa67a commit f5d647e

19 files changed

+796
-204
lines changed

EAPMethods/MSIBuild/Makefile

+16
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Property Signature_
3535
s$(MSIBUILD_LENGTH_ID) s$(MSIBUILD_LENGTH_ID)
3636
AppSearch Property Signature_
3737
OLD$(MSIBUILD_PRODUCT_NAME_UC)DIR clEAPTTLS.dll.$(PLAT)
38+
OLD$(MSIBUILD_PRODUCT_NAME_UC)DIR clEAPTTLSUI.dll.$(PLAT)
3839
OLD$(MSIBUILD_PRODUCT_NAME_UC)DIR clEAPMethodEvents.dll.$(PLAT)
3940
<<NOKEEP
4041

@@ -58,9 +59,11 @@ clEAPMethodEvents.dll.x64 {594109D7-8FA0-43DF-8CA6-FE1562AAC1C1} 1
5859
!ENDIF
5960
!IF "$(PLAT)" == "Win32"
6061
clEAPTTLS.dll.Win32 {A4A62D2F-DA90-4765-BD8C-D59EA2C01DFE} 1
62+
clEAPTTLSUI.dll.Win32 {1EBA30DA-69D1-4EB5-B353-65F9BD8164EF} 1
6163
!ENDIF
6264
!IF "$(PLAT)" == "x64"
6365
clEAPTTLS.dll.x64 {A1F62401-03F1-4D4E-A1FA-0FD4858D90B6} 1
66+
clEAPTTLSUI.dll.x64 {01C9F45C-9B29-4C1A-9FF2-856F8799C2D0} 1
6467
!ENDIF
6568
<<NOKEEP
6669

@@ -85,11 +88,16 @@ compEAPMethodEvents.dll.x64 {594109D7-8FA0-43DF-8CA6-FE1562AAC1C1} $(MSIBUILD_PR
8588
compEAPHostAuthor {086E042A-6741-459D-92F0-F5CCFA4E34D4} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPHostAuthor
8689
!IF "$(PLAT)" == "Win32"
8790
compEAPTTLS.dll.Win32 {A4A62D2F-DA90-4765-BD8C-D59EA2C01DFE} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 0 fileEAPTTLS.dll.Win32
91+
compEAPTTLSUI.dll.Win32 {1EBA30DA-69D1-4EB5-B353-65F9BD8164EF} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 0 fileEAPTTLSUI.dll.Win32
8892
!ENDIF
8993
!IF "$(PLAT)" == "x64"
9094
compEAPTTLS.dll.x64 {A1F62401-03F1-4D4E-A1FA-0FD4858D90B6} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 256 fileEAPTTLS.dll.x64
95+
compEAPTTLSUI.dll.x64 {01C9F45C-9B29-4C1A-9FF2-856F8799C2D0} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR 256 fileEAPTTLSUI.dll.x64
9196
!ENDIF
9297
compEAPTTLSPeerDllPath {29FD2FDC-9289-47F0-96A3-C21AEE587B5B} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerDllPath
98+
compEAPTTLSPeerConfigUIPath {2516BB92-0C14-4157-A136-3A713D459D08} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerConfigUIPath
99+
compEAPTTLSPeerIdentityPath {3E1F0068-863C-4CFB-8D95-A66995443D19} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerIdentityPath
100+
compEAPTTLSPeerInteractiveUIPath {256F1256-C085-4EA3-8D7E-FF4BBCCC3C7D} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerInteractiveUIPath
93101
compEAPTTLSPeerFriendlyName {E3250ECE-E59F-4693-B290-925B80929EAE} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerFriendlyName
94102
compEAPTTLSPeerInvokePasswordDialog {9A426E96-6E79-4BA9-83DD-7A205CA43810} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerInvokePasswordDialog
95103
compEAPTTLSPeerInvokeUsernameDialog {92E9B700-3D91-4C6F-BBD8-99888D7A2387} $(MSIBUILD_PRODUCT_NAME_UC)BINDIR $(MSIBUILD_COMPONENT_ATTRIB_REGISTRY) regEAPTTLSPeerInvokeUsernameDialog
@@ -130,7 +138,11 @@ FeatureComponents Feature_ Component_
130138
featEAPTTLS compEAPMethodEvents.dll.$(PLAT)
131139
featEAPTTLS compEAPHostAuthor
132140
featEAPTTLS compEAPTTLS.dll.$(PLAT)
141+
featEAPTTLS compEAPTTLSUI.dll.$(PLAT)
133142
featEAPTTLS compEAPTTLSPeerDllPath
143+
featEAPTTLS compEAPTTLSPeerConfigUIPath
144+
featEAPTTLS compEAPTTLSPeerIdentityPath
145+
featEAPTTLS compEAPTTLSPeerInteractiveUIPath
134146
featEAPTTLS compEAPTTLSPeerFriendlyName
135147
featEAPTTLS compEAPTTLSPeerInvokePasswordDialog
136148
featEAPTTLS compEAPTTLSPeerInvokeUsernameDialog
@@ -151,6 +163,7 @@ s$(MSIBUILD_LENGTH_ID) s$(MSIBUILD_LENGTH_ID) l255 i4 S$(MSIBUILD_LENGTH_ID) S20
151163
File File
152164
fileEAPMethodEvents.dll.$(PLAT) compEAPMethodEvents.dll.$(PLAT) EAPMET~1.DLL|EAPMethodEvents.dll 0 0 1536 1
153165
fileEAPTTLS.dll.$(PLAT) compEAPTTLS.dll.$(PLAT) EAPTTLS.dll 0 0 1536 1
166+
fileEAPTTLSUI.dll.$(PLAT) compEAPTTLSUI.dll.$(PLAT) EAPTTL~1.DLL|EAPTTLSUI.dll 0 0 1536 1
154167
<<NOKEEP
155168

156169

@@ -167,6 +180,9 @@ s$(MSIBUILD_LENGTH_ID) i2 l255 L255 L0 s$(MSIBUILD_LENGTH_ID)
167180
Registry Registry
168181
regEAPHostAuthor 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532 $(MSIBUILD_PRODUCT_NAME) compEAPHostAuthor
169182
regEAPTTLSPeerDllPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerDllPath [#fileEAPTTLS.dll.$(PLAT)] compEAPTTLSPeerDllPath
183+
regEAPTTLSPeerConfigUIPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerConfigUIPath [#fileEAPTTLSUI.dll.$(PLAT)] compEAPTTLSPeerConfigUIPath
184+
regEAPTTLSPeerIdentityPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerIdentityPath [#fileEAPTTLSUI.dll.$(PLAT)] compEAPTTLSPeerIdentityPath
185+
regEAPTTLSPeerInteractiveUIPath 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerInteractiveUIPath [#fileEAPTTLSUI.dll.$(PLAT)] compEAPTTLSPeerInteractiveUIPath
170186
regEAPTTLSPeerFriendlyName 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerFriendlyName @[#fileEAPTTLS.dll.$(PLAT)],-1 compEAPTTLSPeerFriendlyName
171187
regEAPTTLSPeerInvokePasswordDialog 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerInvokePasswordDialog #0 compEAPTTLSPeerInvokePasswordDialog
172188
regEAPTTLSPeerInvokeUsernameDialog 2 SYSTEM\CurrentControlSet\services\EapHost\Methods\67532\21 PeerInvokeUsernameDialog #0 compEAPTTLSPeerInvokeUsernameDialog

EAPMethods/build/EAPMethod.def

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
;
2+
; Copyright 2015-2016 Amebis
3+
; Copyright 2016 G�ANT
4+
;
5+
; This file is part of GEANTLink.
6+
;
7+
; GEANTLink is free software: you can redistribute it and/or modify it
8+
; under the terms of the GNU General Public License as published by
9+
; the Free Software Foundation, either version 3 of the License, or
10+
; (at your option) any later version.
11+
;
12+
; GEANTLink is distributed in the hope that it will be useful, but
13+
; WITHOUT ANY WARRANTY; without even the implied warranty of
14+
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
; GNU General Public License for more details.
16+
;
17+
; You should have received a copy of the GNU General Public License
18+
; along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
;
20+
21+
EXPORTS
22+
EapPeerFreeMemory
23+
EapPeerFreeErrorMemory
24+
EapPeerGetInfo
25+
; EapPeerConfigXml2Blob
26+
; EapPeerConfigBlob2Xml
27+
; EapPeerGetMethodProperties
28+
; EapPeerCredentialsXml2Blob
29+
; EapPeerQueryCredentialInputFields
30+
; EapPeerQueryUserBlobFromCredentialInputFields
31+
; EapPeerQueryInteractiveUIInputFields
32+
; EapPeerQueryUIBlobFromInteractiveUIInputFields

EAPMethods/build/EAPMethodUI.def

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
;
2+
; Copyright 2015-2016 Amebis
3+
; Copyright 2016 G�ANT
4+
;
5+
; This file is part of GEANTLink.
6+
;
7+
; GEANTLink is free software: you can redistribute it and/or modify it
8+
; under the terms of the GNU General Public License as published by
9+
; the Free Software Foundation, either version 3 of the License, or
10+
; (at your option) any later version.
11+
;
12+
; GEANTLink is distributed in the hope that it will be useful, but
13+
; WITHOUT ANY WARRANTY; without even the implied warranty of
14+
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
; GNU General Public License for more details.
16+
;
17+
; You should have received a copy of the GNU General Public License
18+
; along with GEANTLink. If not, see <http://www.gnu.org/licenses/>.
19+
;
20+
21+
EXPORTS
22+
EapPeerFreeMemory
23+
EapPeerFreeErrorMemory
24+
EapPeerInvokeConfigUI
25+
EapPeerInvokeIdentityUI
26+
EapPeerInvokeInteractiveUI

EAPMethods/build/EAPTTLS.props

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<ClCompile>
1010
<PreprocessorDefinitions>EAPMETHOD_TYPE=21;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1111
</ClCompile>
12+
<Link>
13+
<ModuleDefinitionFile>EAPMethod.def</ModuleDefinitionFile>
14+
</Link>
1215
</ItemDefinitionGroup>
1316
<ItemGroup />
1417
</Project>

EAPMethods/build/EAPTTLS.vcxproj

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
106106
</ProjectReference>
107107
</ItemGroup>
108+
<ItemGroup>
109+
<None Include="EAPMethod.def" />
110+
</ItemGroup>
108111
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109112
<ImportGroup Label="ExtensionTargets">
110113
</ImportGroup>

EAPMethods/build/EAPTTLS.vcxproj.filters

+5
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@
4444
<Filter>Resource Files</Filter>
4545
</ResourceCompile>
4646
</ItemGroup>
47+
<ItemGroup>
48+
<None Include="EAPMethod.def">
49+
<Filter>Source Files</Filter>
50+
</None>
51+
</ItemGroup>
4752
</Project>

EAPMethods/build/EAPTTLSUI.props

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ImportGroup Label="PropertySheets">
4+
<Import Project="Common.props" />
5+
</ImportGroup>
6+
<PropertyGroup Label="UserMacros" />
7+
<PropertyGroup />
8+
<ItemDefinitionGroup>
9+
<ClCompile>
10+
<PreprocessorDefinitions>EAPMETHOD_TYPE=21;%(PreprocessorDefinitions)</PreprocessorDefinitions>
11+
</ClCompile>
12+
<Link>
13+
<ModuleDefinitionFile>EAPMethodUI.def</ModuleDefinitionFile>
14+
</Link>
15+
</ItemDefinitionGroup>
16+
<ItemGroup />
17+
</Project>

EAPMethods/build/EAPTTLSUI.rc

4.78 KB
Binary file not shown.

EAPMethods/build/EAPTTLSUI.vcxproj

+114
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Debug|x64">
9+
<Configuration>Debug</Configuration>
10+
<Platform>x64</Platform>
11+
</ProjectConfiguration>
12+
<ProjectConfiguration Include="Release|Win32">
13+
<Configuration>Release</Configuration>
14+
<Platform>Win32</Platform>
15+
</ProjectConfiguration>
16+
<ProjectConfiguration Include="Release|x64">
17+
<Configuration>Release</Configuration>
18+
<Platform>x64</Platform>
19+
</ProjectConfiguration>
20+
</ItemGroup>
21+
<PropertyGroup Label="Globals">
22+
<ProjectGuid>{DD7A97CA-F18E-43B7-95C4-D06E6A291624}</ProjectGuid>
23+
<RootNamespace>EAPTTLSUI</RootNamespace>
24+
</PropertyGroup>
25+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27+
<ConfigurationType>DynamicLibrary</ConfigurationType>
28+
<UseDebugLibraries>true</UseDebugLibraries>
29+
<CharacterSet>Unicode</CharacterSet>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
32+
<ConfigurationType>DynamicLibrary</ConfigurationType>
33+
<UseDebugLibraries>true</UseDebugLibraries>
34+
<CharacterSet>Unicode</CharacterSet>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37+
<ConfigurationType>DynamicLibrary</ConfigurationType>
38+
<UseDebugLibraries>false</UseDebugLibraries>
39+
<WholeProgramOptimization>true</WholeProgramOptimization>
40+
<CharacterSet>Unicode</CharacterSet>
41+
</PropertyGroup>
42+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43+
<ConfigurationType>DynamicLibrary</ConfigurationType>
44+
<UseDebugLibraries>false</UseDebugLibraries>
45+
<WholeProgramOptimization>true</WholeProgramOptimization>
46+
<CharacterSet>Unicode</CharacterSet>
47+
</PropertyGroup>
48+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49+
<ImportGroup Label="ExtensionSettings">
50+
</ImportGroup>
51+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53+
<Import Project="..\..\include\Win32.props" />
54+
<Import Project="..\..\include\Debug.props" />
55+
<Import Project="EAPTTLSUI.props" />
56+
</ImportGroup>
57+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59+
<Import Project="..\..\include\x64.props" />
60+
<Import Project="..\..\include\Debug.props" />
61+
<Import Project="EAPTTLSUI.props" />
62+
</ImportGroup>
63+
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65+
<Import Project="..\..\include\Win32.props" />
66+
<Import Project="..\..\include\Release.props" />
67+
<Import Project="EAPTTLSUI.props" />
68+
</ImportGroup>
69+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
70+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71+
<Import Project="..\..\include\x64.props" />
72+
<Import Project="..\..\include\Release.props" />
73+
<Import Project="EAPTTLSUI.props" />
74+
</ImportGroup>
75+
<PropertyGroup Label="UserMacros" />
76+
<PropertyGroup />
77+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
78+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
79+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
80+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
81+
<ItemGroup>
82+
<ClInclude Include="..\include\EAPMethods.h" />
83+
<ClInclude Include="..\include\EAPTTLS.h" />
84+
<ClInclude Include="..\include\StdAfx.h" />
85+
</ItemGroup>
86+
<ItemGroup>
87+
<ClCompile Include="..\src\EAPMethods.cpp" />
88+
<ClCompile Include="..\src\EAPTTLS.cpp" />
89+
<ClCompile Include="..\src\MainUI.cpp" />
90+
<ClCompile Include="..\src\StdAfx.cpp">
91+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
92+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
93+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
94+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
95+
</ClCompile>
96+
</ItemGroup>
97+
<ItemGroup>
98+
<ResourceCompile Include="EAPTTLSUI.rc" />
99+
</ItemGroup>
100+
<ItemGroup>
101+
<ProjectReference Include="..\..\lib\WinStd\build\WinStd.vcxproj">
102+
<Project>{47399d91-7eb9-41de-b521-514ba5db0c43}</Project>
103+
</ProjectReference>
104+
<ProjectReference Include="EAPMethodEvents.vcxproj">
105+
<Project>{d63f24bd-92a0-4d6b-8b69-ed947e4d2b1b}</Project>
106+
</ProjectReference>
107+
</ItemGroup>
108+
<ItemGroup>
109+
<None Include="EAPMethodUI.def" />
110+
</ItemGroup>
111+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112+
<ImportGroup Label="ExtensionTargets">
113+
</ImportGroup>
114+
</Project>
+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="Header Files">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="Resource Files">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClInclude Include="..\include\StdAfx.h">
19+
<Filter>Header Files</Filter>
20+
</ClInclude>
21+
<ClInclude Include="..\include\EAPMethods.h">
22+
<Filter>Header Files</Filter>
23+
</ClInclude>
24+
<ClInclude Include="..\include\EAPTTLS.h">
25+
<Filter>Header Files</Filter>
26+
</ClInclude>
27+
</ItemGroup>
28+
<ItemGroup>
29+
<ClCompile Include="..\src\StdAfx.cpp">
30+
<Filter>Source Files</Filter>
31+
</ClCompile>
32+
<ClCompile Include="..\src\MainUI.cpp">
33+
<Filter>Source Files</Filter>
34+
</ClCompile>
35+
<ClCompile Include="..\src\EAPMethods.cpp">
36+
<Filter>Source Files</Filter>
37+
</ClCompile>
38+
<ClCompile Include="..\src\EAPTTLS.cpp">
39+
<Filter>Source Files</Filter>
40+
</ClCompile>
41+
</ItemGroup>
42+
<ItemGroup>
43+
<ResourceCompile Include="EAPTTLSUI.rc">
44+
<Filter>Resource Files</Filter>
45+
</ResourceCompile>
46+
</ItemGroup>
47+
<ItemGroup>
48+
<None Include="EAPMethodUI.def">
49+
<Filter>Source Files</Filter>
50+
</None>
51+
</ItemGroup>
52+
</Project>

0 commit comments

Comments
 (0)