-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExtensions.sln
51 lines (51 loc) · 2.8 KB
/
Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions", "src\Extensions\Extensions.csproj", "{EEB0F673-B2ED-469C-AC1C-51F7C17B85D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A9166421-7856-4078-86C5-14DBA628ACB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3FB4F43A-D294-41EE-86C1-96E08C8391A8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utils", "src\Utils\Utils.csproj", "{7F54A191-1BA2-49F1-B7D6-AD39E121ABFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F07D4965-5FC5-4FF1-A36E-C09820142357}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions.Tests", "tests\Extensions.Tests\Extensions.Tests.csproj", "{AFA61178-F08A-44FF-A7F4-4DFCB68C4474}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEB0F673-B2ED-469C-AC1C-51F7C17B85D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEB0F673-B2ED-469C-AC1C-51F7C17B85D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEB0F673-B2ED-469C-AC1C-51F7C17B85D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEB0F673-B2ED-469C-AC1C-51F7C17B85D0}.Release|Any CPU.Build.0 = Release|Any CPU
{7F54A191-1BA2-49F1-B7D6-AD39E121ABFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F54A191-1BA2-49F1-B7D6-AD39E121ABFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F54A191-1BA2-49F1-B7D6-AD39E121ABFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F54A191-1BA2-49F1-B7D6-AD39E121ABFC}.Release|Any CPU.Build.0 = Release|Any CPU
{AFA61178-F08A-44FF-A7F4-4DFCB68C4474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFA61178-F08A-44FF-A7F4-4DFCB68C4474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFA61178-F08A-44FF-A7F4-4DFCB68C4474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFA61178-F08A-44FF-A7F4-4DFCB68C4474}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EEB0F673-B2ED-469C-AC1C-51F7C17B85D0} = {A9166421-7856-4078-86C5-14DBA628ACB8}
{7F54A191-1BA2-49F1-B7D6-AD39E121ABFC} = {A9166421-7856-4078-86C5-14DBA628ACB8}
{AFA61178-F08A-44FF-A7F4-4DFCB68C4474} = {F07D4965-5FC5-4FF1-A36E-C09820142357}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8254B29-BCA3-4361-9E28-5438F102CDAD}
EndGlobalSection
EndGlobal