-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSmockAspNetLib.sln
51 lines (51 loc) · 2.76 KB
/
SmockAspNetLib.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 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{47FAF885-2D09-457B-8EA2-407038A985F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{826F479E-5E22-4B08-B6D6-202E5102AD06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{52BDAD78-35A5-4266-97EF-3E36F4BF9981}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.Sample1", "Sample1\Samples.Sample1.csproj", "{9D9F98EC-1248-4BDE-93BF-D405421EB42C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3542F024-66DE-4814-A7E7-F02DAF47C51B}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmockAspNetLib.Infrastructure", "SmockAspNetLib.Infrastructure\SmockAspNetLib.Infrastructure.csproj", "{570D83F2-E6A0-4518-880F-45E3E69366D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47FAF885-2D09-457B-8EA2-407038A985F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47FAF885-2D09-457B-8EA2-407038A985F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47FAF885-2D09-457B-8EA2-407038A985F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47FAF885-2D09-457B-8EA2-407038A985F6}.Release|Any CPU.Build.0 = Release|Any CPU
{9D9F98EC-1248-4BDE-93BF-D405421EB42C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D9F98EC-1248-4BDE-93BF-D405421EB42C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D9F98EC-1248-4BDE-93BF-D405421EB42C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D9F98EC-1248-4BDE-93BF-D405421EB42C}.Release|Any CPU.Build.0 = Release|Any CPU
{570D83F2-E6A0-4518-880F-45E3E69366D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{570D83F2-E6A0-4518-880F-45E3E69366D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{570D83F2-E6A0-4518-880F-45E3E69366D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{570D83F2-E6A0-4518-880F-45E3E69366D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9D9F98EC-1248-4BDE-93BF-D405421EB42C} = {52BDAD78-35A5-4266-97EF-3E36F4BF9981}
{570D83F2-E6A0-4518-880F-45E3E69366D9} = {826F479E-5E22-4B08-B6D6-202E5102AD06}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9254076-2C5D-4714-83FF-6380A905657E}
EndGlobalSection
EndGlobal