-
Notifications
You must be signed in to change notification settings - Fork 6
/
TsGui.sln
100 lines (100 loc) · 6.21 KB
/
TsGui.sln
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TsGui", "TsGui\TsGui.csproj", "{5E3CFB02-4012-4298-8770-A101BC0AE200}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{692EA0AD-C41F-40AC-A968-2A3C7265C44E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TsGui.Tests", "TsGui.Tests\TsGui.Tests.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config_Examples", "Config_Examples", "{F346E360-E198-4DF5-9E1F-2AED9C04468D}"
ProjectSection(SolutionItems) = preProject
Config_Examples\Config_AD.xml = Config_Examples\Config_AD.xml
Config_Examples\Config_Compliance.xml = Config_Examples\Config_Compliance.xml
Config_Examples\Config_Examples.xml = Config_Examples\Config_Examples.xml
Config_Examples\Config_Formatting.xml = Config_Examples\Config_Formatting.xml
Config_Examples\Config_Groups_and_Toggles.xml = Config_Examples\Config_Groups_and_Toggles.xml
Config_Examples\Config_Heading.xml = Config_Examples\Config_Heading.xml
Config_Examples\Config_Images.xml = Config_Examples\Config_Images.xml
Config_Examples\Config_Linking.xml = Config_Examples\Config_Linking.xml
Config_Examples\Config_Logging.xml = Config_Examples\Config_Logging.xml
Config_Examples\Config_NoUI.xml = Config_Examples\Config_NoUI.xml
Config_Examples\Config_Queries.xml = Config_Examples\Config_Queries.xml
Config_Examples\Config_Timeout.xml = Config_Examples\Config_Timeout.xml
Config_Examples\Config_Validation.xml = Config_Examples\Config_Validation.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{1CF3C8D2-1FF7-4B54-8743-2889362D479A}"
ProjectSection(SolutionItems) = preProject
Documentation\Index.md = Documentation\Index.md
Documentation\Layout.md = Documentation\Layout.md
Documentation\PrebuiltConfiguration.md = Documentation\PrebuiltConfiguration.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9CAE835F-A035-45A7-9B99-CAC270DE9DB4}"
ProjectSection(SolutionItems) = preProject
License.txt = License.txt
README.md = README.md
Release notes.txt = Release notes.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Authentication", "Authentication", "{EB39ACA4-0599-409F-97D7-581C7C9FDD88}"
ProjectSection(SolutionItems) = preProject
Documentation\Authentication\ActiveDirectoryAuthentication.md = Documentation\Authentication\ActiveDirectoryAuthentication.md
Documentation\Authentication\Authentication.md = Documentation\Authentication\Authentication.md
Documentation\Authentication\LocalConfigAuthentication.md = Documentation\Authentication\LocalConfigAuthentication.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageCrap", "MessageCrap\MessageCrap.csproj", "{EEEDEF0C-4542-49DE-B415-64CE44EDE3B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{B0AD195B-B60A-4083-9D62-6907381DDCB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsHelpers", "WindowsHelpers\WindowsHelpers.csproj", "{4CA8920A-B2C1-4726-9155-49F6FAE3DD5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomActions", "CustomActions\CustomActions.csproj", "{CAD21ED8-29A7-4423-A6CC-F2D7F45C51E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E3CFB02-4012-4298-8770-A101BC0AE200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E3CFB02-4012-4298-8770-A101BC0AE200}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E3CFB02-4012-4298-8770-A101BC0AE200}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E3CFB02-4012-4298-8770-A101BC0AE200}.Release|Any CPU.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.Build.0 = Release|Any CPU
{EEEDEF0C-4542-49DE-B415-64CE44EDE3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEEDEF0C-4542-49DE-B415-64CE44EDE3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEEDEF0C-4542-49DE-B415-64CE44EDE3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEEDEF0C-4542-49DE-B415-64CE44EDE3B5}.Release|Any CPU.Build.0 = Release|Any CPU
{B0AD195B-B60A-4083-9D62-6907381DDCB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0AD195B-B60A-4083-9D62-6907381DDCB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0AD195B-B60A-4083-9D62-6907381DDCB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0AD195B-B60A-4083-9D62-6907381DDCB9}.Release|Any CPU.Build.0 = Release|Any CPU
{4CA8920A-B2C1-4726-9155-49F6FAE3DD5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CA8920A-B2C1-4726-9155-49F6FAE3DD5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CA8920A-B2C1-4726-9155-49F6FAE3DD5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CA8920A-B2C1-4726-9155-49F6FAE3DD5C}.Release|Any CPU.Build.0 = Release|Any CPU
{CAD21ED8-29A7-4423-A6CC-F2D7F45C51E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAD21ED8-29A7-4423-A6CC-F2D7F45C51E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAD21ED8-29A7-4423-A6CC-F2D7F45C51E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAD21ED8-29A7-4423-A6CC-F2D7F45C51E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F346E360-E198-4DF5-9E1F-2AED9C04468D} = {9CAE835F-A035-45A7-9B99-CAC270DE9DB4}
{1CF3C8D2-1FF7-4B54-8743-2889362D479A} = {9CAE835F-A035-45A7-9B99-CAC270DE9DB4}
{EB39ACA4-0599-409F-97D7-581C7C9FDD88} = {1CF3C8D2-1FF7-4B54-8743-2889362D479A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9138F3A8-0E38-4684-B786-DF28210DBAA0}
EndGlobalSection
EndGlobal