-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAiursoft.WebTools.sln
46 lines (46 loc) · 2.68 KB
/
Aiursoft.WebTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.WebTools", "src\Aiursoft.WebTools\Aiursoft.WebTools.csproj", "{4A94355E-5DE9-4B66-AB18-10CEC3073A6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.WebTools.Tests", "tests\Aiursoft.WebTools.Tests\Aiursoft.WebTools.Tests.csproj", "{945F5107-D145-454D-85E7-DE383ECB9C8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FE4F523A-A7FE-42BF-8BA1-BD9ECC582440}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F1C164F6-4888-4736-A4E6-DD2EE12B2355}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.WebTools.Abstractions", "src\Aiursoft.WebTools.Abstractions\Aiursoft.WebTools.Abstractions.csproj", "{82F2F733-01CD-40D8-9788-4A9655054BE4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A94355E-5DE9-4B66-AB18-10CEC3073A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A94355E-5DE9-4B66-AB18-10CEC3073A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A94355E-5DE9-4B66-AB18-10CEC3073A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A94355E-5DE9-4B66-AB18-10CEC3073A6A}.Release|Any CPU.Build.0 = Release|Any CPU
{945F5107-D145-454D-85E7-DE383ECB9C8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{945F5107-D145-454D-85E7-DE383ECB9C8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{945F5107-D145-454D-85E7-DE383ECB9C8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{945F5107-D145-454D-85E7-DE383ECB9C8E}.Release|Any CPU.Build.0 = Release|Any CPU
{82F2F733-01CD-40D8-9788-4A9655054BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82F2F733-01CD-40D8-9788-4A9655054BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82F2F733-01CD-40D8-9788-4A9655054BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82F2F733-01CD-40D8-9788-4A9655054BE4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4A94355E-5DE9-4B66-AB18-10CEC3073A6A} = {FE4F523A-A7FE-42BF-8BA1-BD9ECC582440}
{945F5107-D145-454D-85E7-DE383ECB9C8E} = {F1C164F6-4888-4736-A4E6-DD2EE12B2355}
{82F2F733-01CD-40D8-9788-4A9655054BE4} = {FE4F523A-A7FE-42BF-8BA1-BD9ECC582440}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3436FB0-85CE-4A3D-B3D1-7D8600D03963}
EndGlobalSection
EndGlobal