-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtensions.sln
More file actions
58 lines (58 loc) · 3.22 KB
/
Extensions.sln
File metadata and controls
58 lines (58 loc) · 3.22 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
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98CF77E9-6B55-4082-B380-D491FB36C5FD}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
global.json = global.json
LICENSE = LICENSE
makefile.shade = makefile.shade
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7B847542-0E59-4792-A1E6-C327B26D28EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{09D57C8F-6376-4856-AD91-8783271699EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{025114E5-F56C-4DF1-B5E1-8E21974FDEA3}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CodeComb.AspNet.Extensions", "src\CodeComb.AspNet.Extensions\CodeComb.AspNet.Extensions.xproj", "{24A17595-6FEC-401C-BA5C-72A47C1ADA26}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CodeComb.AspNet.Extensions.Test", "test\CodeComb.AspNet.Extensions.Test\CodeComb.AspNet.Extensions.Test.xproj", "{EAA8E324-A735-4767-A929-6E6BE4F6724D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CodeComb.AspNet.Extensions.Sample", "samples\CodeComb.AspNet.Extensions.Sample\CodeComb.AspNet.Extensions.Sample.xproj", "{9965534B-A1A8-4EBF-9498-0CE27CB4EF93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24A17595-6FEC-401C-BA5C-72A47C1ADA26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24A17595-6FEC-401C-BA5C-72A47C1ADA26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24A17595-6FEC-401C-BA5C-72A47C1ADA26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24A17595-6FEC-401C-BA5C-72A47C1ADA26}.Release|Any CPU.Build.0 = Release|Any CPU
{EAA8E324-A735-4767-A929-6E6BE4F6724D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAA8E324-A735-4767-A929-6E6BE4F6724D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAA8E324-A735-4767-A929-6E6BE4F6724D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAA8E324-A735-4767-A929-6E6BE4F6724D}.Release|Any CPU.Build.0 = Release|Any CPU
{9965534B-A1A8-4EBF-9498-0CE27CB4EF93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9965534B-A1A8-4EBF-9498-0CE27CB4EF93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9965534B-A1A8-4EBF-9498-0CE27CB4EF93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9965534B-A1A8-4EBF-9498-0CE27CB4EF93}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24A17595-6FEC-401C-BA5C-72A47C1ADA26} = {7B847542-0E59-4792-A1E6-C327B26D28EE}
{EAA8E324-A735-4767-A929-6E6BE4F6724D} = {09D57C8F-6376-4856-AD91-8783271699EE}
{9965534B-A1A8-4EBF-9498-0CE27CB4EF93} = {025114E5-F56C-4DF1-B5E1-8E21974FDEA3}
EndGlobalSection
EndGlobal