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 =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{A629932F-8819-4C0B-8835-CBF1FEED6376}</ProjectGuid >
15
+ <Keyword >Win32Proj</Keyword >
16
+ </PropertyGroup >
17
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
19
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
20
+ <CharacterSet >MultiByte</CharacterSet >
21
+ </PropertyGroup >
22
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
23
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
24
+ <CharacterSet >MultiByte</CharacterSet >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
27
+ <ImportGroup Label =" ExtensionSettings" >
28
+ </ImportGroup >
29
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
30
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
31
+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
32
+ </ImportGroup >
33
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
34
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
35
+ <Import Project =" $(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
36
+ </ImportGroup >
37
+ <PropertyGroup Label =" UserMacros" />
38
+ <PropertyGroup >
39
+ <_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
40
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Debug\</OutDir >
41
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Debug\</IntDir >
42
+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</LinkIncremental >
43
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Release\</OutDir >
44
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Release\</IntDir >
45
+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental >
46
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >ssl</TargetName >
47
+ </PropertyGroup >
48
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
49
+ <ClCompile >
50
+ <Optimization >Disabled</Optimization >
51
+ <AdditionalIncludeDirectories >C:\devel\openssl\include;C:\devel\lua-dll9\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
52
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASEC_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
53
+ <MinimalRebuild >true</MinimalRebuild >
54
+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
55
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
56
+ <PrecompiledHeader >
57
+ </PrecompiledHeader >
58
+ <WarningLevel >Level3</WarningLevel >
59
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
60
+ </ClCompile >
61
+ <Link >
62
+ <AdditionalDependencies >ws2_32.lib;libeay32MDd.lib;ssleay32MDd.lib;lua5.1.lib;%(AdditionalDependencies)</AdditionalDependencies >
63
+ <OutputFile >$(OutDir)ssl.dll</OutputFile >
64
+ <AdditionalLibraryDirectories >C:\devel\openssl\lib\VC;C:\devel\lua-dll9;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
65
+ <GenerateDebugInformation >true</GenerateDebugInformation >
66
+ <ProgramDatabaseFile >$(OutDir)luasec.pdb</ProgramDatabaseFile >
67
+ <SubSystem >Windows</SubSystem >
68
+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
69
+ <DataExecutionPrevention >
70
+ </DataExecutionPrevention >
71
+ <ImportLibrary >$(OutDir)ssl.lib</ImportLibrary >
72
+ <TargetMachine >MachineX86</TargetMachine >
73
+ </Link >
74
+ </ItemDefinitionGroup >
75
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <ClCompile >
77
+ <AdditionalIncludeDirectories >C:\devel\openssl\include;C:\devel\lua5.2\include;.\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
78
+ <PreprocessorDefinitions >WIN32;_WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_DEBUG;WITH_LUASOCKET;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
80
+ <PrecompiledHeader >
81
+ </PrecompiledHeader >
82
+ <WarningLevel >Level3</WarningLevel >
83
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
84
+ </ClCompile >
85
+ <Link >
86
+ <AdditionalDependencies >ws2_32.lib;libeay32MD.lib;ssleay32MD.lib;lua52.lib;%(AdditionalDependencies)</AdditionalDependencies >
87
+ <OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
88
+ <AdditionalLibraryDirectories >C:\devel\openssl\lib\VC;C:\devel\lua5.2\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
89
+ <GenerateDebugInformation >true</GenerateDebugInformation >
90
+ <SubSystem >Windows</SubSystem >
91
+ <OptimizeReferences >true</OptimizeReferences >
92
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
93
+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
94
+ <DataExecutionPrevention >
95
+ </DataExecutionPrevention >
96
+ <ImportLibrary >$(OutDir)ssl.lib</ImportLibrary >
97
+ <TargetMachine >MachineX86</TargetMachine >
98
+ </Link >
99
+ </ItemDefinitionGroup >
100
+ <ItemGroup >
101
+ <ClCompile Include =" src\context.c" />
102
+ <ClCompile Include =" src\luasocket\buffer.c" />
103
+ <ClCompile Include =" src\luasocket\io.c" />
104
+ <ClCompile Include =" src\luasocket\timeout.c" />
105
+ <ClCompile Include =" src\luasocket\wsocket.c" />
106
+ <ClCompile Include =" src\ssl.c" />
107
+ <ClCompile Include =" src\x509.c" />
108
+ </ItemGroup >
109
+ <ItemGroup >
110
+ <ClInclude Include =" src\config.h" />
111
+ <ClInclude Include =" src\context.h" />
112
+ <ClInclude Include =" src\ec.h" />
113
+ <ClInclude Include =" src\luasocket\buffer.h" />
114
+ <ClInclude Include =" src\luasocket\io.h" />
115
+ <ClInclude Include =" src\luasocket\socket.h" />
116
+ <ClInclude Include =" src\luasocket\timeout.h" />
117
+ <ClInclude Include =" src\luasocket\wsocket.h" />
118
+ <ClInclude Include =" src\options.h" />
119
+ <ClInclude Include =" src\ssl.h" />
120
+ <ClInclude Include =" src\x509.h" />
121
+ </ItemGroup >
122
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
123
+ <ImportGroup Label =" ExtensionTargets" >
124
+ </ImportGroup >
125
+ </Project >
0 commit comments