forked from moya-lang/Allocator
-
Notifications
You must be signed in to change notification settings - Fork 0
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
eca1c29
commit e15fb49
Showing
5 changed files
with
199 additions
and
194 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 |
---|---|---|
@@ -1,31 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27428.2027 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Allocator", "Allocator.vcxproj", "{35A51081-1318-4884-B394-D2DEC9415601}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x64.ActiveCfg = Debug|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x64.Build.0 = Debug|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x86.Build.0 = Debug|Win32 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x64.ActiveCfg = Release|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x64.Build.0 = Release|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x86.ActiveCfg = Release|Win32 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {2F72DF30-C240-45A0-9CDE-E33186A20AB1} | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27428.2027 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Allocator", "Allocator.vcxproj", "{35A51081-1318-4884-B394-D2DEC9415601}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x64.ActiveCfg = Debug|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x64.Build.0 = Debug|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Debug|x86.Build.0 = Debug|Win32 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x64.ActiveCfg = Release|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x64.Build.0 = Release|x64 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x86.ActiveCfg = Release|Win32 | ||
{35A51081-1318-4884-B394-D2DEC9415601}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {2F72DF30-C240-45A0-9CDE-E33186A20AB1} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.