Cosmos/source/Lost/Lost.sln
LostTheBlack_cp 3060b02e0c AMD64 assembler:
[-] some unnecessary overloads
[+] overloaded operators in order to allow defining memory operands easily
[+] overloaded automatic conversions to allow operands
[+] Labels support
[+] code generator based on F# started
2008-05-09 11:29:38 +00:00

57 lines
3.2 KiB
Text

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembler", "Assembler\Assembler.csproj", "{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}"
EndProject
Project("{94D665CA-D915-4DE1-AA53-913450A1AE2D}") = "FsAssembler", "FsAssembler\FsAssembler.fsharpp", "{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}"
ProjectSection(ProjectDependencies) = postProject
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE} = {EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}
EndProjectSection
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs04.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = Assembler\\Assembler.csproj
SccProjectName1 = Assembler
SccLocalPath1 = Assembler
SccProjectUniqueName2 = FsAssembler\\FsAssembler.fsharpp
SccProjectName2 = FsAssembler
SccLocalPath2 = FsAssembler
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Debug|Win32.ActiveCfg = Debug|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Release|Any CPU.Build.0 = Release|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EF65AFB7-9DC9-4ACD-946D-7E973A67DBBE}.Release|Win32.ActiveCfg = Release|Any CPU
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Debug|Any CPU.ActiveCfg = Debug|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Debug|Win32.ActiveCfg = Debug|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Debug|Win32.Build.0 = Debug|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Release|Any CPU.ActiveCfg = Release|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Release|Mixed Platforms.Build.0 = Release|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Release|Win32.ActiveCfg = Release|Win32
{7F5A3E7A-2725-4F94-9CFF-04C6A6AEA59F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal