forked from liballeg/allegro5
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a9a7e4
commit f314f61
Showing
5 changed files
with
1,152 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.