-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtend.sln
43 lines (43 loc) · 2.3 KB
/
Extend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extend", "src\Extend\Extend.csproj", "{16EBB448-000F-405C-93F8-9B95D825F489}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extend.Test", "test\Extend.Test\Extend.Test.csproj", "{78786E7E-E1EE-42CA-9176-7CC5C0362094}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{65C459B6-4A87-475B-BD16-A6B15DAA330C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D6405E4C-5A65-40D6-A911-DF30C84AC8E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "build", "build\build.csproj", "{9A394BA6-15F3-4E11-B9A9-B14149972F47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16EBB448-000F-405C-93F8-9B95D825F489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16EBB448-000F-405C-93F8-9B95D825F489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16EBB448-000F-405C-93F8-9B95D825F489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16EBB448-000F-405C-93F8-9B95D825F489}.Release|Any CPU.Build.0 = Release|Any CPU
{78786E7E-E1EE-42CA-9176-7CC5C0362094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78786E7E-E1EE-42CA-9176-7CC5C0362094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78786E7E-E1EE-42CA-9176-7CC5C0362094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78786E7E-E1EE-42CA-9176-7CC5C0362094}.Release|Any CPU.Build.0 = Release|Any CPU
{9A394BA6-15F3-4E11-B9A9-B14149972F47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A394BA6-15F3-4E11-B9A9-B14149972F47}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{16EBB448-000F-405C-93F8-9B95D825F489} = {65C459B6-4A87-475B-BD16-A6B15DAA330C}
{78786E7E-E1EE-42CA-9176-7CC5C0362094} = {D6405E4C-5A65-40D6-A911-DF30C84AC8E2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5351DA76-A07E-4E53-ADD4-25C50E6A2C05}
EndGlobalSection
EndGlobal