-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAutoUI.sln
More file actions
55 lines (55 loc) · 3.46 KB
/
AutoUI.sln
File metadata and controls
55 lines (55 loc) · 3.46 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36408.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUI", "AutoUI\AutoUI.csproj", "{4365F5B9-69AA-46EE-8F38-E50040581094}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUI.Server", "AutoUI.Server\AutoUI.Server.csproj", "{41F417AE-6A7F-4267-A917-8E7078F83F0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUI.Common", "AutoUI.Common\AutoUI.Common.csproj", "{3B785E2D-27F4-4CEB-9272-1FF1DDA27EF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUI.CodeEditor", "AutoUI.CodeEditor\AutoUI.CodeEditor.csproj", "{C4B01C83-E0C0-4807-91C5-AC3097D496C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUI.Queue", "AutoUI.Queue\AutoUI.Queue.csproj", "{E3BAAD75-6B07-4764-9547-3020336A0E7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUI.Client", "AutoUI.Client\AutoUI.Client.csproj", "{8463F41E-FDFF-4D87-B291-13924324999A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4365F5B9-69AA-46EE-8F38-E50040581094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4365F5B9-69AA-46EE-8F38-E50040581094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4365F5B9-69AA-46EE-8F38-E50040581094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4365F5B9-69AA-46EE-8F38-E50040581094}.Release|Any CPU.Build.0 = Release|Any CPU
{41F417AE-6A7F-4267-A917-8E7078F83F0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41F417AE-6A7F-4267-A917-8E7078F83F0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41F417AE-6A7F-4267-A917-8E7078F83F0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41F417AE-6A7F-4267-A917-8E7078F83F0D}.Release|Any CPU.Build.0 = Release|Any CPU
{3B785E2D-27F4-4CEB-9272-1FF1DDA27EF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B785E2D-27F4-4CEB-9272-1FF1DDA27EF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B785E2D-27F4-4CEB-9272-1FF1DDA27EF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B785E2D-27F4-4CEB-9272-1FF1DDA27EF1}.Release|Any CPU.Build.0 = Release|Any CPU
{C4B01C83-E0C0-4807-91C5-AC3097D496C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4B01C83-E0C0-4807-91C5-AC3097D496C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4B01C83-E0C0-4807-91C5-AC3097D496C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4B01C83-E0C0-4807-91C5-AC3097D496C9}.Release|Any CPU.Build.0 = Release|Any CPU
{E3BAAD75-6B07-4764-9547-3020336A0E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3BAAD75-6B07-4764-9547-3020336A0E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3BAAD75-6B07-4764-9547-3020336A0E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3BAAD75-6B07-4764-9547-3020336A0E7A}.Release|Any CPU.Build.0 = Release|Any CPU
{8463F41E-FDFF-4D87-B291-13924324999A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8463F41E-FDFF-4D87-B291-13924324999A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8463F41E-FDFF-4D87-B291-13924324999A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8463F41E-FDFF-4D87-B291-13924324999A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C45FA33A-AB37-4E64-80AC-A579B8694378}
EndGlobalSection
EndGlobal