-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
TinyInsights.sln
58 lines (58 loc) · 3.41 KB
/
TinyInsights.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyInsights.Web", "TinyInsights.Web\TinyInsights.Web.csproj", "{A40E4E36-924E-4AC5-A60D-5321D7CEA729}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyInsights", "TinyInsights\TinyInsights.csproj", "{CD742E15-674D-41DB-8467-B8A83E26D5BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyInsights.TestApp", "TinyInsights.TestApp\TinyInsights.TestApp.csproj", "{606F1693-DAA1-4BEA-BF62-F21F0F509E75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{C4F61F00-5DBB-4913-93EF-2D11D056B4C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyInsights.WebServer", "TinyInsights.WebServer\TinyInsights.WebServer.csproj", "{A803C1DB-22A0-4B48-A87E-D9815782547E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D86E486-7D54-4137-9028-C0FD22FA7B3E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{0BF7F7D7-1ECA-4A2E-876C-875A75F94BD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A40E4E36-924E-4AC5-A60D-5321D7CEA729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A40E4E36-924E-4AC5-A60D-5321D7CEA729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A40E4E36-924E-4AC5-A60D-5321D7CEA729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A40E4E36-924E-4AC5-A60D-5321D7CEA729}.Release|Any CPU.Build.0 = Release|Any CPU
{CD742E15-674D-41DB-8467-B8A83E26D5BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD742E15-674D-41DB-8467-B8A83E26D5BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD742E15-674D-41DB-8467-B8A83E26D5BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD742E15-674D-41DB-8467-B8A83E26D5BC}.Release|Any CPU.Build.0 = Release|Any CPU
{606F1693-DAA1-4BEA-BF62-F21F0F509E75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{606F1693-DAA1-4BEA-BF62-F21F0F509E75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{606F1693-DAA1-4BEA-BF62-F21F0F509E75}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{606F1693-DAA1-4BEA-BF62-F21F0F509E75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{606F1693-DAA1-4BEA-BF62-F21F0F509E75}.Release|Any CPU.Build.0 = Release|Any CPU
{A803C1DB-22A0-4B48-A87E-D9815782547E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A803C1DB-22A0-4B48-A87E-D9815782547E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A803C1DB-22A0-4B48-A87E-D9815782547E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A803C1DB-22A0-4B48-A87E-D9815782547E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A40E4E36-924E-4AC5-A60D-5321D7CEA729} = {0BF7F7D7-1ECA-4A2E-876C-875A75F94BD7}
{606F1693-DAA1-4BEA-BF62-F21F0F509E75} = {C4F61F00-5DBB-4913-93EF-2D11D056B4C3}
{A803C1DB-22A0-4B48-A87E-D9815782547E} = {0BF7F7D7-1ECA-4A2E-876C-875A75F94BD7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B22FA052-C4FE-4685-B660-995482C7D251}
EndGlobalSection
EndGlobal