Click here to Skip to main content
15,867,568 members
Articles / Containers / Virtual Machine

Moving to Windows Vista x64

Rate me:
Please Sign up or sign in to vote.
4.95/5 (138 votes)
3 Aug 2009CPOL60 min read 344.8K   5.1K   226  
An article about x64 and Windows Vista

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "privileges", "privileges\privileges.vcproj", "{248691D7-F980-41CA-8D27-5D4E2DFD66D0}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{248691D7-F980-41CA-8D27-5D4E2DFD66D0}.Debug|Win32.ActiveCfg = Debug|Win32
		{248691D7-F980-41CA-8D27-5D4E2DFD66D0}.Debug|Win32.Build.0 = Debug|Win32
		{248691D7-F980-41CA-8D27-5D4E2DFD66D0}.Release|Win32.ActiveCfg = Release|Win32
		{248691D7-F980-41CA-8D27-5D4E2DFD66D0}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
The languages I know best are: C, C++, C#, Assembly (x86, x64, ARM), MSIL, Python, Lua. The environments I frequently use are: Qt, Win32, MFC, .NET, WDK. I'm a developer and a reverse engineer and I like playing around with internals.

You can find most of my work at http://ntcore.com.

Comments and Discussions