-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasp-example.sln
51 lines (51 loc) · 3.16 KB
/
asp-example.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
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asp-example", "asp-example\asp-example.csproj", "{5A770C70-899A-43A9-A3CB-571610C882FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asp-example.tests", "asp-example.tests\asp-example.tests.csproj", "{325E2DB7-8263-4344-9A07-C04B5F13FBCA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1C4CB37C-93BC-4EAE-8E02-FDE2796FEAD5}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asp-example.models", "asp-example.models\asp-example.models.csproj", "{5DF50E56-6570-44E5-A1D1-2A88784B7522}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asp-example.azure", "asp-example.azure\asp-example.azure.csproj", "{60B09C77-75B8-4888-8180-D3F3CBB8E644}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asp-example.interfaces", "asp-example.interfaces\asp-example.interfaces.csproj", "{9149B3D6-C143-4B66-93F0-CFA963FDDEDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A770C70-899A-43A9-A3CB-571610C882FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A770C70-899A-43A9-A3CB-571610C882FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A770C70-899A-43A9-A3CB-571610C882FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A770C70-899A-43A9-A3CB-571610C882FD}.Release|Any CPU.Build.0 = Release|Any CPU
{325E2DB7-8263-4344-9A07-C04B5F13FBCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{325E2DB7-8263-4344-9A07-C04B5F13FBCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{325E2DB7-8263-4344-9A07-C04B5F13FBCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{325E2DB7-8263-4344-9A07-C04B5F13FBCA}.Release|Any CPU.Build.0 = Release|Any CPU
{5DF50E56-6570-44E5-A1D1-2A88784B7522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DF50E56-6570-44E5-A1D1-2A88784B7522}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DF50E56-6570-44E5-A1D1-2A88784B7522}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DF50E56-6570-44E5-A1D1-2A88784B7522}.Release|Any CPU.Build.0 = Release|Any CPU
{60B09C77-75B8-4888-8180-D3F3CBB8E644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60B09C77-75B8-4888-8180-D3F3CBB8E644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60B09C77-75B8-4888-8180-D3F3CBB8E644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60B09C77-75B8-4888-8180-D3F3CBB8E644}.Release|Any CPU.Build.0 = Release|Any CPU
{9149B3D6-C143-4B66-93F0-CFA963FDDEDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9149B3D6-C143-4B66-93F0-CFA963FDDEDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9149B3D6-C143-4B66-93F0-CFA963FDDEDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9149B3D6-C143-4B66-93F0-CFA963FDDEDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal