ACSE/ACSE.sln
Cuyler36 b8f8f866fd Split ACSE into Core & WinForms projects
This will help code maintainability, and allow for cross platform support if another UI system is created.

Code refactoring will come at some point in the future.
2018-10-31 19:01:03 -04:00

51 lines
3 KiB
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACSE.Tests", "Tests\ACSE.Tests\ACSE.Tests.csproj", "{A230992E-9ECB-4A07-9438-2551854A6578}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ACSE.Core", "ACSE.Core\ACSE.Core.csproj", "{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ACSE.WinForms", "ACSE.WinForms\ACSE.WinForms.csproj", "{B4A73545-0177-4159-8602-648AA3058650}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A230992E-9ECB-4A07-9438-2551854A6578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A230992E-9ECB-4A07-9438-2551854A6578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A230992E-9ECB-4A07-9438-2551854A6578}.Debug|x86.ActiveCfg = Debug|Any CPU
{A230992E-9ECB-4A07-9438-2551854A6578}.Debug|x86.Build.0 = Debug|Any CPU
{A230992E-9ECB-4A07-9438-2551854A6578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A230992E-9ECB-4A07-9438-2551854A6578}.Release|Any CPU.Build.0 = Release|Any CPU
{A230992E-9ECB-4A07-9438-2551854A6578}.Release|x86.ActiveCfg = Release|Any CPU
{A230992E-9ECB-4A07-9438-2551854A6578}.Release|x86.Build.0 = Release|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Debug|x86.ActiveCfg = Debug|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Debug|x86.Build.0 = Debug|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Release|Any CPU.Build.0 = Release|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Release|x86.ActiveCfg = Release|Any CPU
{C4CC8C38-85D7-44EB-AE3A-14407C3184B5}.Release|x86.Build.0 = Release|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Debug|x86.ActiveCfg = Debug|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Debug|x86.Build.0 = Debug|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Release|Any CPU.Build.0 = Release|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Release|x86.ActiveCfg = Release|Any CPU
{B4A73545-0177-4159-8602-648AA3058650}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0246C285-4EA1-4F13-83C7-9F61912BF3C2}
EndGlobalSection
EndGlobal