-
Notifications
You must be signed in to change notification settings - Fork 49
/
Anet.sln
47 lines (47 loc) · 2.33 KB
/
Anet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Anet", "Anet\Anet.csproj", "{ED670328-88E3-41DF-98D2-4DEA96C976DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Anet.Web", "Anet.Web\Anet.Web.csproj", "{41F97159-01FD-49F4-91B8-D25800078D15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution items", "{6BC8D288-5768-4CEE-86F6-F80AA0828DF5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
build.cmd = build.cmd
build.ps1 = build.ps1
README.md = README.md
share.props = share.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{AAEFB83E-5939-443B-9FB0-CD11E8DB6AD5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED670328-88E3-41DF-98D2-4DEA96C976DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED670328-88E3-41DF-98D2-4DEA96C976DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED670328-88E3-41DF-98D2-4DEA96C976DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED670328-88E3-41DF-98D2-4DEA96C976DB}.Release|Any CPU.Build.0 = Release|Any CPU
{41F97159-01FD-49F4-91B8-D25800078D15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41F97159-01FD-49F4-91B8-D25800078D15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41F97159-01FD-49F4-91B8-D25800078D15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41F97159-01FD-49F4-91B8-D25800078D15}.Release|Any CPU.Build.0 = Release|Any CPU
{AAEFB83E-5939-443B-9FB0-CD11E8DB6AD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAEFB83E-5939-443B-9FB0-CD11E8DB6AD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAEFB83E-5939-443B-9FB0-CD11E8DB6AD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAEFB83E-5939-443B-9FB0-CD11E8DB6AD5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3380AE0E-41C5-4701-9A2B-5E65F82945A3}
EndGlobalSection
EndGlobal