aboutsummaryrefslogtreecommitdiff
path: root/socket.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'socket.vcproj')
-rw-r--r--socket.vcproj259
1 files changed, 0 insertions, 259 deletions
diff --git a/socket.vcproj b/socket.vcproj
deleted file mode 100644
index 195eb09..0000000
--- a/socket.vcproj
+++ /dev/null
@@ -1,259 +0,0 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="socket"
6 ProjectGUID="{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}"
7 Keyword="Win32Proj"
8 TargetFrameworkVersion="131072"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="src"
21 IntermediateDirectory="src"
22 ConfigurationType="2"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="..\lua-5.1.4\src"
45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="false"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 AdditionalDependencies="ws2_32.lib lua5.1.lib"
66 OutputFile="$(OutDir)/socket.dll"
67 LinkIncremental="2"
68 AdditionalLibraryDirectories="..\lua-5.1.4"
69 GenerateDebugInformation="true"
70 ProgramDatabaseFile="$(OutDir)/socket.pdb"
71 SubSystem="2"
72 RandomizedBaseAddress="1"
73 DataExecutionPrevention="0"
74 ImportLibrary="$(OutDir)/socket.lib"
75 TargetMachine="1"
76 />
77 <Tool
78 Name="VCALinkTool"
79 />
80 <Tool
81 Name="VCManifestTool"
82 />
83 <Tool
84 Name="VCXDCMakeTool"
85 />
86 <Tool
87 Name="VCBscMakeTool"
88 />
89 <Tool
90 Name="VCFxCopTool"
91 />
92 <Tool
93 Name="VCAppVerifierTool"
94 />
95 <Tool
96 Name="VCPostBuildEventTool"
97 />
98 </Configuration>
99 <Configuration
100 Name="Release|Win32"
101 OutputDirectory="./src"
102 IntermediateDirectory="./src"
103 ConfigurationType="2"
104 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
105 CharacterSet="2"
106 >
107 <Tool
108 Name="VCPreBuildEventTool"
109 />
110 <Tool
111 Name="VCCustomBuildTool"
112 />
113 <Tool
114 Name="VCXMLDataGeneratorTool"
115 />
116 <Tool
117 Name="VCWebServiceProxyGeneratorTool"
118 />
119 <Tool
120 Name="VCMIDLTool"
121 />
122 <Tool
123 Name="VCCLCompilerTool"
124 AdditionalIncludeDirectories="..\lua-5.1.4\src"
125 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG; _CRT_SECURE_NO_WARNINGS"
126 RuntimeLibrary="2"
127 UsePrecompiledHeader="0"
128 WarningLevel="3"
129 Detect64BitPortabilityProblems="false"
130 DebugInformationFormat="0"
131 />
132 <Tool
133 Name="VCManagedResourceCompilerTool"
134 />
135 <Tool
136 Name="VCResourceCompilerTool"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 />
141 <Tool
142 Name="VCLinkerTool"
143 AdditionalDependencies="ws2_32.lib lua5.1.lib"
144 OutputFile="$(OutDir)/socket.dll"
145 LinkIncremental="1"
146 AdditionalLibraryDirectories="..\lua-5.1.4"
147 GenerateDebugInformation="true"
148 SubSystem="2"
149 OptimizeReferences="2"
150 EnableCOMDATFolding="2"
151 RandomizedBaseAddress="1"
152 DataExecutionPrevention="0"
153 ImportLibrary="$(OutDir)/socket.lib"
154 TargetMachine="1"
155 />
156 <Tool
157 Name="VCALinkTool"
158 />
159 <Tool
160 Name="VCManifestTool"
161 />
162 <Tool
163 Name="VCXDCMakeTool"
164 />
165 <Tool
166 Name="VCBscMakeTool"
167 />
168 <Tool
169 Name="VCFxCopTool"
170 />
171 <Tool
172 Name="VCAppVerifierTool"
173 />
174 <Tool
175 Name="VCPostBuildEventTool"
176 />
177 </Configuration>
178 </Configurations>
179 <References>
180 </References>
181 <Files>
182 <Filter
183 Name="Source Files"
184 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
185 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186 >
187 <File
188 RelativePath="src\auxiliar.c"
189 >
190 </File>
191 <File
192 RelativePath="src\buffer.c"
193 >
194 </File>
195 <File
196 RelativePath="src\except.c"
197 >
198 </File>
199 <File
200 RelativePath="src\inet.c"
201 >
202 </File>
203 <File
204 RelativePath="src\io.c"
205 >
206 </File>
207 <File
208 RelativePath="src\luasocket.c"
209 >
210 </File>
211 <File
212 RelativePath="src\options.c"
213 >
214 </File>
215 <File
216 RelativePath="src\select.c"
217 >
218 </File>
219 <File
220 RelativePath="src\tcp.c"
221 >
222 </File>
223 <File
224 RelativePath="src\timeout.c"
225 >
226 </File>
227 <File
228 RelativePath="src\udp.c"
229 >
230 </File>
231 <File
232 RelativePath="src\wsocket.c"
233 >
234 <FileConfiguration
235 Name="Release|Win32"
236 >
237 <Tool
238 Name="VCCLCompilerTool"
239 GeneratePreprocessedFile="0"
240 />
241 </FileConfiguration>
242 </File>
243 </Filter>
244 <Filter
245 Name="Header Files"
246 Filter="h;hpp;hxx;hm;inl;inc;xsd"
247 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
248 >
249 </Filter>
250 <Filter
251 Name="Resource Files"
252 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
253 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
254 >
255 </Filter>
256 </Files>
257 <Globals>
258 </Globals>
259</VisualStudioProject>