This repository has been archived on 2026-05-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Befunge.Net/Befunge/Befunge.sln
2016-10-13 19:52:31 -04:00

29 lines
1.4 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Editor", "Editor\Editor.csproj", "{837D07F7-946C-45F4-849A-B2AA528BE7DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interpreter", "Interpreter\Interpreter.csproj", "{2F3B583A-9F48-4853-94F2-88953CC6C8AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{837D07F7-946C-45F4-849A-B2AA528BE7DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{837D07F7-946C-45F4-849A-B2AA528BE7DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{837D07F7-946C-45F4-849A-B2AA528BE7DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{837D07F7-946C-45F4-849A-B2AA528BE7DA}.Release|Any CPU.Build.0 = Release|Any CPU
{2F3B583A-9F48-4853-94F2-88953CC6C8AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F3B583A-9F48-4853-94F2-88953CC6C8AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F3B583A-9F48-4853-94F2-88953CC6C8AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F3B583A-9F48-4853-94F2-88953CC6C8AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal