+2013-05-10 Brent Fulgham <bfulgham@apple.com>
+
+ [Windows] Allow VS2010 Build to use VS2005 Support Libraries
+ https://bugs.webkit.org/show_bug.cgi?id=115935
+
+ Reviewed by Jer Noble.
+
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.exe.manifest: Added.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj: Add reference
+ to the new manifest file.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.filters: Ditto.
+
2013-05-10 Jacky Jiang <zhajiang@blackberry.com>
Fix some compiler warnings (miscellaneous)
--- /dev/null
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">\r
+ <assemblyIdentity\r
+ version="1.0.0.0"\r
+ processorArchitecture="X86"\r
+ name="apple.WebKit.WinLauncher.exe"\r
+ type="win32"\r
+ />\r
+ <description>WinLauncher Test Utility</description>\r
+ <dependency>\r
+ <dependentAssembly>\r
+ <assemblyIdentity\r
+ type="win32"\r
+ name="Microsoft.Windows.Common-Controls"\r
+ version="6.0.0.0"\r
+ processorArchitecture="X86"\r
+ publicKeyToken="6595b64144ccf1df"\r
+ language="*"\r
+ />\r
+ </dependentAssembly>\r
+ </dependency>\r
+ <dependency>\r
+ <dependentAssembly>\r
+ <assemblyIdentity\r
+ type="win32"\r
+ name="Microsoft.VC80.CRT"\r
+ version="8.0.50727.6195"\r
+ processorArchitecture="x86"\r
+ publicKeyToken="1fc8b3b9a1e18e3b"\r
+ />\r
+ </dependentAssembly>\r
+ </dependency>\r
+\r
+ <!-- Set application to run with user privilege but no virtualization. -->\r
+ <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">\r
+ <security>\r
+ <requestedPrivileges>\r
+ <requestedExecutionLevel\r
+ level="asInvoker"\r
+ uiAccess="false"\r
+ />\r
+ </requestedPrivileges>\r
+ </security>\r
+ </trustInfo>\r
+</assembly>\r
<None Include="WinLauncherPostBuild.cmd" />\r
<None Include="WinLauncherPreBuild.cmd" />\r
</ItemGroup>\r
+ <ItemGroup>\r
+ <Manifest Include="WinLauncher.exe.manifest" />\r
+ </ItemGroup>\r
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
<ImportGroup Label="ExtensionTargets">\r
</ImportGroup>\r
<None Include="WinLauncherPostBuild.cmd" />\r
<None Include="WinLauncherPreBuild.cmd" />\r
</ItemGroup>\r
+ <ItemGroup>\r
+ <Manifest Include="WinLauncher.exe.manifest">\r
+ <Filter>Resource Files</Filter>\r
+ </Manifest>\r
+ </ItemGroup>\r
</Project>
\ No newline at end of file