]> git.ipfire.org Git - thirdparty/cups.git/blob - vcnet/ipptest.vcproj
9de93f372e6acf9a899c7fde73e64f154408e25f
[thirdparty/cups.git] / vcnet / ipptest.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="ipptest"
6 ProjectGUID="{B246D91E-61F2-4433-BFD2-6C2A96FBD4D4}"
7 RootNamespace="ipptest"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="1"
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="..\vcnet;..;..\vcnet\regex"
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="1"
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 LinkIncremental="2"
66 GenerateDebugInformation="true"
67 SubSystem="1"
68 RandomizedBaseAddress="1"
69 DataExecutionPrevention="0"
70 TargetMachine="1"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCManifestTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="1"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 AdditionalIncludeDirectories="..\vcnet;..;..\vcnet\regex"
120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
121 RuntimeLibrary="2"
122 UsePrecompiledHeader="0"
123 WarningLevel="1"
124 Detect64BitPortabilityProblems="false"
125 DebugInformationFormat="3"
126 />
127 <Tool
128 Name="VCManagedResourceCompilerTool"
129 />
130 <Tool
131 Name="VCResourceCompilerTool"
132 />
133 <Tool
134 Name="VCPreLinkEventTool"
135 />
136 <Tool
137 Name="VCLinkerTool"
138 LinkIncremental="1"
139 GenerateDebugInformation="true"
140 SubSystem="1"
141 OptimizeReferences="2"
142 EnableCOMDATFolding="2"
143 RandomizedBaseAddress="1"
144 DataExecutionPrevention="0"
145 TargetMachine="1"
146 />
147 <Tool
148 Name="VCALinkTool"
149 />
150 <Tool
151 Name="VCManifestTool"
152 />
153 <Tool
154 Name="VCXDCMakeTool"
155 />
156 <Tool
157 Name="VCBscMakeTool"
158 />
159 <Tool
160 Name="VCFxCopTool"
161 />
162 <Tool
163 Name="VCAppVerifierTool"
164 />
165 <Tool
166 Name="VCPostBuildEventTool"
167 />
168 </Configuration>
169 </Configurations>
170 <References>
171 </References>
172 <Files>
173 <Filter
174 Name="Source Files"
175 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
176 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
177 >
178 <File
179 RelativePath=".\regex\debug.c"
180 >
181 </File>
182 <File
183 RelativePath="..\test\ipptest.c"
184 >
185 </File>
186 <File
187 RelativePath=".\regex\regcomp.c"
188 >
189 </File>
190 <File
191 RelativePath=".\regex\regerror.c"
192 >
193 </File>
194 <File
195 RelativePath=".\regex\regexec.c"
196 >
197 </File>
198 <File
199 RelativePath=".\regex\regfree.c"
200 >
201 </File>
202 <File
203 RelativePath=".\regex\split.c"
204 >
205 </File>
206 </Filter>
207 <Filter
208 Name="Header Files"
209 Filter="h;hpp;hxx;hm;inl;inc;xsd"
210 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
211 >
212 <File
213 RelativePath=".\regex\regex.h"
214 >
215 </File>
216 <File
217 RelativePath=".\regex\regex2.h"
218 >
219 </File>
220 </Filter>
221 <Filter
222 Name="Resource Files"
223 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
224 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
225 >
226 </Filter>
227 </Files>
228 <Globals>
229 </Globals>
230 </VisualStudioProject>