aboutsummaryrefslogtreecommitdiff
path: root/mime.vcproj
diff options
context:
space:
mode:
authorDiego Nehab <diego.nehab@gmail.com>2012-12-10 18:45:05 -0200
committerDiego Nehab <diego.nehab@gmail.com>2012-12-10 18:45:05 -0200
commit66670c354146feb8c9603f10682fabcba44a05a9 (patch)
tree9ee77f026aaba3ed6287d2f3ae60d895e1ab52db /mime.vcproj
parent9d97d39575f5f5125868c23bd7225cef7d488f24 (diff)
downloadluasocket-66670c354146feb8c9603f10682fabcba44a05a9.tar.gz
luasocket-66670c354146feb8c9603f10682fabcba44a05a9.tar.bz2
luasocket-66670c354146feb8c9603f10682fabcba44a05a9.zip
Move Visual Studio projects to 2012.
Diffstat (limited to 'mime.vcproj')
-rw-r--r--mime.vcproj207
1 files changed, 0 insertions, 207 deletions
diff --git a/mime.vcproj b/mime.vcproj
deleted file mode 100644
index 313cdb1..0000000
--- a/mime.vcproj
+++ /dev/null
@@ -1,207 +0,0 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="mime"
6 ProjectGUID="{128E8BD0-174A-48F0-8771-92B1E8D18713}"
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;MIME_EXPORTS;MIME_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="lua5.1.lib"
66 OutputFile="$(OutDir)/mime.dll"
67 LinkIncremental="2"
68 AdditionalLibraryDirectories="..\lua-5.1.4"
69 GenerateDebugInformation="true"
70 ProgramDatabaseFile="$(OutDir)/mime.pdb"
71 SubSystem="2"
72 RandomizedBaseAddress="1"
73 DataExecutionPrevention="0"
74 ImportLibrary="$(OutDir)/mime.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;MIME_EXPORTS; MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS"
126 RuntimeLibrary="2"
127 UsePrecompiledHeader="0"
128 WarningLevel="4"
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="lua5.1.lib"
144 OutputFile="$(OutDir)/mime.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)/mime.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\mime.c"
189 >
190 </File>
191 </Filter>
192 <Filter
193 Name="Header Files"
194 Filter="h;hpp;hxx;hm;inl;inc;xsd"
195 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
196 >
197 </Filter>
198 <Filter
199 Name="Resource Files"
200 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
201 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
202 >
203 </Filter>
204 </Files>
205 <Globals>
206 </Globals>
207</VisualStudioProject>