forked from dhindrik/TinyInsights.Maui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTinyInsights.sln
33 lines (33 loc) · 2.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyInsights.Web", "TinyInsights.Web\TinyInsights.Web.csproj", "{A40E4E36-924E-4AC5-A60D-5321D7CEA729}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyInsights", "TinyInsights\TinyInsights.csproj", "{CD742E15-674D-41DB-8467-B8A83E26D5BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "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
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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{606F1693-DAA1-4BEA-BF62-F21F0F509E75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{606F1693-DAA1-4BEA-BF62-F21F0F509E75} = {C4F61F00-5DBB-4913-93EF-2D11D056B4C3}
EndGlobalSection
EndGlobal