| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <PropertyGroup Label="UserMacros"> | |
| <WebKitConfigSuffix /> | |
| <LibraryConfigSuffix /> | |
| <WebKitDLLConfigSuffix /> | |
| </PropertyGroup> | |
| <PropertyGroup> | |
| <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup> | |
| <ClCompile> | |
| <Optimization>Disabled</Optimization> | |
| </ClCompile> | |
| <Bscmake /> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <BuildMacro Include="WebKitConfigSuffix"> | |
| <Value>$(WebKitConfigSuffix)</Value> | |
| <EnvironmentVariable>true</EnvironmentVariable> | |
| </BuildMacro> | |
| <BuildMacro Include="LibraryConfigSuffix"> | |
| <Value>$(LibraryConfigSuffix)</Value> | |
| <EnvironmentVariable>true</EnvironmentVariable> | |
| </BuildMacro> | |
| <BuildMacro Include="WebKitDLLConfigSuffix"> | |
| <Value>$(WebKitDLLConfigSuffix)</Value> | |
| </BuildMacro> | |
| </ItemGroup> | |
| </Project> |