forked from matthewschrager/Repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Repository.sln
49 lines (49 loc) · 2.85 KB
/
Repository.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository", "Repository\Repository.csproj", "{3F3C814E-62AD-4065-8E75-068607D5BB69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository.EntityFramework", "Repository.EntityFramework\Repository.EntityFramework.csproj", "{E6875049-BE49-44B0-9A4B-6B3571375CC6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E35D9F0-05CE-4387-8E74-BA1EA7C89588}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
README.md = README.md
Repository.vsmdi = Repository.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository.Azure", "Repository.Azure\Repository.Azure.csproj", "{E609A74D-9B8E-4629-B1F3-22D710D1861A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repository.FileSystem", "Repository.FileSystem\Repository.FileSystem.csproj", "{3520645E-E8F6-4BD2-9C55-9E055BEB5883}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Repository.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F3C814E-62AD-4065-8E75-068607D5BB69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F3C814E-62AD-4065-8E75-068607D5BB69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F3C814E-62AD-4065-8E75-068607D5BB69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F3C814E-62AD-4065-8E75-068607D5BB69}.Release|Any CPU.Build.0 = Release|Any CPU
{E6875049-BE49-44B0-9A4B-6B3571375CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6875049-BE49-44B0-9A4B-6B3571375CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6875049-BE49-44B0-9A4B-6B3571375CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6875049-BE49-44B0-9A4B-6B3571375CC6}.Release|Any CPU.Build.0 = Release|Any CPU
{E609A74D-9B8E-4629-B1F3-22D710D1861A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E609A74D-9B8E-4629-B1F3-22D710D1861A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E609A74D-9B8E-4629-B1F3-22D710D1861A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E609A74D-9B8E-4629-B1F3-22D710D1861A}.Release|Any CPU.Build.0 = Release|Any CPU
{3520645E-E8F6-4BD2-9C55-9E055BEB5883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3520645E-E8F6-4BD2-9C55-9E055BEB5883}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3520645E-E8F6-4BD2-9C55-9E055BEB5883}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3520645E-E8F6-4BD2-9C55-9E055BEB5883}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal