| <?xml version="1.0" encoding="Windows-1252"?> |
| <VisualStudioProject |
| ProjectType="Visual C++" |
| Version="8.00" |
| Name="testkjs" |
| ProjectGUID="{C59E5129-B453-49B7-A52B-1E104715F76E}" |
| RootNamespace="testkjs" |
| Keyword="Win32Proj" |
| > |
| <Platforms> |
| <Platform |
| Name="Win32" |
| /> |
| </Platforms> |
| <ToolFiles> |
| </ToolFiles> |
| <Configurations> |
| <Configuration |
| Name="Debug|Win32" |
| OutputDirectory="$(WebKitOutputDir)\bin" |
| IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" |
| ConfigurationType="1" |
| InheritedPropertySheets="..\debug.vsprops" |
| CharacterSet="1" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| CommandLine="if not "$(BuildBot)"=="" exit /b

mkdir 2>NUL "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icudt36.dll" xcopy /y /d "$(WebKitSDKDir)\bin\icudt36.dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icudt36$(ConfigSuffix).dll" xcopy /y /d "$(WebKitSDKDir)\bin\icudt36$(ConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).dll" xcopy /y /d "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).pdb" xcopy /y /d "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| Optimization="0" |
| AdditionalIncludeDirectories=""$(WebKitOutputDir)\obj\JavaScriptCore\$(ConfigurationName)\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../wtf/;"$(WebKitSDKDir)\include\icu";../../../icu/include" |
| PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE; WIN32" |
| MinimalRebuild="true" |
| ExceptionHandling="0" |
| BasicRuntimeChecks="3" |
| RuntimeLibrary="2" |
| UsePrecompiledHeader="0" |
| WarningLevel="4" |
| WarnAsError="true" |
| Detect64BitPortabilityProblems="true" |
| DebugInformationFormat="4" |
| DisableSpecificWarnings="4127;4355;4510;4512;4610;4706;4996" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| LinkLibraryDependencies="false" |
| AdditionalDependencies="JavaScriptCore$(ConfigSuffix).lib WTF$(ConfigSuffix).lib icuuc$(ConfigSuffix).lib winmm.lib" |
| OutputFile="$(OutDir)\$(ProjectName)$(ConfigSuffix).exe" |
| LinkIncremental="2" |
| AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";..\..\..\icu\lib;"$(WebKitSDKDir)\lib"" |
| GenerateDebugInformation="true" |
| SubSystem="1" |
| TargetMachine="1" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCWebDeploymentTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| CommandLine="" |
| /> |
| </Configuration> |
| <Configuration |
| Name="Release|Win32" |
| OutputDirectory="$(WebKitOutputDir)\bin" |
| IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)" |
| ConfigurationType="1" |
| InheritedPropertySheets="..\release.vsprops" |
| CharacterSet="1" |
| WholeProgramOptimization="1" |
| > |
| <Tool |
| Name="VCPreBuildEventTool" |
| CommandLine="if not "$(BuildBot)"=="" exit /b

mkdir 2>NUL "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icudt36.dll" xcopy /y /d "$(WebKitSDKDir)\bin\icudt36.dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icudt36$(ConfigSuffix).dll" xcopy /y /d "$(WebKitSDKDir)\bin\icudt36$(ConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).dll" xcopy /y /d "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).dll" "$(WebKitOutputDir)\bin"
if exist "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).pdb" xcopy /y /d "$(WebKitSDKDir)\bin\icuuc36$(ConfigSuffix).pdb" "$(WebKitOutputDir)\bin"
" |
| /> |
| <Tool |
| Name="VCCustomBuildTool" |
| /> |
| <Tool |
| Name="VCXMLDataGeneratorTool" |
| /> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool" |
| /> |
| <Tool |
| Name="VCMIDLTool" |
| /> |
| <Tool |
| Name="VCCLCompilerTool" |
| AdditionalIncludeDirectories=""$(WebKitOutputDir)\obj\JavaScriptCore\$(ConfigurationName)\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../kjs/;../../wtf/;"$(WebKitSDKDir)\include\icu";../../../icu/include" |
| PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE; WIN32" |
| ExceptionHandling="0" |
| RuntimeLibrary="2" |
| UsePrecompiledHeader="0" |
| WarningLevel="4" |
| WarnAsError="true" |
| Detect64BitPortabilityProblems="true" |
| DebugInformationFormat="3" |
| DisableSpecificWarnings="4127;4355;4510;4512;4610;4706;4996" |
| /> |
| <Tool |
| Name="VCManagedResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCResourceCompilerTool" |
| /> |
| <Tool |
| Name="VCPreLinkEventTool" |
| /> |
| <Tool |
| Name="VCLinkerTool" |
| LinkLibraryDependencies="false" |
| AdditionalDependencies="JavaScriptCore$(ConfigSuffix).lib WTF$(ConfigSuffix).lib icuuc$(ConfigSuffix).lib winmm.lib" |
| OutputFile="$(OutDir)\$(ProjectName)$(ConfigSuffix).exe" |
| LinkIncremental="1" |
| AdditionalLibraryDirectories=""$(WebKitOutputDir)\lib";..\..\..\icu\lib;"$(WebKitSDKDir)\lib"" |
| GenerateDebugInformation="true" |
| SubSystem="1" |
| OptimizeReferences="2" |
| EnableCOMDATFolding="2" |
| TargetMachine="1" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| /> |
| <Tool |
| Name="VCManifestTool" |
| /> |
| <Tool |
| Name="VCXDCMakeTool" |
| /> |
| <Tool |
| Name="VCBscMakeTool" |
| /> |
| <Tool |
| Name="VCFxCopTool" |
| /> |
| <Tool |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| Name="VCWebDeploymentTool" |
| /> |
| <Tool |
| Name="VCPostBuildEventTool" |
| CommandLine="" |
| /> |
| </Configuration> |
| </Configurations> |
| <References> |
| </References> |
| <Files> |
| <File |
| RelativePath="..\..\kjs\testkjs.cpp" |
| > |
| </File> |
| </Files> |
| <Globals> |
| </Globals> |
| </VisualStudioProject> |