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 >
0 commit comments