aboutsummaryrefslogtreecommitdiff
path: root/mime.vcproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mime.vcproj144
1 files changed, 144 insertions, 0 deletions
diff --git a/mime.vcproj b/mime.vcproj
new file mode 100644
index 0000000..95d3888
--- /dev/null
+++ b/mime.vcproj
@@ -0,0 +1,144 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="mime"
6 ProjectGUID="{128E8BD0-174A-48F0-8771-92B1E8D18713}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="2"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS"
23 MinimalRebuild="TRUE"
24 BasicRuntimeChecks="3"
25 RuntimeLibrary="1"
26 UsePrecompiledHeader="0"
27 WarningLevel="3"
28 Detect64BitPortabilityProblems="TRUE"
29 DebugInformationFormat="4"/>
30 <Tool
31 Name="VCCustomBuildTool"/>
32 <Tool
33 Name="VCLinkerTool"
34 OutputFile="$(OutDir)/mime.dll"
35 LinkIncremental="2"
36 GenerateDebugInformation="TRUE"
37 ProgramDatabaseFile="$(OutDir)/mime.pdb"
38 SubSystem="2"
39 ImportLibrary="$(OutDir)/mime.lib"
40 TargetMachine="1"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCWebDeploymentTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="."
65 IntermediateDirectory="."
66 ConfigurationType="2"
67 CharacterSet="2">
68 <Tool
69 Name="VCCLCompilerTool"
70 AdditionalIncludeDirectories="H:\include"
71 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport)"
72 RuntimeLibrary="0"
73 UsePrecompiledHeader="0"
74 WarningLevel="3"
75 Detect64BitPortabilityProblems="TRUE"
76 DebugInformationFormat="3"/>
77 <Tool
78 Name="VCCustomBuildTool"/>
79 <Tool
80 Name="VCLinkerTool"
81 OutputFile="$(OutDir)/mime.dll"
82 LinkIncremental="1"
83 GenerateDebugInformation="TRUE"
84 SubSystem="2"
85 OptimizeReferences="2"
86 EnableCOMDATFolding="2"
87 ImportLibrary="$(OutDir)/mime.lib"
88 TargetMachine="1"/>
89 <Tool
90 Name="VCMIDLTool"/>
91 <Tool
92 Name="VCPostBuildEventTool"/>
93 <Tool
94 Name="VCPreBuildEventTool"/>
95 <Tool
96 Name="VCPreLinkEventTool"/>
97 <Tool
98 Name="VCResourceCompilerTool"/>
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"/>
101 <Tool
102 Name="VCXMLDataGeneratorTool"/>
103 <Tool
104 Name="VCWebDeploymentTool"/>
105 <Tool
106 Name="VCManagedWrapperGeneratorTool"/>
107 <Tool
108 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
109 </Configuration>
110 </Configurations>
111 <References>
112 </References>
113 <Files>
114 <Filter
115 Name="Source Files"
116 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
117 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
118 <File
119 RelativePath=".\mime.c">
120 </File>
121 </Filter>
122 <Filter
123 Name="Header Files"
124 Filter="h;hpp;hxx;hm;inl;inc;xsd"
125 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
126 <File
127 RelativePath=".\mime.h">
128 </File>
129 </Filter>
130 <Filter
131 Name="Resource Files"
132 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
133 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
134 </Filter>
135 <File
136 RelativePath="..\..\lib\lua.lib">
137 </File>
138 <File
139 RelativePath="..\..\lib\lualib.lib">
140 </File>
141 </Files>
142 <Globals>
143 </Globals>
144</VisualStudioProject>