aboutsummaryrefslogtreecommitdiff
path: root/mime.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'mime.vcproj')
-rw-r--r--mime.vcproj176
1 files changed, 121 insertions, 55 deletions
diff --git a/mime.vcproj b/mime.vcproj
index 8ad7900..313cdb1 100644
--- a/mime.vcproj
+++ b/mime.vcproj
@@ -1,114 +1,179 @@
1<?xml version="1.0" encoding="Windows-1252"?> 1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject 2<VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="7.10" 4 Version="9.00"
5 Name="mime" 5 Name="mime"
6 ProjectGUID="{128E8BD0-174A-48F0-8771-92B1E8D18713}" 6 ProjectGUID="{128E8BD0-174A-48F0-8771-92B1E8D18713}"
7 Keyword="Win32Proj"> 7 Keyword="Win32Proj"
8 TargetFrameworkVersion="131072"
9 >
8 <Platforms> 10 <Platforms>
9 <Platform 11 <Platform
10 Name="Win32"/> 12 Name="Win32"
13 />
11 </Platforms> 14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
12 <Configurations> 17 <Configurations>
13 <Configuration 18 <Configuration
14 Name="Debug|Win32" 19 Name="Debug|Win32"
15 OutputDirectory="src" 20 OutputDirectory="src"
16 IntermediateDirectory="src" 21 IntermediateDirectory="src"
17 ConfigurationType="2" 22 ConfigurationType="2"
18 CharacterSet="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 />
19 <Tool 41 <Tool
20 Name="VCCLCompilerTool" 42 Name="VCCLCompilerTool"
21 Optimization="0" 43 Optimization="0"
22 AdditionalIncludeDirectories="h:\include\lua5.1" 44 AdditionalIncludeDirectories="..\lua-5.1.4\src"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS;MIME_API=__declspec(dllexport)" 45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS;MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS"
24 MinimalRebuild="TRUE" 46 MinimalRebuild="true"
25 BasicRuntimeChecks="3" 47 BasicRuntimeChecks="3"
26 RuntimeLibrary="3" 48 RuntimeLibrary="3"
27 UsePrecompiledHeader="0" 49 UsePrecompiledHeader="0"
28 WarningLevel="3" 50 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE" 51 Detect64BitPortabilityProblems="false"
30 DebugInformationFormat="4"/> 52 DebugInformationFormat="4"
53 />
31 <Tool 54 <Tool
32 Name="VCCustomBuildTool"/> 55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
33 <Tool 63 <Tool
34 Name="VCLinkerTool" 64 Name="VCLinkerTool"
65 AdditionalDependencies="lua5.1.lib"
35 OutputFile="$(OutDir)/mime.dll" 66 OutputFile="$(OutDir)/mime.dll"
36 LinkIncremental="2" 67 LinkIncremental="2"
37 AdditionalLibraryDirectories="h:\lib" 68 AdditionalLibraryDirectories="..\lua-5.1.4"
38 GenerateDebugInformation="TRUE" 69 GenerateDebugInformation="true"
39 ProgramDatabaseFile="$(OutDir)/mime.pdb" 70 ProgramDatabaseFile="$(OutDir)/mime.pdb"
40 SubSystem="2" 71 SubSystem="2"
72 RandomizedBaseAddress="1"
73 DataExecutionPrevention="0"
41 ImportLibrary="$(OutDir)/mime.lib" 74 ImportLibrary="$(OutDir)/mime.lib"
42 TargetMachine="1"/> 75 TargetMachine="1"
43 <Tool 76 />
44 Name="VCMIDLTool"/>
45 <Tool
46 Name="VCPostBuildEventTool"/>
47 <Tool
48 Name="VCPreBuildEventTool"/>
49 <Tool 77 <Tool
50 Name="VCPreLinkEventTool"/> 78 Name="VCALinkTool"
79 />
51 <Tool 80 <Tool
52 Name="VCResourceCompilerTool"/> 81 Name="VCManifestTool"
82 />
53 <Tool 83 <Tool
54 Name="VCWebServiceProxyGeneratorTool"/> 84 Name="VCXDCMakeTool"
85 />
55 <Tool 86 <Tool
56 Name="VCXMLDataGeneratorTool"/> 87 Name="VCBscMakeTool"
88 />
57 <Tool 89 <Tool
58 Name="VCWebDeploymentTool"/> 90 Name="VCFxCopTool"
91 />
59 <Tool 92 <Tool
60 Name="VCManagedWrapperGeneratorTool"/> 93 Name="VCAppVerifierTool"
94 />
61 <Tool 95 <Tool
62 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 96 Name="VCPostBuildEventTool"
97 />
63 </Configuration> 98 </Configuration>
64 <Configuration 99 <Configuration
65 Name="Release|Win32" 100 Name="Release|Win32"
66 OutputDirectory="src" 101 OutputDirectory="src"
67 IntermediateDirectory="src" 102 IntermediateDirectory="src"
68 ConfigurationType="2" 103 ConfigurationType="2"
69 CharacterSet="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 />
70 <Tool 122 <Tool
71 Name="VCCLCompilerTool" 123 Name="VCCLCompilerTool"
72 AdditionalIncludeDirectories="h:\include\lua5.1" 124 AdditionalIncludeDirectories="..\lua-5.1.4\src"
73 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)" 125 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS"
74 RuntimeLibrary="2" 126 RuntimeLibrary="2"
75 UsePrecompiledHeader="0" 127 UsePrecompiledHeader="0"
76 WarningLevel="4" 128 WarningLevel="4"
77 Detect64BitPortabilityProblems="TRUE" 129 Detect64BitPortabilityProblems="false"
78 DebugInformationFormat="0"/> 130 DebugInformationFormat="0"
131 />
79 <Tool 132 <Tool
80 Name="VCCustomBuildTool"/> 133 Name="VCManagedResourceCompilerTool"
134 />
135 <Tool
136 Name="VCResourceCompilerTool"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 />
81 <Tool 141 <Tool
82 Name="VCLinkerTool" 142 Name="VCLinkerTool"
143 AdditionalDependencies="lua5.1.lib"
83 OutputFile="$(OutDir)/mime.dll" 144 OutputFile="$(OutDir)/mime.dll"
84 LinkIncremental="1" 145 LinkIncremental="1"
85 AdditionalLibraryDirectories="h:\lib" 146 AdditionalLibraryDirectories="..\lua-5.1.4"
86 GenerateDebugInformation="TRUE" 147 GenerateDebugInformation="true"
87 SubSystem="2" 148 SubSystem="2"
88 OptimizeReferences="2" 149 OptimizeReferences="2"
89 EnableCOMDATFolding="2" 150 EnableCOMDATFolding="2"
151 RandomizedBaseAddress="1"
152 DataExecutionPrevention="0"
90 ImportLibrary="$(OutDir)/mime.lib" 153 ImportLibrary="$(OutDir)/mime.lib"
91 TargetMachine="1"/> 154 TargetMachine="1"
92 <Tool 155 />
93 Name="VCMIDLTool"/>
94 <Tool
95 Name="VCPostBuildEventTool"/>
96 <Tool
97 Name="VCPreBuildEventTool"/>
98 <Tool 156 <Tool
99 Name="VCPreLinkEventTool"/> 157 Name="VCALinkTool"
158 />
100 <Tool 159 <Tool
101 Name="VCResourceCompilerTool"/> 160 Name="VCManifestTool"
161 />
102 <Tool 162 <Tool
103 Name="VCWebServiceProxyGeneratorTool"/> 163 Name="VCXDCMakeTool"
164 />
104 <Tool 165 <Tool
105 Name="VCXMLDataGeneratorTool"/> 166 Name="VCBscMakeTool"
167 />
106 <Tool 168 <Tool
107 Name="VCWebDeploymentTool"/> 169 Name="VCFxCopTool"
170 />
108 <Tool 171 <Tool
109 Name="VCManagedWrapperGeneratorTool"/> 172 Name="VCAppVerifierTool"
173 />
110 <Tool 174 <Tool
111 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 175 Name="VCPostBuildEventTool"
176 />
112 </Configuration> 177 </Configuration>
113 </Configurations> 178 </Configurations>
114 <References> 179 <References>
@@ -117,24 +182,25 @@
117 <Filter 182 <Filter
118 Name="Source Files" 183 Name="Source Files"
119 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 184 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 185 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186 >
121 <File 187 <File
122 RelativePath="src\mime.c"> 188 RelativePath="src\mime.c"
189 >
123 </File> 190 </File>
124 </Filter> 191 </Filter>
125 <Filter 192 <Filter
126 Name="Header Files" 193 Name="Header Files"
127 Filter="h;hpp;hxx;hm;inl;inc;xsd" 194 Filter="h;hpp;hxx;hm;inl;inc;xsd"
128 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 195 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
196 >
129 </Filter> 197 </Filter>
130 <Filter 198 <Filter
131 Name="Resource Files" 199 Name="Resource Files"
132 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 200 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
133 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 201 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
202 >
134 </Filter> 203 </Filter>
135 <File
136 RelativePath="..\..\lib\lua5.1.dll.lib">
137 </File>
138 </Files> 204 </Files>
139 <Globals> 205 <Globals>
140 </Globals> 206 </Globals>