diff options
Diffstat (limited to '')
-rwxr-xr-x | socket.vcxproj | 135 | ||||
-rw-r--r-- | socket.vcxproj.filters | 51 |
2 files changed, 22 insertions, 164 deletions
diff --git a/socket.vcxproj b/socket.vcxproj index 16daeef..51ebc68 100755 --- a/socket.vcxproj +++ b/socket.vcxproj | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <ItemGroup Label="ProjectConfigurations"> | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | <ProjectConfiguration Include="Debug|Win32"> | 4 | <ProjectConfiguration Include="Debug|Win32"> |
5 | <Configuration>Debug</Configuration> | 5 | <Configuration>Debug</Configuration> |
@@ -21,6 +21,7 @@ | |||
21 | <ItemGroup> | 21 | <ItemGroup> |
22 | <ClCompile Include="src\auxiliar.c" /> | 22 | <ClCompile Include="src\auxiliar.c" /> |
23 | <ClCompile Include="src\buffer.c" /> | 23 | <ClCompile Include="src\buffer.c" /> |
24 | <ClCompile Include="src\compat.c" /> | ||
24 | <ClCompile Include="src\except.c" /> | 25 | <ClCompile Include="src\except.c" /> |
25 | <ClCompile Include="src\inet.c" /> | 26 | <ClCompile Include="src\inet.c" /> |
26 | <ClCompile Include="src\io.c" /> | 27 | <ClCompile Include="src\io.c" /> |
@@ -32,98 +33,6 @@ | |||
32 | <ClCompile Include="src\udp.c" /> | 33 | <ClCompile Include="src\udp.c" /> |
33 | <ClCompile Include="src\wsocket.c" /> | 34 | <ClCompile Include="src\wsocket.c" /> |
34 | </ItemGroup> | 35 | </ItemGroup> |
35 | <ItemGroup> | ||
36 | <CustomBuild Include="src\ltn12.lua"> | ||
37 | <FileType>Document</FileType> | ||
38 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)</Command> | ||
39 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)</Command> | ||
40 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)</Command> | ||
41 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)</Command> | ||
42 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
43 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
44 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
45 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
46 | </CustomBuild> | ||
47 | <CustomBuild Include="src\socket.lua"> | ||
48 | <FileType>Document</FileType> | ||
49 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)</Command> | ||
50 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)</Command> | ||
51 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)</Command> | ||
52 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)</Command> | ||
53 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
54 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
55 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
56 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\%(Filename)%(Extension)</Outputs> | ||
57 | </CustomBuild> | ||
58 | </ItemGroup> | ||
59 | <ItemGroup> | ||
60 | <CustomBuild Include="src\ftp.lua"> | ||
61 | <FileType>Document</FileType> | ||
62 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
63 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
64 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
65 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
66 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
67 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
68 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
69 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
70 | </CustomBuild> | ||
71 | <CustomBuild Include="src\headers.lua"> | ||
72 | <FileType>Document</FileType> | ||
73 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
74 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
75 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
76 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
77 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
78 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
79 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
80 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
81 | </CustomBuild> | ||
82 | <CustomBuild Include="src\http.lua"> | ||
83 | <FileType>Document</FileType> | ||
84 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
85 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
86 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
87 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
88 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
89 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
90 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
91 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
92 | </CustomBuild> | ||
93 | <CustomBuild Include="src\smtp.lua"> | ||
94 | <FileType>Document</FileType> | ||
95 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
96 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
97 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
98 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
99 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
100 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
101 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
102 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
103 | </CustomBuild> | ||
104 | <CustomBuild Include="src\tp.lua"> | ||
105 | <FileType>Document</FileType> | ||
106 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
107 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
108 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
109 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
110 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
111 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
112 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
113 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
114 | </CustomBuild> | ||
115 | <CustomBuild Include="src\url.lua"> | ||
116 | <FileType>Document</FileType> | ||
117 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
118 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
119 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
120 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(LUABIN_PATH)$(Configuration)\socket\%(Filename)%(Extension)</Outputs> | ||
121 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
122 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(LUABIN_PATH)$(Platform)\$(Configuration)\socket</Command> | ||
123 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
124 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(LUABIN_PATH)$(Configuration)\socket</Command> | ||
125 | </CustomBuild> | ||
126 | </ItemGroup> | ||
127 | <PropertyGroup Label="Globals"> | 36 | <PropertyGroup Label="Globals"> |
128 | <ProjectGuid>{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}</ProjectGuid> | 37 | <ProjectGuid>{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}</ProjectGuid> |
129 | <Keyword>Win32Proj</Keyword> | 38 | <Keyword>Win32Proj</Keyword> |
@@ -131,22 +40,22 @@ | |||
131 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
132 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
133 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
134 | <PlatformToolset>v110</PlatformToolset> | 43 | <PlatformToolset>v141</PlatformToolset> |
135 | <CharacterSet>MultiByte</CharacterSet> | 44 | <CharacterSet>MultiByte</CharacterSet> |
136 | </PropertyGroup> | 45 | </PropertyGroup> |
137 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
138 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 47 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
139 | <PlatformToolset>v110</PlatformToolset> | 48 | <PlatformToolset>v141</PlatformToolset> |
140 | <CharacterSet>MultiByte</CharacterSet> | 49 | <CharacterSet>MultiByte</CharacterSet> |
141 | </PropertyGroup> | 50 | </PropertyGroup> |
142 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
143 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 52 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
144 | <PlatformToolset>v110</PlatformToolset> | 53 | <PlatformToolset>v141</PlatformToolset> |
145 | <CharacterSet>MultiByte</CharacterSet> | 54 | <CharacterSet>MultiByte</CharacterSet> |
146 | </PropertyGroup> | 55 | </PropertyGroup> |
147 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
148 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 57 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
149 | <PlatformToolset>v110</PlatformToolset> | 58 | <PlatformToolset>v141</PlatformToolset> |
150 | <CharacterSet>MultiByte</CharacterSet> | 59 | <CharacterSet>MultiByte</CharacterSet> |
151 | </PropertyGroup> | 60 | </PropertyGroup> |
152 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 61 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
@@ -177,7 +86,7 @@ | |||
177 | <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> | 86 | <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> |
178 | </PropertyGroup> | 87 | </PropertyGroup> |
179 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
180 | <OutDir>$(LUALIB_PATH)$(Configuration)\socket\</OutDir> | 89 | <OutDir>$(Configuration)\socket\</OutDir> |
181 | <IntDir>$(Configuration)\</IntDir> | 90 | <IntDir>$(Configuration)\</IntDir> |
182 | <LinkIncremental>true</LinkIncremental> | 91 | <LinkIncremental>true</LinkIncremental> |
183 | <TargetName>core</TargetName> | 92 | <TargetName>core</TargetName> |
@@ -185,23 +94,23 @@ | |||
185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
186 | <LinkIncremental>true</LinkIncremental> | 95 | <LinkIncremental>true</LinkIncremental> |
187 | <TargetName>core</TargetName> | 96 | <TargetName>core</TargetName> |
188 | <OutDir>$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\</OutDir> | 97 | <OutDir>$(Platform)\$(Configuration)\socket\</OutDir> |
189 | </PropertyGroup> | 98 | </PropertyGroup> |
190 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
191 | <OutDir>$(LUALIB_PATH)$(Configuration)\socket\</OutDir> | 100 | <OutDir>$(Configuration)\socket\</OutDir> |
192 | <IntDir>$(Configuration)\</IntDir> | 101 | <IntDir>$(Configuration)\</IntDir> |
193 | <LinkIncremental>false</LinkIncremental> | 102 | <LinkIncremental>false</LinkIncremental> |
194 | <TargetName>core</TargetName> | 103 | <TargetName>core</TargetName> |
195 | </PropertyGroup> | 104 | </PropertyGroup> |
196 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 105 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
197 | <LinkIncremental>false</LinkIncremental> | 106 | <LinkIncremental>false</LinkIncremental> |
198 | <OutDir>$(LUABIN_PATH)$(Platform)\$(Configuration)\socket\</OutDir> | 107 | <OutDir>$(Platform)\$(Configuration)\socket\</OutDir> |
199 | <TargetName>core</TargetName> | 108 | <TargetName>core</TargetName> |
200 | </PropertyGroup> | 109 | </PropertyGroup> |
201 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
202 | <ClCompile> | 111 | <ClCompile> |
203 | <Optimization>Disabled</Optimization> | 112 | <Optimization>Disabled</Optimization> |
204 | <AdditionalIncludeDirectories>$(LUAINC_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 113 | <AdditionalIncludeDirectories>$(LUAINC);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
205 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUASOCKET_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 114 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUASOCKET_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
206 | <MinimalRebuild>true</MinimalRebuild> | 115 | <MinimalRebuild>true</MinimalRebuild> |
207 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 116 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
@@ -212,9 +121,9 @@ | |||
212 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> | 121 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
213 | </ClCompile> | 122 | </ClCompile> |
214 | <Link> | 123 | <Link> |
215 | <AdditionalDependencies>$(LUALIB);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 124 | <AdditionalDependencies>$(LUALIBNAME);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
216 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | 125 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> |
217 | <AdditionalLibraryDirectories>$(LUALIB_PATH)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | 126 | <AdditionalLibraryDirectories>$(LUALIB);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
218 | <GenerateDebugInformation>true</GenerateDebugInformation> | 127 | <GenerateDebugInformation>true</GenerateDebugInformation> |
219 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> | 128 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> |
220 | <SubSystem>Windows</SubSystem> | 129 | <SubSystem>Windows</SubSystem> |
@@ -228,7 +137,7 @@ | |||
228 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 137 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
229 | <ClCompile> | 138 | <ClCompile> |
230 | <Optimization>Disabled</Optimization> | 139 | <Optimization>Disabled</Optimization> |
231 | <AdditionalIncludeDirectories>$(LUAINC_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 140 | <AdditionalIncludeDirectories>$(LUAINC);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
232 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUASOCKET_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 141 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUASOCKET_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
233 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 142 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
234 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 143 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
@@ -239,9 +148,9 @@ | |||
239 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> | 148 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
240 | </ClCompile> | 149 | </ClCompile> |
241 | <Link> | 150 | <Link> |
242 | <AdditionalDependencies>$(LUALIB);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 151 | <AdditionalDependencies>$(LUALIBNAME);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
243 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | 152 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> |
244 | <AdditionalLibraryDirectories>$(LUALIB_PATH)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | 153 | <AdditionalLibraryDirectories>$(LUALIB);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
245 | <GenerateDebugInformation>true</GenerateDebugInformation> | 154 | <GenerateDebugInformation>true</GenerateDebugInformation> |
246 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> | 155 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> |
247 | <SubSystem>Windows</SubSystem> | 156 | <SubSystem>Windows</SubSystem> |
@@ -253,7 +162,7 @@ | |||
253 | </ItemDefinitionGroup> | 162 | </ItemDefinitionGroup> |
254 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 163 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
255 | <ClCompile> | 164 | <ClCompile> |
256 | <AdditionalIncludeDirectories>$(LUAINC_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 165 | <AdditionalIncludeDirectories>$(LUAINC);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
257 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 166 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
258 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 167 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
259 | <PrecompiledHeader /> | 168 | <PrecompiledHeader /> |
@@ -262,9 +171,9 @@ | |||
262 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> | 171 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
263 | </ClCompile> | 172 | </ClCompile> |
264 | <Link> | 173 | <Link> |
265 | <AdditionalDependencies>$(LUALIB);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 174 | <AdditionalDependencies>$(LUALIBNAME);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
266 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | 175 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> |
267 | <AdditionalLibraryDirectories>$(LUALIB_PATH)$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | 176 | <AdditionalLibraryDirectories>$(LUALIB);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
268 | <GenerateDebugInformation>true</GenerateDebugInformation> | 177 | <GenerateDebugInformation>true</GenerateDebugInformation> |
269 | <SubSystem>Windows</SubSystem> | 178 | <SubSystem>Windows</SubSystem> |
270 | <OptimizeReferences>true</OptimizeReferences> | 179 | <OptimizeReferences>true</OptimizeReferences> |
@@ -277,7 +186,7 @@ | |||
277 | </ItemDefinitionGroup> | 186 | </ItemDefinitionGroup> |
278 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 187 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
279 | <ClCompile> | 188 | <ClCompile> |
280 | <AdditionalIncludeDirectories>$(LUAINC_PATH);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | 189 | <AdditionalIncludeDirectories>$(LUAINC);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
281 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 190 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
282 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | 191 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
283 | <PrecompiledHeader> | 192 | <PrecompiledHeader> |
@@ -288,9 +197,9 @@ | |||
288 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> | 197 | <ProgramDataBaseFileName>$(IntDir)$(TargetName)$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName> |
289 | </ClCompile> | 198 | </ClCompile> |
290 | <Link> | 199 | <Link> |
291 | <AdditionalDependencies>$(LUALIB);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 200 | <AdditionalDependencies>$(LUALIBNAME);ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
292 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | 201 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> |
293 | <AdditionalLibraryDirectories>$(LUALIB_PATH)$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | 202 | <AdditionalLibraryDirectories>$(LUALIB);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
294 | <GenerateDebugInformation>true</GenerateDebugInformation> | 203 | <GenerateDebugInformation>true</GenerateDebugInformation> |
295 | <SubSystem>Windows</SubSystem> | 204 | <SubSystem>Windows</SubSystem> |
296 | <OptimizeReferences>true</OptimizeReferences> | 205 | <OptimizeReferences>true</OptimizeReferences> |
diff --git a/socket.vcxproj.filters b/socket.vcxproj.filters deleted file mode 100644 index 38f2f07..0000000 --- a/socket.vcxproj.filters +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup> | ||
4 | <ClCompile Include="src\auxiliar.c" /> | ||
5 | <ClCompile Include="src\buffer.c" /> | ||
6 | <ClCompile Include="src\except.c" /> | ||
7 | <ClCompile Include="src\inet.c" /> | ||
8 | <ClCompile Include="src\io.c" /> | ||
9 | <ClCompile Include="src\luasocket.c" /> | ||
10 | <ClCompile Include="src\options.c" /> | ||
11 | <ClCompile Include="src\select.c" /> | ||
12 | <ClCompile Include="src\tcp.c" /> | ||
13 | <ClCompile Include="src\timeout.c" /> | ||
14 | <ClCompile Include="src\udp.c" /> | ||
15 | <ClCompile Include="src\wsocket.c" /> | ||
16 | </ItemGroup> | ||
17 | <ItemGroup> | ||
18 | <CustomBuild Include="src\ltn12.lua"> | ||
19 | <Filter>cdir</Filter> | ||
20 | </CustomBuild> | ||
21 | <CustomBuild Include="src\socket.lua"> | ||
22 | <Filter>cdir</Filter> | ||
23 | </CustomBuild> | ||
24 | <CustomBuild Include="src\ftp.lua"> | ||
25 | <Filter>ldir</Filter> | ||
26 | </CustomBuild> | ||
27 | <CustomBuild Include="src\headers.lua"> | ||
28 | <Filter>ldir</Filter> | ||
29 | </CustomBuild> | ||
30 | <CustomBuild Include="src\http.lua"> | ||
31 | <Filter>ldir</Filter> | ||
32 | </CustomBuild> | ||
33 | <CustomBuild Include="src\smtp.lua"> | ||
34 | <Filter>ldir</Filter> | ||
35 | </CustomBuild> | ||
36 | <CustomBuild Include="src\tp.lua"> | ||
37 | <Filter>ldir</Filter> | ||
38 | </CustomBuild> | ||
39 | <CustomBuild Include="src\url.lua"> | ||
40 | <Filter>ldir</Filter> | ||
41 | </CustomBuild> | ||
42 | </ItemGroup> | ||
43 | <ItemGroup> | ||
44 | <Filter Include="cdir"> | ||
45 | <UniqueIdentifier>{b053460d-5439-4e3a-a2eb-c31a95b5691f}</UniqueIdentifier> | ||
46 | </Filter> | ||
47 | <Filter Include="ldir"> | ||
48 | <UniqueIdentifier>{b301b82c-37cb-4e05-9333-194e92ed7a62}</UniqueIdentifier> | ||
49 | </Filter> | ||
50 | </ItemGroup> | ||
51 | </Project> \ No newline at end of file | ||