forked from earloc/TypealizR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTypealizR.sln
75 lines (75 loc) · 4.85 KB
/
TypealizR.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizR.Tests", "src\TypealizR.Tests\TypealizR.Tests.csproj", "{78916CDC-B1C6-404F-A074-1369ABA8DF2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizR", "src\TypealizR\TypealizR.csproj", "{02E58A8F-83A0-40EF-9CB4-5FF42ADF189D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Console", "src\Playground.Console\Playground.Console.csproj", "{5C3B51DC-CD28-4F12-B8D9-62EA8C2B00EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Playgrounds", "Playgrounds", "{38D4BAEB-9CA0-4868-B8A0-6CBADCB198AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizR.CodeFirst.Abstractions", "src\TypealizR.CodeFirst.Abstractions\TypealizR.CodeFirst.Abstractions.csproj", "{39E785F6-6735-4FF5-8EBA-8121E89BEF0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.CodeFirst.Console", "src\Playground.CodeFirst.Console\Playground.CodeFirst.Console.csproj", "{CFFB0876-CC7C-466C-9D76-FB1F025E2B80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypealizR.CLI", "src\TypealizR.CLI\TypealizR.CLI.csproj", "{5E13DDCE-AE5B-4BB3-8D96-25AE77F83C50}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C8376C6-E8F7-40E2-959A-210C515B06E0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
src\Directory.Build.props = src\Directory.Build.props
src\Version.props = src\Version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Common", "src\Playground.Common\Playground.Common.csproj", "{0E9B0505-3680-40A2-A0AC-31C9117D1A24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78916CDC-B1C6-404F-A074-1369ABA8DF2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78916CDC-B1C6-404F-A074-1369ABA8DF2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78916CDC-B1C6-404F-A074-1369ABA8DF2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78916CDC-B1C6-404F-A074-1369ABA8DF2E}.Release|Any CPU.Build.0 = Release|Any CPU
{02E58A8F-83A0-40EF-9CB4-5FF42ADF189D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02E58A8F-83A0-40EF-9CB4-5FF42ADF189D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02E58A8F-83A0-40EF-9CB4-5FF42ADF189D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02E58A8F-83A0-40EF-9CB4-5FF42ADF189D}.Release|Any CPU.Build.0 = Release|Any CPU
{5C3B51DC-CD28-4F12-B8D9-62EA8C2B00EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C3B51DC-CD28-4F12-B8D9-62EA8C2B00EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C3B51DC-CD28-4F12-B8D9-62EA8C2B00EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C3B51DC-CD28-4F12-B8D9-62EA8C2B00EB}.Release|Any CPU.Build.0 = Release|Any CPU
{39E785F6-6735-4FF5-8EBA-8121E89BEF0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E785F6-6735-4FF5-8EBA-8121E89BEF0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E785F6-6735-4FF5-8EBA-8121E89BEF0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E785F6-6735-4FF5-8EBA-8121E89BEF0C}.Release|Any CPU.Build.0 = Release|Any CPU
{CFFB0876-CC7C-466C-9D76-FB1F025E2B80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFFB0876-CC7C-466C-9D76-FB1F025E2B80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFFB0876-CC7C-466C-9D76-FB1F025E2B80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFFB0876-CC7C-466C-9D76-FB1F025E2B80}.Release|Any CPU.Build.0 = Release|Any CPU
{5E13DDCE-AE5B-4BB3-8D96-25AE77F83C50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E13DDCE-AE5B-4BB3-8D96-25AE77F83C50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E13DDCE-AE5B-4BB3-8D96-25AE77F83C50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E13DDCE-AE5B-4BB3-8D96-25AE77F83C50}.Release|Any CPU.Build.0 = Release|Any CPU
{0E9B0505-3680-40A2-A0AC-31C9117D1A24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E9B0505-3680-40A2-A0AC-31C9117D1A24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E9B0505-3680-40A2-A0AC-31C9117D1A24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E9B0505-3680-40A2-A0AC-31C9117D1A24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5C3B51DC-CD28-4F12-B8D9-62EA8C2B00EB} = {38D4BAEB-9CA0-4868-B8A0-6CBADCB198AC}
{CFFB0876-CC7C-466C-9D76-FB1F025E2B80} = {38D4BAEB-9CA0-4868-B8A0-6CBADCB198AC}
{0E9B0505-3680-40A2-A0AC-31C9117D1A24} = {38D4BAEB-9CA0-4868-B8A0-6CBADCB198AC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {963536E5-E9EB-471B-9292-73125DAB4B08}
EndGlobalSection
EndGlobal