Basic FreeType renderer implementation.
[gdipp.git] / gdipp_server / gdipp_server.vcproj
blob3f09385b68cda4daa9ea8f5f65827d9e7818a576
1 <?xml version="1.0" encoding="gb2312"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="gdipp_server"
6 ProjectGUID="{D8F37991-4EE8-43F0-BFC7-3FCD7393D3BF}"
7 RootNamespace="gdipp_svc"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
25 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
26 ConfigurationType="1"
27 CharacterSet="1"
29 <Tool
30 Name="VCPreBuildEventTool"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="VCXMLDataGeneratorTool"
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
41 <Tool
42 Name="VCMIDLTool"
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)freetype\include&quot;;&quot;$(SolutionDir)gdipp_rpc&quot;"
48 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="1"
52 EnableFunctionLevelLinking="true"
53 EnableEnhancedInstructionSet="2"
54 UsePrecompiledHeader="2"
55 WarningLevel="3"
56 DebugInformationFormat="3"
57 DisableSpecificWarnings="4251"
59 <Tool
60 Name="VCManagedResourceCompilerTool"
62 <Tool
63 Name="VCResourceCompilerTool"
65 <Tool
66 Name="VCPreLinkEventTool"
68 <Tool
69 Name="VCLinkerTool"
70 AdditionalDependencies="rpcrt4.lib wtsapi32.lib"
71 OutputFile="$(OutDir)\$(ProjectName)_32.exe"
72 DelayLoadDLLs=""
73 GenerateDebugInformation="true"
74 SubSystem="2"
75 TargetMachine="1"
77 <Tool
78 Name="VCALinkTool"
80 <Tool
81 Name="VCManifestTool"
83 <Tool
84 Name="VCXDCMakeTool"
86 <Tool
87 Name="VCBscMakeTool"
89 <Tool
90 Name="VCFxCopTool"
92 <Tool
93 Name="VCAppVerifierTool"
95 <Tool
96 Name="VCPostBuildEventTool"
98 </Configuration>
99 <Configuration
100 Name="Debug|x64"
101 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
102 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
103 ConfigurationType="1"
104 CharacterSet="1"
106 <Tool
107 Name="VCPreBuildEventTool"
109 <Tool
110 Name="VCCustomBuildTool"
112 <Tool
113 Name="VCXMLDataGeneratorTool"
115 <Tool
116 Name="VCWebServiceProxyGeneratorTool"
118 <Tool
119 Name="VCMIDLTool"
120 TargetEnvironment="3"
122 <Tool
123 Name="VCCLCompilerTool"
124 Optimization="0"
125 AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)freetype\include&quot;;&quot;$(SolutionDir)gdipp_rpc&quot;"
126 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
127 MinimalRebuild="true"
128 BasicRuntimeChecks="3"
129 RuntimeLibrary="1"
130 EnableFunctionLevelLinking="true"
131 UsePrecompiledHeader="2"
132 WarningLevel="3"
133 DebugInformationFormat="3"
134 DisableSpecificWarnings="4251"
136 <Tool
137 Name="VCManagedResourceCompilerTool"
139 <Tool
140 Name="VCResourceCompilerTool"
142 <Tool
143 Name="VCPreLinkEventTool"
145 <Tool
146 Name="VCLinkerTool"
147 AdditionalDependencies="rpcrt4.lib wtsapi32.lib"
148 OutputFile="$(OutDir)\$(ProjectName)_64.exe"
149 DelayLoadDLLs=""
150 GenerateDebugInformation="true"
151 SubSystem="2"
152 TargetMachine="17"
154 <Tool
155 Name="VCALinkTool"
157 <Tool
158 Name="VCManifestTool"
160 <Tool
161 Name="VCXDCMakeTool"
163 <Tool
164 Name="VCBscMakeTool"
166 <Tool
167 Name="VCFxCopTool"
169 <Tool
170 Name="VCAppVerifierTool"
172 <Tool
173 Name="VCPostBuildEventTool"
175 </Configuration>
176 <Configuration
177 Name="Release|Win32"
178 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
179 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
180 ConfigurationType="1"
181 CharacterSet="1"
182 WholeProgramOptimization="1"
184 <Tool
185 Name="VCPreBuildEventTool"
187 <Tool
188 Name="VCCustomBuildTool"
190 <Tool
191 Name="VCXMLDataGeneratorTool"
193 <Tool
194 Name="VCWebServiceProxyGeneratorTool"
196 <Tool
197 Name="VCMIDLTool"
199 <Tool
200 Name="VCCLCompilerTool"
201 Optimization="3"
202 EnableIntrinsicFunctions="true"
203 AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)freetype\include&quot;;&quot;$(SolutionDir)gdipp_rpc&quot;"
204 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
205 StringPooling="true"
206 RuntimeLibrary="0"
207 EnableFunctionLevelLinking="true"
208 EnableEnhancedInstructionSet="2"
209 UsePrecompiledHeader="2"
210 WarningLevel="3"
211 DisableSpecificWarnings="4251"
213 <Tool
214 Name="VCManagedResourceCompilerTool"
216 <Tool
217 Name="VCResourceCompilerTool"
219 <Tool
220 Name="VCPreLinkEventTool"
222 <Tool
223 Name="VCLinkerTool"
224 AdditionalDependencies="rpcrt4.lib wtsapi32.lib"
225 OutputFile="$(OutDir)\$(ProjectName)_32.exe"
226 DelayLoadDLLs=""
227 SubSystem="2"
228 OptimizeReferences="2"
229 EnableCOMDATFolding="2"
230 TargetMachine="1"
232 <Tool
233 Name="VCALinkTool"
235 <Tool
236 Name="VCManifestTool"
238 <Tool
239 Name="VCXDCMakeTool"
241 <Tool
242 Name="VCBscMakeTool"
244 <Tool
245 Name="VCFxCopTool"
247 <Tool
248 Name="VCAppVerifierTool"
250 <Tool
251 Name="VCPostBuildEventTool"
253 </Configuration>
254 <Configuration
255 Name="Release|x64"
256 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
257 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
258 ConfigurationType="1"
259 CharacterSet="1"
260 WholeProgramOptimization="1"
262 <Tool
263 Name="VCPreBuildEventTool"
265 <Tool
266 Name="VCCustomBuildTool"
268 <Tool
269 Name="VCXMLDataGeneratorTool"
271 <Tool
272 Name="VCWebServiceProxyGeneratorTool"
274 <Tool
275 Name="VCMIDLTool"
276 TargetEnvironment="3"
278 <Tool
279 Name="VCCLCompilerTool"
280 Optimization="3"
281 EnableIntrinsicFunctions="true"
282 AdditionalIncludeDirectories="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)freetype\include&quot;;&quot;$(SolutionDir)gdipp_rpc&quot;"
283 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
284 StringPooling="true"
285 RuntimeLibrary="0"
286 EnableFunctionLevelLinking="true"
287 UsePrecompiledHeader="2"
288 WarningLevel="3"
289 DisableSpecificWarnings="4251"
291 <Tool
292 Name="VCManagedResourceCompilerTool"
294 <Tool
295 Name="VCResourceCompilerTool"
297 <Tool
298 Name="VCPreLinkEventTool"
300 <Tool
301 Name="VCLinkerTool"
302 AdditionalDependencies="rpcrt4.lib wtsapi32.lib"
303 OutputFile="$(OutDir)\$(ProjectName)_64.exe"
304 DelayLoadDLLs=""
305 SubSystem="2"
306 OptimizeReferences="2"
307 EnableCOMDATFolding="2"
308 TargetMachine="17"
310 <Tool
311 Name="VCALinkTool"
313 <Tool
314 Name="VCManifestTool"
316 <Tool
317 Name="VCXDCMakeTool"
319 <Tool
320 Name="VCBscMakeTool"
322 <Tool
323 Name="VCFxCopTool"
325 <Tool
326 Name="VCAppVerifierTool"
328 <Tool
329 Name="VCPostBuildEventTool"
331 </Configuration>
332 </Configurations>
333 <References>
334 <ProjectReference
335 ReferencedProjectIdentifier="{09A6E8A1-3882-47B0-9CE4-1FD445CC450F}"
336 RelativePathToProject=".\gdipp_config\gdipp_config.vcproj"
338 <ProjectReference
339 ReferencedProjectIdentifier="{4F7514B8-CB7B-46E8-B93B-8C0D686185B4}"
340 RelativePathToProject=".\sqlite3\sqlite3.vcproj"
342 <ProjectReference
343 ReferencedProjectIdentifier="{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
344 RelativePathToProject=".\freetype\builds\win32\vc2008\freetype.vcproj"
346 <ProjectReference
347 ReferencedProjectIdentifier="{6D260CD4-0C11-4755-80C8-8DC2EDDFB43C}"
348 RelativePathToProject=".\MurmurHash\MurmurHash.vcproj"
350 <ProjectReference
351 ReferencedProjectIdentifier="{9A32E343-D465-42C2-B313-17E1FB328016}"
352 RelativePathToProject=".\gdipp_lib\gdipp_lib.vcproj"
354 </References>
355 <Files>
356 <Filter
357 Name="Source Files"
358 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
359 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
361 <File
362 RelativePath=".\dc_pool.cpp"
364 </File>
365 <File
366 RelativePath=".\dw_renderer.cpp"
368 <FileConfiguration
369 Name="Debug|Win32"
370 ExcludedFromBuild="true"
372 <Tool
373 Name="VCCLCompilerTool"
375 </FileConfiguration>
376 <FileConfiguration
377 Name="Debug|x64"
378 ExcludedFromBuild="true"
380 <Tool
381 Name="VCCLCompilerTool"
383 </FileConfiguration>
384 <FileConfiguration
385 Name="Release|Win32"
386 ExcludedFromBuild="true"
388 <Tool
389 Name="VCCLCompilerTool"
391 </FileConfiguration>
392 <FileConfiguration
393 Name="Release|x64"
394 ExcludedFromBuild="true"
396 <Tool
397 Name="VCCLCompilerTool"
399 </FileConfiguration>
400 </File>
401 <File
402 RelativePath=".\fassert.cpp"
404 </File>
405 <File
406 RelativePath=".\font_link.cpp"
408 </File>
409 <File
410 RelativePath=".\font_mgr.cpp"
412 </File>
413 <File
414 RelativePath=".\font_proxy.cpp"
416 <FileConfiguration
417 Name="Debug|Win32"
418 ExcludedFromBuild="true"
420 <Tool
421 Name="VCCLCompilerTool"
423 </FileConfiguration>
424 <FileConfiguration
425 Name="Debug|x64"
426 ExcludedFromBuild="true"
428 <Tool
429 Name="VCCLCompilerTool"
431 </FileConfiguration>
432 <FileConfiguration
433 Name="Release|Win32"
434 ExcludedFromBuild="true"
436 <Tool
437 Name="VCCLCompilerTool"
439 </FileConfiguration>
440 <FileConfiguration
441 Name="Release|x64"
442 ExcludedFromBuild="true"
444 <Tool
445 Name="VCCLCompilerTool"
447 </FileConfiguration>
448 </File>
449 <File
450 RelativePath=".\freetype.cpp"
452 </File>
453 <File
454 RelativePath=".\ft_renderer.cpp"
456 </File>
457 <File
458 RelativePath="..\gdipp_rpc\x64\gdipp_rpc_s.c"
460 <FileConfiguration
461 Name="Debug|Win32"
462 ExcludedFromBuild="true"
464 <Tool
465 Name="VCCLCompilerTool"
466 UsePrecompiledHeader="0"
468 </FileConfiguration>
469 <FileConfiguration
470 Name="Debug|x64"
472 <Tool
473 Name="VCCLCompilerTool"
474 UsePrecompiledHeader="0"
476 </FileConfiguration>
477 <FileConfiguration
478 Name="Release|Win32"
479 ExcludedFromBuild="true"
481 <Tool
482 Name="VCCLCompilerTool"
483 UsePrecompiledHeader="0"
485 </FileConfiguration>
486 <FileConfiguration
487 Name="Release|x64"
489 <Tool
490 Name="VCCLCompilerTool"
491 UsePrecompiledHeader="0"
493 </FileConfiguration>
494 </File>
495 <File
496 RelativePath="..\gdipp_rpc\Win32\gdipp_rpc_s.c"
498 <FileConfiguration
499 Name="Debug|Win32"
501 <Tool
502 Name="VCCLCompilerTool"
503 UsePrecompiledHeader="0"
505 </FileConfiguration>
506 <FileConfiguration
507 Name="Debug|x64"
508 ExcludedFromBuild="true"
510 <Tool
511 Name="VCCLCompilerTool"
512 UsePrecompiledHeader="0"
514 </FileConfiguration>
515 <FileConfiguration
516 Name="Release|Win32"
518 <Tool
519 Name="VCCLCompilerTool"
520 UsePrecompiledHeader="0"
522 </FileConfiguration>
523 <FileConfiguration
524 Name="Release|x64"
525 ExcludedFromBuild="true"
527 <Tool
528 Name="VCCLCompilerTool"
529 UsePrecompiledHeader="0"
531 </FileConfiguration>
532 </File>
533 <File
534 RelativePath=".\gdipp_server.cpp"
536 </File>
537 <File
538 RelativePath=".\ggo_renderer.cpp"
540 </File>
541 <File
542 RelativePath=".\global.cpp"
544 </File>
545 <File
546 RelativePath=".\glyph_cache.cpp"
548 </File>
549 <File
550 RelativePath=".\helper.cpp"
552 </File>
553 <File
554 RelativePath=".\os2_metrics.cpp"
556 <FileConfiguration
557 Name="Debug|Win32"
559 <Tool
560 Name="VCCLCompilerTool"
562 </FileConfiguration>
563 <FileConfiguration
564 Name="Debug|x64"
566 <Tool
567 Name="VCCLCompilerTool"
569 </FileConfiguration>
570 <FileConfiguration
571 Name="Release|Win32"
573 <Tool
574 Name="VCCLCompilerTool"
576 </FileConfiguration>
577 <FileConfiguration
578 Name="Release|x64"
580 <Tool
581 Name="VCCLCompilerTool"
583 </FileConfiguration>
584 </File>
585 <File
586 RelativePath=".\renderer.cpp"
588 </File>
589 <File
590 RelativePath=".\rpc_server.cpp"
592 </File>
593 <File
594 RelativePath=".\stdafx.cpp"
596 <FileConfiguration
597 Name="Debug|Win32"
599 <Tool
600 Name="VCCLCompilerTool"
601 UsePrecompiledHeader="1"
603 </FileConfiguration>
604 <FileConfiguration
605 Name="Debug|x64"
607 <Tool
608 Name="VCCLCompilerTool"
609 UsePrecompiledHeader="1"
611 </FileConfiguration>
612 <FileConfiguration
613 Name="Release|Win32"
615 <Tool
616 Name="VCCLCompilerTool"
617 UsePrecompiledHeader="1"
619 </FileConfiguration>
620 <FileConfiguration
621 Name="Release|x64"
623 <Tool
624 Name="VCCLCompilerTool"
625 UsePrecompiledHeader="1"
627 </FileConfiguration>
628 </File>
629 <File
630 RelativePath=".\wic_renderer.cpp"
632 <FileConfiguration
633 Name="Debug|Win32"
634 ExcludedFromBuild="true"
636 <Tool
637 Name="VCCLCompilerTool"
639 </FileConfiguration>
640 <FileConfiguration
641 Name="Debug|x64"
642 ExcludedFromBuild="true"
644 <Tool
645 Name="VCCLCompilerTool"
647 </FileConfiguration>
648 <FileConfiguration
649 Name="Release|Win32"
650 ExcludedFromBuild="true"
652 <Tool
653 Name="VCCLCompilerTool"
655 </FileConfiguration>
656 <FileConfiguration
657 Name="Release|x64"
658 ExcludedFromBuild="true"
660 <Tool
661 Name="VCCLCompilerTool"
663 </FileConfiguration>
664 </File>
665 </Filter>
666 <Filter
667 Name="Header Files"
668 Filter="h;hpp;hxx;hm;inl;inc;xsd"
669 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
671 <File
672 RelativePath=".\dc_pool.h"
674 </File>
675 <File
676 RelativePath=".\dw_renderer.h"
678 </File>
679 <File
680 RelativePath=".\fassert.h"
682 </File>
683 <File
684 RelativePath=".\font_link.h"
686 </File>
687 <File
688 RelativePath=".\font_mgr.h"
690 </File>
691 <File
692 RelativePath=".\font_proxy.h"
694 </File>
695 <File
696 RelativePath=".\freetype.h"
698 </File>
699 <File
700 RelativePath=".\ft_renderer.h"
702 </File>
703 <File
704 RelativePath="..\gdipp_rpc\gdipp_rpc.h"
706 </File>
707 <File
708 RelativePath=".\ggo_renderer.h"
710 </File>
711 <File
712 RelativePath=".\global.h"
714 </File>
715 <File
716 RelativePath=".\glyph_cache.h"
718 </File>
719 <File
720 RelativePath=".\glyph_run.h"
722 </File>
723 <File
724 RelativePath=".\helper.h"
726 </File>
727 <File
728 RelativePath=".\os2_metrics.h"
730 </File>
731 <File
732 RelativePath=".\renderer.h"
734 </File>
735 <File
736 RelativePath=".\resource.h"
738 </File>
739 <File
740 RelativePath=".\rpc_server.h"
742 </File>
743 <File
744 RelativePath=".\stdafx.h"
746 </File>
747 <File
748 RelativePath=".\wic_renderer.h"
750 </File>
751 </Filter>
752 <Filter
753 Name="Resource Files"
755 <File
756 RelativePath=".\gdipp_server.rc"
758 </File>
759 </Filter>
760 </Files>
761 <Globals>
762 </Globals>
763 </VisualStudioProject>