forked from themidnightgospel/Imposter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImposter.sln
More file actions
103 lines (103 loc) · 6.95 KB
/
Copy pathImposter.sln
File metadata and controls
103 lines (103 loc) · 6.95 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36221.1 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B17741A2-7EB9-4988-B3E2-6ABF1F34DA40}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{3C0D5BF1-EAD0-4CE6-9E8D-1A39A0869283}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{BA79763F-FA88-41A9-B516-70413B85D2AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "playground", "playground", "{2E4F8B6F-8C60-4E96-9EA5-39D6992A6B8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.Benchmarks", "benchmarks\Imposter.Benchmarks\Imposter.Benchmarks.csproj", "{09E178CE-6ECB-43EB-BD48-BFC25B0CEA76}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.Abstractions", "src\Imposter.Abstractions\Imposter.Abstractions.csproj", "{E084A4F8-97DD-4FEB-AD01-E391B5E2223A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.CodeGenerator", "src\Imposter.CodeGenerator\Imposter.CodeGenerator.csproj", "{EF3BF47E-BAF9-47DB-9AEA-884AB4AE1C17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.Ideation", "playground\Imposter.Ideation\Imposter.Ideation.csproj", "{EBE25245-37CD-4A0C-B595-D6DF8F1F0A89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.Tests", "tests\Imposter.Tests\Imposter.Tests.csproj", "{33085C7F-CA21-48BF-A093-F95BC50225FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.Abstractions.Tests", "tests\Imposter.Abstractions.Tests\Imposter.Abstractions.Tests.csproj", "{E843F42C-80F8-427D-84DD-8FC0CF7AF995}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.CodeGenerator.Tests", "tests\Imposter.CodeGenerator.Tests\Imposter.CodeGenerator.Tests.csproj", "{1C311BB1-125A-40D4-925E-6C3C7E9F523A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{2DAD5A1A-4D4A-4125-B213-E5EA5279C01B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{F6AB4F7F-D75D-48AC-BE4B-F8F5D853815B}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
Roslyn.Shared.props = Roslyn.Shared.props
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imposter.Playground", "playground\Imposter.Playground\Imposter.Playground.csproj", "{74BDD2D3-45FB-4B82-962C-DFF1B43C7A52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Tests", "samples\Sample.Tests\Sample.Tests.csproj", "{FA3E7AD4-C208-4774-B2AF-8C5E0A5B071A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Services", "samples\Sample.Services\Sample.Services.csproj", "{84D8AB95-E8D6-46C0-8D33-6B58924D2224}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09E178CE-6ECB-43EB-BD48-BFC25B0CEA76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09E178CE-6ECB-43EB-BD48-BFC25B0CEA76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E084A4F8-97DD-4FEB-AD01-E391B5E2223A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E084A4F8-97DD-4FEB-AD01-E391B5E2223A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E084A4F8-97DD-4FEB-AD01-E391B5E2223A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E084A4F8-97DD-4FEB-AD01-E391B5E2223A}.Release|Any CPU.Build.0 = Release|Any CPU
{EF3BF47E-BAF9-47DB-9AEA-884AB4AE1C17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF3BF47E-BAF9-47DB-9AEA-884AB4AE1C17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF3BF47E-BAF9-47DB-9AEA-884AB4AE1C17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF3BF47E-BAF9-47DB-9AEA-884AB4AE1C17}.Release|Any CPU.Build.0 = Release|Any CPU
{EBE25245-37CD-4A0C-B595-D6DF8F1F0A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBE25245-37CD-4A0C-B595-D6DF8F1F0A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33085C7F-CA21-48BF-A093-F95BC50225FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33085C7F-CA21-48BF-A093-F95BC50225FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33085C7F-CA21-48BF-A093-F95BC50225FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33085C7F-CA21-48BF-A093-F95BC50225FB}.Release|Any CPU.Build.0 = Release|Any CPU
{E843F42C-80F8-427D-84DD-8FC0CF7AF995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E843F42C-80F8-427D-84DD-8FC0CF7AF995}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E843F42C-80F8-427D-84DD-8FC0CF7AF995}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E843F42C-80F8-427D-84DD-8FC0CF7AF995}.Release|Any CPU.Build.0 = Release|Any CPU
{1C311BB1-125A-40D4-925E-6C3C7E9F523A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C311BB1-125A-40D4-925E-6C3C7E9F523A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C311BB1-125A-40D4-925E-6C3C7E9F523A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C311BB1-125A-40D4-925E-6C3C7E9F523A}.Release|Any CPU.Build.0 = Release|Any CPU
{74BDD2D3-45FB-4B82-962C-DFF1B43C7A52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74BDD2D3-45FB-4B82-962C-DFF1B43C7A52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA3E7AD4-C208-4774-B2AF-8C5E0A5B071A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA3E7AD4-C208-4774-B2AF-8C5E0A5B071A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA3E7AD4-C208-4774-B2AF-8C5E0A5B071A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA3E7AD4-C208-4774-B2AF-8C5E0A5B071A}.Release|Any CPU.Build.0 = Release|Any CPU
{84D8AB95-E8D6-46C0-8D33-6B58924D2224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84D8AB95-E8D6-46C0-8D33-6B58924D2224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84D8AB95-E8D6-46C0-8D33-6B58924D2224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84D8AB95-E8D6-46C0-8D33-6B58924D2224}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5BEFB60-D130-47E1-8BD8-FD9E2CA9546D}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{09E178CE-6ECB-43EB-BD48-BFC25B0CEA76} = {3C0D5BF1-EAD0-4CE6-9E8D-1A39A0869283}
{E084A4F8-97DD-4FEB-AD01-E391B5E2223A} = {B17741A2-7EB9-4988-B3E2-6ABF1F34DA40}
{EF3BF47E-BAF9-47DB-9AEA-884AB4AE1C17} = {B17741A2-7EB9-4988-B3E2-6ABF1F34DA40}
{EBE25245-37CD-4A0C-B595-D6DF8F1F0A89} = {2E4F8B6F-8C60-4E96-9EA5-39D6992A6B8E}
{33085C7F-CA21-48BF-A093-F95BC50225FB} = {BA79763F-FA88-41A9-B516-70413B85D2AC}
{E843F42C-80F8-427D-84DD-8FC0CF7AF995} = {BA79763F-FA88-41A9-B516-70413B85D2AC}
{1C311BB1-125A-40D4-925E-6C3C7E9F523A} = {BA79763F-FA88-41A9-B516-70413B85D2AC}
{74BDD2D3-45FB-4B82-962C-DFF1B43C7A52} = {2E4F8B6F-8C60-4E96-9EA5-39D6992A6B8E}
{FA3E7AD4-C208-4774-B2AF-8C5E0A5B071A} = {2DAD5A1A-4D4A-4125-B213-E5EA5279C01B}
{84D8AB95-E8D6-46C0-8D33-6B58924D2224} = {2DAD5A1A-4D4A-4125-B213-E5EA5279C01B}
EndGlobalSection
EndGlobal