also add a .def file, VS9 wants it BAD so whatever NOTE: compiling Detours with the VS9 toolchain requires warning C4127 to be ignored. You may have to edit uimports.cpp to include `#pragma warning(disable:4127)`. Detours will need to be added as such: * `VCCLCompilerTool.AdditionalIncludeDirectories`: detours/src renamed to detours/detours * `VCLinkerTool.AdditionalOptions`: path to compiled `detours.lib` for relevant arch
20 lines
909 B
Text
20 lines
909 B
Text
|
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
|
# Visual Studio 2008
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MSNRedirector", "MSNRedirector\MSNRedirector.vs9.vcproj", "{8C0E98F0-6138-4C11-A48F-79E42639392E}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Win32 = Debug|Win32
|
|
Release|Win32 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{15EB1C25-7CB3-43A0-9A6F-F2A0879A6BC2}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
{15EB1C25-7CB3-43A0-9A6F-F2A0879A6BC2}.Debug|Win32.Build.0 = Debug|Win32
|
|
{15EB1C25-7CB3-43A0-9A6F-F2A0879A6BC2}.Release|Win32.ActiveCfg = Release|Win32
|
|
{15EB1C25-7CB3-43A0-9A6F-F2A0879A6BC2}.Release|Win32.Build.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|