-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSino.Extensions.AreaService.sln
More file actions
46 lines (46 loc) · 2.35 KB
/
Sino.Extensions.AreaService.sln
File metadata and controls
46 lines (46 loc) · 2.35 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{26B5DE9A-57C7-4A37-8C98-70FB769F7A9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6FC16F2F-4AA9-40E5-BB46-A4AE990EF01B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".global", ".global", "{6494F7A1-C2B4-42DA-929B-781EE16F2C48}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sino.Extensions.AreaService", "src\Sino.Extensions.AreaService\Sino.Extensions.AreaService.csproj", "{6E1149C2-0A30-4764-BCE9-37F0F0F25892}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AreaService.UnitTest", "test\AreaService.UnitTest\AreaService.UnitTest.csproj", "{8CBC4698-E612-4E7E-AFF2-D36B71BE75D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E1149C2-0A30-4764-BCE9-37F0F0F25892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E1149C2-0A30-4764-BCE9-37F0F0F25892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E1149C2-0A30-4764-BCE9-37F0F0F25892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E1149C2-0A30-4764-BCE9-37F0F0F25892}.Release|Any CPU.Build.0 = Release|Any CPU
{8CBC4698-E612-4E7E-AFF2-D36B71BE75D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CBC4698-E612-4E7E-AFF2-D36B71BE75D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CBC4698-E612-4E7E-AFF2-D36B71BE75D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CBC4698-E612-4E7E-AFF2-D36B71BE75D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6E1149C2-0A30-4764-BCE9-37F0F0F25892} = {26B5DE9A-57C7-4A37-8C98-70FB769F7A9B}
{8CBC4698-E612-4E7E-AFF2-D36B71BE75D0} = {6FC16F2F-4AA9-40E5-BB46-A4AE990EF01B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31F4689C-D487-43C4-BDB9-1DC5E004386F}
EndGlobalSection
EndGlobal