-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTrace.sln
59 lines (59 loc) · 3.46 KB
/
Trace.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceCli", "src\TraceCli\TraceCli.csproj", "{4FAFDE82-1A08-454C-A9C4-A021470572F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceGui.Base", "src\TraceGui.Base\TraceGui.Base.csproj", "{DFDD66F1-AC6E-4663-826B-79CD77A8F0F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F5C0FFC6-7E43-44BE-9E6E-DCD863A94567}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceGui.Desktop", "src\TraceGui.Desktop\TraceGui.Desktop.csproj", "{8D8D05E3-AD27-4294-9669-5E50C5D499C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceGui.Web", "src\TraceGui.Web\TraceGui.Web.csproj", "{4DD734AD-8898-41C7-A279-67C98AF2F386}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{AF45BF73-3CF1-4802-B967-767EA3220255}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
global.json = global.json
NuGet.Config = NuGet.Config
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{35942C57-3678-4334-BB46-132D7D6A48F4}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\pages.yml = .github\workflows\pages.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FAFDE82-1A08-454C-A9C4-A021470572F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FAFDE82-1A08-454C-A9C4-A021470572F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FAFDE82-1A08-454C-A9C4-A021470572F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FAFDE82-1A08-454C-A9C4-A021470572F2}.Release|Any CPU.Build.0 = Release|Any CPU
{DFDD66F1-AC6E-4663-826B-79CD77A8F0F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFDD66F1-AC6E-4663-826B-79CD77A8F0F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFDD66F1-AC6E-4663-826B-79CD77A8F0F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFDD66F1-AC6E-4663-826B-79CD77A8F0F7}.Release|Any CPU.Build.0 = Release|Any CPU
{8D8D05E3-AD27-4294-9669-5E50C5D499C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D8D05E3-AD27-4294-9669-5E50C5D499C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D8D05E3-AD27-4294-9669-5E50C5D499C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D8D05E3-AD27-4294-9669-5E50C5D499C1}.Release|Any CPU.Build.0 = Release|Any CPU
{4DD734AD-8898-41C7-A279-67C98AF2F386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DD734AD-8898-41C7-A279-67C98AF2F386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DD734AD-8898-41C7-A279-67C98AF2F386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DD734AD-8898-41C7-A279-67C98AF2F386}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4FAFDE82-1A08-454C-A9C4-A021470572F2} = {F5C0FFC6-7E43-44BE-9E6E-DCD863A94567}
{DFDD66F1-AC6E-4663-826B-79CD77A8F0F7} = {F5C0FFC6-7E43-44BE-9E6E-DCD863A94567}
{8D8D05E3-AD27-4294-9669-5E50C5D499C1} = {F5C0FFC6-7E43-44BE-9E6E-DCD863A94567}
{4DD734AD-8898-41C7-A279-67C98AF2F386} = {F5C0FFC6-7E43-44BE-9E6E-DCD863A94567}
{35942C57-3678-4334-BB46-132D7D6A48F4} = {AF45BF73-3CF1-4802-B967-767EA3220255}
EndGlobalSection
EndGlobal