Update-Installer/external/win32cpp/tutorials/Tutorial2/Tutorial2_2005.sln
Robert Knight d16da069e9 Add Win++ library to external
This is a thin wrapper around the Win32 API used in the Win32
Updater Dialog implementation.
2011-08-23 19:54:52 +01:00

19 lines
868 B
Text

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tutorial2", "Tutorial2_2005.vcproj", "{6569F25F-C2BF-4B08-9605-AC95CB8D867F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6569F25F-C2BF-4B08-9605-AC95CB8D867F}.Debug|Win32.ActiveCfg = Debug|Win32
{6569F25F-C2BF-4B08-9605-AC95CB8D867F}.Debug|Win32.Build.0 = Debug|Win32
{6569F25F-C2BF-4B08-9605-AC95CB8D867F}.Release|Win32.ActiveCfg = Release|Win32
{6569F25F-C2BF-4B08-9605-AC95CB8D867F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal