-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTUI.sln
More file actions
36 lines (36 loc) · 1.99 KB
/
TUI.sln
File metadata and controls
36 lines (36 loc) · 1.99 KB
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
29
30
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TUI.Core", "TUI.Core\TUI.Core.csproj", "{95F19696-0581-4FEB-9E08-071A07966EA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TUI.App", "TUI.App\TUI.App.csproj", "{74226556-2019-424F-A04B-8C3D1EA93C90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TUI.Test", "TUI.Test\TUI.Test.csproj", "{6D4D9F4A-5DBF-4DAF-8204-55E898B6E5E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95F19696-0581-4FEB-9E08-071A07966EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{95F19696-0581-4FEB-9E08-071A07966EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{95F19696-0581-4FEB-9E08-071A07966EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{95F19696-0581-4FEB-9E08-071A07966EA0}.Release|Any CPU.Build.0 = Release|Any CPU
{74226556-2019-424F-A04B-8C3D1EA93C90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74226556-2019-424F-A04B-8C3D1EA93C90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74226556-2019-424F-A04B-8C3D1EA93C90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74226556-2019-424F-A04B-8C3D1EA93C90}.Release|Any CPU.Build.0 = Release|Any CPU
{6D4D9F4A-5DBF-4DAF-8204-55E898B6E5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D4D9F4A-5DBF-4DAF-8204-55E898B6E5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D4D9F4A-5DBF-4DAF-8204-55E898B6E5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D4D9F4A-5DBF-4DAF-8204-55E898B6E5E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14b00aad-287c-43b2-8ab9-62d35d53bd3f}
EndGlobalSection
EndGlobal