1<?xml version="1.0" encoding="windows-1251"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="TestNetscapePlugin" 6 ProjectGUID="{C0737398-3565-439E-A2B8-AB2BE4D5430C}" 7 RootNamespace="TestNetscapePlugin" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 17 <Configurations> 18 <Configuration 19 Name="Debug|Win32" 20 ConfigurationType="2" 21 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops" 22 CharacterSet="1" 23 > 24 <Tool 25 Name="VCPreBuildEventTool" 26 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 40 <Tool 41 Name="VCCLCompilerTool" 42 AdditionalIncludeDirectories=""$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(ProjectDir)..\..\TestNetscapePlugin.subproj";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility"" 43 PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf" 44 DisableSpecificWarnings="4819" 45 /> 46 <Tool 47 Name="VCManagedResourceCompilerTool" 48 /> 49 <Tool 50 Name="VCResourceCompilerTool" 51 AdditionalIncludeDirectories="" 52 /> 53 <Tool 54 Name="VCPreLinkEventTool" 55 /> 56 <Tool 57 Name="VCLinkerTool" 58 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll" 59 ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def" 60 /> 61 <Tool 62 Name="VCALinkTool" 63 /> 64 <Tool 65 Name="VCManifestTool" 66 /> 67 <Tool 68 Name="VCXDCMakeTool" 69 /> 70 <Tool 71 Name="VCBscMakeTool" 72 /> 73 <Tool 74 Name="VCFxCopTool" 75 /> 76 <Tool 77 Name="VCAppVerifierTool" 78 /> 79 <Tool 80 Name="VCWebDeploymentTool" 81 /> 82 <Tool 83 Name="VCPostBuildEventTool" 84 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 85 /> 86 </Configuration> 87 <Configuration 88 Name="Release|Win32" 89 ConfigurationType="2" 90 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops" 91 CharacterSet="1" 92 WholeProgramOptimization="1" 93 > 94 <Tool 95 Name="VCPreBuildEventTool" 96 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 97 /> 98 <Tool 99 Name="VCCustomBuildTool" 100 /> 101 <Tool 102 Name="VCXMLDataGeneratorTool" 103 /> 104 <Tool 105 Name="VCWebServiceProxyGeneratorTool" 106 /> 107 <Tool 108 Name="VCMIDLTool" 109 /> 110 <Tool 111 Name="VCCLCompilerTool" 112 AdditionalIncludeDirectories=""$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(ProjectDir)..\..\TestNetscapePlugin.subproj";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility"" 113 PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf" 114 DisableSpecificWarnings="4819" 115 /> 116 <Tool 117 Name="VCManagedResourceCompilerTool" 118 /> 119 <Tool 120 Name="VCResourceCompilerTool" 121 AdditionalIncludeDirectories="" 122 /> 123 <Tool 124 Name="VCPreLinkEventTool" 125 /> 126 <Tool 127 Name="VCLinkerTool" 128 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll" 129 ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def" 130 /> 131 <Tool 132 Name="VCALinkTool" 133 /> 134 <Tool 135 Name="VCManifestTool" 136 /> 137 <Tool 138 Name="VCXDCMakeTool" 139 /> 140 <Tool 141 Name="VCBscMakeTool" 142 /> 143 <Tool 144 Name="VCFxCopTool" 145 /> 146 <Tool 147 Name="VCAppVerifierTool" 148 /> 149 <Tool 150 Name="VCWebDeploymentTool" 151 /> 152 <Tool 153 Name="VCPostBuildEventTool" 154 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 155 /> 156 </Configuration> 157 <Configuration 158 Name="Debug_Internal|Win32" 159 ConfigurationType="2" 160 InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops" 161 CharacterSet="1" 162 > 163 <Tool 164 Name="VCPreBuildEventTool" 165 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"
" 166 /> 167 <Tool 168 Name="VCCustomBuildTool" 169 /> 170 <Tool 171 Name="VCXMLDataGeneratorTool" 172 /> 173 <Tool 174 Name="VCWebServiceProxyGeneratorTool" 175 /> 176 <Tool 177 Name="VCMIDLTool" 178 /> 179 <Tool 180 Name="VCCLCompilerTool" 181 AdditionalIncludeDirectories=""$(WebKitOutputDir)\Include";"$(WebKitOutputDir)\Include\JavaScriptCore";"$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders";"$(ProjectDir)..\..\TestNetscapePlugin.subproj";"$(WebKitLibrariesDir)\include";"$(WebKitLibrariesDir)\include\CoreFoundation\OSXCompatibilityHeaders";"$(WebKitLibrariesDir)\include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility"" 182 PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf" 183 RuntimeLibrary="3" 184 DisableSpecificWarnings="4819" 185 /> 186 <Tool 187 Name="VCManagedResourceCompilerTool" 188 /> 189 <Tool 190 Name="VCResourceCompilerTool" 191 AdditionalIncludeDirectories="" 192 /> 193 <Tool 194 Name="VCPreLinkEventTool" 195 /> 196 <Tool 197 Name="VCLinkerTool" 198 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll" 199 ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def" 200 /> 201 <Tool 202 Name="VCALinkTool" 203 /> 204 <Tool 205 Name="VCManifestTool" 206 /> 207 <Tool 208 Name="VCXDCMakeTool" 209 /> 210 <Tool 211 Name="VCBscMakeTool" 212 /> 213 <Tool 214 Name="VCFxCopTool" 215 /> 216 <Tool 217 Name="VCAppVerifierTool" 218 /> 219 <Tool 220 Name="VCWebDeploymentTool" 221 /> 222 <Tool 223 Name="VCPostBuildEventTool" 224 CommandLine="if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"" 225 /> 226 </Configuration> 227 </Configurations> 228 <References> 229 </References> 230 <Files> 231 <File 232 RelativePath=".\main.cpp" 233 > 234 </File> 235 <File 236 RelativePath="..\..\TestNetscapePlugIn.subproj\PluginObject.cpp" 237 > 238 </File> 239 <File 240 RelativePath="..\..\TestNetscapePlugIn.subproj\PluginObject.h" 241 > 242 </File> 243 <File 244 RelativePath=".\resource.h" 245 > 246 </File> 247 <File 248 RelativePath=".\TestNetscapePlugin.def" 249 > 250 </File> 251 <File 252 RelativePath=".\TestNetscapePlugin.rc" 253 > 254 </File> 255 <File 256 RelativePath=".\TestNetscapePlugin_debug.def" 257 > 258 </File> 259 <File 260 RelativePath="..\..\TestNetscapePlugIn.subproj\TestObject.cpp" 261 > 262 </File> 263 <File 264 RelativePath="..\..\TestNetscapePlugIn.subproj\TestObject.h" 265 > 266 </File> 267 </Files> 268 <Globals> 269 </Globals> 270</VisualStudioProject> 271