Fix a blit overflow if rect->x or rect->y < 0
[sdlpango.git] / VisualC2003 / SDL_Pango.vcproj
blob712a5b93e548a126931a019834416dbe009e053e
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="SDL_Pango"
6 ProjectGUID="{0918007B-132B-48DA-B913-8257CB000199}"
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;SDL_Pango_EXPORTS"
23 MinimalRebuild="TRUE"
24 BasicRuntimeChecks="3"
25 RuntimeLibrary="1"
26 UsePrecompiledHeader="0"
27 WarningLevel="4"
28 Detect64BitPortabilityProblems="TRUE"
29 DebugInformationFormat="4"/>
30 <Tool
31 Name="VCCustomBuildTool"/>
32 <Tool
33 Name="VCLinkerTool"
34 AdditionalDependencies="SDL.lib pango-1.0-0.lib pangoft2-1.0-0.lib glib-2.0-0.lib gobject-2.0-0.lib"
35 OutputFile="$(OutDir)/SDL_Pango.dll"
36 LinkIncremental="2"
37 ModuleDefinitionFile="SDL_Pango.def"
38 GenerateDebugInformation="TRUE"
39 ProgramDatabaseFile="$(OutDir)/SDL_Pango.pdb"
40 SubSystem="2"
41 ImportLibrary="$(OutDir)/SDL_Pango.lib"
42 TargetMachine="1"/>
43 <Tool
44 Name="VCMIDLTool"/>
45 <Tool
46 Name="VCPostBuildEventTool"
47 CommandLine="mkdir testbench\Debug
48 copy Debug\SDL_Pango.dll testbench\Debug
49 "/>
50 <Tool
51 Name="VCPreBuildEventTool"/>
52 <Tool
53 Name="VCPreLinkEventTool"/>
54 <Tool
55 Name="VCResourceCompilerTool"/>
56 <Tool
57 Name="VCWebServiceProxyGeneratorTool"/>
58 <Tool
59 Name="VCXMLDataGeneratorTool"/>
60 <Tool
61 Name="VCWebDeploymentTool"/>
62 <Tool
63 Name="VCManagedWrapperGeneratorTool"/>
64 <Tool
65 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66 </Configuration>
67 <Configuration
68 Name="Release|Win32"
69 OutputDirectory="Release"
70 IntermediateDirectory="Release"
71 ConfigurationType="2"
72 CharacterSet="2">
73 <Tool
74 Name="VCCLCompilerTool"
75 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SDL_Pango_EXPORTS"
76 RuntimeLibrary="0"
77 UsePrecompiledHeader="0"
78 WarningLevel="3"
79 Detect64BitPortabilityProblems="TRUE"
80 DebugInformationFormat="3"/>
81 <Tool
82 Name="VCCustomBuildTool"/>
83 <Tool
84 Name="VCLinkerTool"
85 AdditionalDependencies="SDL.lib pango-1.0-0.lib pangoft2-1.0-0.lib glib-2.0-0.lib gobject-2.0-0.lib"
86 OutputFile="$(OutDir)/SDL_Pango.dll"
87 LinkIncremental="1"
88 AdditionalLibraryDirectories=""
89 ModuleDefinitionFile="SDL_Pango.def"
90 GenerateDebugInformation="TRUE"
91 SubSystem="2"
92 OptimizeReferences="2"
93 EnableCOMDATFolding="2"
94 ImportLibrary="$(OutDir)/SDL_Pango.lib"
95 TargetMachine="1"/>
96 <Tool
97 Name="VCMIDLTool"/>
98 <Tool
99 Name="VCPostBuildEventTool"/>
100 <Tool
101 Name="VCPreBuildEventTool"/>
102 <Tool
103 Name="VCPreLinkEventTool"/>
104 <Tool
105 Name="VCResourceCompilerTool"/>
106 <Tool
107 Name="VCWebServiceProxyGeneratorTool"/>
108 <Tool
109 Name="VCXMLDataGeneratorTool"/>
110 <Tool
111 Name="VCWebDeploymentTool"/>
112 <Tool
113 Name="VCManagedWrapperGeneratorTool"/>
114 <Tool
115 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116 </Configuration>
117 </Configurations>
118 <References>
119 </References>
120 <Files>
121 <Filter
122 Name="Source File"
123 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
124 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
125 <File
126 RelativePath="..\src\SDL_Pango.c">
127 </File>
128 <File
129 RelativePath=".\SDL_Pango.def">
130 </File>
131 </Filter>
132 <Filter
133 Name="Header File"
134 Filter="h;hpp;hxx;hm;inl;inc;xsd"
135 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
136 <File
137 RelativePath=".\resource.h">
138 </File>
139 <File
140 RelativePath="..\src\SDL_Pango.h">
141 </File>
142 </Filter>
143 <Filter
144 Name="ƒŠƒ\�[ƒX ƒtƒ@ƒCƒ‹"
145 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
146 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
147 <File
148 RelativePath=".\SDL_Pango.rc">
149 </File>
150 </Filter>
151 </Files>
152 <Globals>
153 </Globals>
154 </VisualStudioProject>