-
Notifications
You must be signed in to change notification settings - Fork 47
/
asm.sln
28 lines (28 loc) · 1.19 KB
/
asm.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asm", "asm.vcxproj", "{68FEA001-C33A-4EBC-A70F-9788736975B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Bochs|DOS = Bochs|DOS
VirtualBox|DOS = VirtualBox|DOS
VMWare|DOS = VMWare|DOS
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68FEA001-C33A-4EBC-A70F-9788736975B5}.Bochs|DOS.ActiveCfg = DOS|x64
{68FEA001-C33A-4EBC-A70F-9788736975B5}.Bochs|DOS.Build.0 = DOS|x64
{68FEA001-C33A-4EBC-A70F-9788736975B5}.VirtualBox|DOS.ActiveCfg = VirtualBox|x64
{68FEA001-C33A-4EBC-A70F-9788736975B5}.VirtualBox|DOS.Build.0 = VirtualBox|x64
{68FEA001-C33A-4EBC-A70F-9788736975B5}.VMWare|DOS.ActiveCfg = VMWare|x64
{68FEA001-C33A-4EBC-A70F-9788736975B5}.VMWare|DOS.Build.0 = VMWare|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA27BBE5-85B1-418A-9938-437642B9D60B}
EndGlobalSection
EndGlobal