Files
MicroST-Compiler/STCompiler.sln
2025-10-12 19:06:28 +02:00

40 lines
2.5 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STCompiler.Common", "STCompiler.Common\STCompiler.Common.csproj", "{D83720E7-0614-4F86-B628-C64E5E8D9257}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STCompiler.Compiler", "STCompiler.Compiler\STCompiler.Compiler.csproj", "{3E144F20-651E-4378-86A9-E3F113D1A912}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STCompiler.Disassembler", "STCompiler.Disassembler\STCompiler.Disassembler.csproj", "{4B69878A-B8AA-4E32-A115-5C845169C30F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STCompiler.Simulator", "STCompiler.Simulator\STCompiler.Simulator.csproj", "{9A2B3C4D-5E6F-47A8-9123-ABCDEF123456}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D83720E7-0614-4F86-B628-C64E5E8D9257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D83720E7-0614-4F86-B628-C64E5E8D9257}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D83720E7-0614-4F86-B628-C64E5E8D9257}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D83720E7-0614-4F86-B628-C64E5E8D9257}.Release|Any CPU.Build.0 = Release|Any CPU
{3E144F20-651E-4378-86A9-E3F113D1A912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E144F20-651E-4378-86A9-E3F113D1A912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E144F20-651E-4378-86A9-E3F113D1A912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E144F20-651E-4378-86A9-E3F113D1A912}.Release|Any CPU.Build.0 = Release|Any CPU
{4B69878A-B8AA-4E32-A115-5C845169C30F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B69878A-B8AA-4E32-A115-5C845169C30F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B69878A-B8AA-4E32-A115-5C845169C30F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B69878A-B8AA-4E32-A115-5C845169C30F}.Release|Any CPU.Build.0 = Release|Any CPU
{9A2B3C4D-5E6F-47A8-9123-ABCDEF123456}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A2B3C4D-5E6F-47A8-9123-ABCDEF123456}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A2B3C4D-5E6F-47A8-9123-ABCDEF123456}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A2B3C4D-5E6F-47A8-9123-ABCDEF123456}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal