Skip to content

Commit

Permalink
Added MSVS2015 build solution
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko authored and sonneveld committed Apr 13, 2019
1 parent 5a9a7e4 commit f314f61
Show file tree
Hide file tree
Showing 5 changed files with 1,152 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ build/VS2008/*.suo
build/VS2008/*.user
build/VS2008/allegro.dir/*
build/VS2008/lib/*

build/VS2015/*.db
build/VS2015/*.opendb
build/VS2015/*.user
build/VS2015/.vs/*
build/VS2015/allegro.dir/*
build/VS2015/lib/*
27 changes: 27 additions & 0 deletions build/VS2015/ALLEGRO.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allegro", "allegro.vcxproj", "{162C46E1-F32B-3B4A-BFD3-967081A09DD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug MD|Win32 = Debug MD|Win32
Debug MT|Win32 = Debug MT|Win32
Release MD|Win32 = Release MD|Win32
Release MT|Win32 = Release MT|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Debug MD|Win32.ActiveCfg = Debug MD|Win32
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Debug MD|Win32.Build.0 = Debug MD|Win32
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Debug MT|Win32.ActiveCfg = Debug MT|Win32
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Debug MT|Win32.Build.0 = Debug MT|Win32
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Release MD|Win32.ActiveCfg = Release MD|Win32
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Release MD|Win32.Build.0 = Release MD|Win32
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Release MT|Win32.ActiveCfg = Release MT|Win32
{162C46E1-F32B-3B4A-BFD3-967081A09DD0}.Release MT|Win32.Build.0 = Release MT|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit f314f61

Please sign in to comment.