-
Notifications
You must be signed in to change notification settings - Fork 1
/
Totk.Analyze.sln
50 lines (50 loc) · 2.93 KB
/
Totk.Analyze.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Totk.Analyze", "src\Totk.Analyze.csproj", "{C4C29B8F-E291-4DC7-AB9F-EAE40D58707F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{BFE03128-15DE-4C6B-8351-42B0A0679986}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cead", "lib\Cead\src\Cead.csproj", "{43DE613E-8A3A-4DBA-BEB3-99C7734E1E7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsRestbl", "lib\cs-restbl\src\CsRestbl\CsRestbl.csproj", "{0475D3B6-5035-457E-AE8B-DB10BCE6E30F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Native.IO", "lib\cs-restbl\lib\Native.IO\src\Native.IO.csproj", "{6A28870A-98D4-48CE-ADC6-2D808C9879C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4C29B8F-E291-4DC7-AB9F-EAE40D58707F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C29B8F-E291-4DC7-AB9F-EAE40D58707F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C29B8F-E291-4DC7-AB9F-EAE40D58707F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C29B8F-E291-4DC7-AB9F-EAE40D58707F}.Release|Any CPU.Build.0 = Release|Any CPU
{43DE613E-8A3A-4DBA-BEB3-99C7734E1E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43DE613E-8A3A-4DBA-BEB3-99C7734E1E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43DE613E-8A3A-4DBA-BEB3-99C7734E1E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43DE613E-8A3A-4DBA-BEB3-99C7734E1E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{0475D3B6-5035-457E-AE8B-DB10BCE6E30F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0475D3B6-5035-457E-AE8B-DB10BCE6E30F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0475D3B6-5035-457E-AE8B-DB10BCE6E30F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0475D3B6-5035-457E-AE8B-DB10BCE6E30F}.Release|Any CPU.Build.0 = Release|Any CPU
{6A28870A-98D4-48CE-ADC6-2D808C9879C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A28870A-98D4-48CE-ADC6-2D808C9879C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A28870A-98D4-48CE-ADC6-2D808C9879C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A28870A-98D4-48CE-ADC6-2D808C9879C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{43DE613E-8A3A-4DBA-BEB3-99C7734E1E7B} = {BFE03128-15DE-4C6B-8351-42B0A0679986}
{0475D3B6-5035-457E-AE8B-DB10BCE6E30F} = {BFE03128-15DE-4C6B-8351-42B0A0679986}
{6A28870A-98D4-48CE-ADC6-2D808C9879C0} = {BFE03128-15DE-4C6B-8351-42B0A0679986}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8C740ACA-0567-4272-AC55-EA5BFE2A55D6}
EndGlobalSection
EndGlobal