mirror of
https://github.com/OlivierGuinart/Merlin32BuildSolution.git
synced 2024-09-09 14:54:44 +00:00
23 lines
971 B
Plaintext
23 lines
971 B
Plaintext
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
# Visual Studio Express 2013 for Windows Desktop
|
|||
|
VisualStudioVersion = 12.0.31101.0
|
|||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloWorld", "HelloWorld.vcxproj", "{BAF4B8D0-B039-479F-911C-2EC80FAEA2DD}"
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Win32 = Debug|Win32
|
|||
|
Release|Win32 = Release|Win32
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{BAF4B8D0-B039-479F-911C-2EC80FAEA2DD}.Debug|Win32.ActiveCfg = Debug|Win32
|
|||
|
{BAF4B8D0-B039-479F-911C-2EC80FAEA2DD}.Debug|Win32.Build.0 = Debug|Win32
|
|||
|
{BAF4B8D0-B039-479F-911C-2EC80FAEA2DD}.Release|Win32.ActiveCfg = Release|Win32
|
|||
|
{BAF4B8D0-B039-479F-911C-2EC80FAEA2DD}.Release|Win32.Build.0 = Release|Win32
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|