-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathDigipolis.DataAccess.sln
54 lines (54 loc) · 3.01 KB
/
Digipolis.DataAccess.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
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3D5D0B67-478E-4734-83F5-9D9F612E5661}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{263D749B-EEBE-4B2A-B79A-B162BAB68E24}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{708891CD-FD0A-455F-9ECE-9615ADDC7A64}"
ProjectSection(SolutionItems) = preProject
changelog.md = changelog.md
gulpfile.js = gulpfile.js
nuget.config = nuget.config
package.json = package.json
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{D3A85B77-BCBF-455F-9882-A63809F8F8B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digipolis.DataAccess.UnitTests", "test\Digipolis.DataAccess.UnitTests\Digipolis.DataAccess.UnitTests.csproj", "{FF0474FF-5844-4B0A-8B7B-47AC592BDE03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digipolis.DataAccess", "src\Digipolis.DataAccess\Digipolis.DataAccess.csproj", "{9EA166E6-D15B-453F-A68E-8119BC472933}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess.SampleApp", "samples\DataAccess.SampleApp\DataAccess.SampleApp.csproj", "{C5A387B7-1E4A-441F-9571-389A76710710}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF0474FF-5844-4B0A-8B7B-47AC592BDE03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF0474FF-5844-4B0A-8B7B-47AC592BDE03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF0474FF-5844-4B0A-8B7B-47AC592BDE03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF0474FF-5844-4B0A-8B7B-47AC592BDE03}.Release|Any CPU.Build.0 = Release|Any CPU
{9EA166E6-D15B-453F-A68E-8119BC472933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA166E6-D15B-453F-A68E-8119BC472933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA166E6-D15B-453F-A68E-8119BC472933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EA166E6-D15B-453F-A68E-8119BC472933}.Release|Any CPU.Build.0 = Release|Any CPU
{C5A387B7-1E4A-441F-9571-389A76710710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5A387B7-1E4A-441F-9571-389A76710710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5A387B7-1E4A-441F-9571-389A76710710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5A387B7-1E4A-441F-9571-389A76710710}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF0474FF-5844-4B0A-8B7B-47AC592BDE03} = {263D749B-EEBE-4B2A-B79A-B162BAB68E24}
{9EA166E6-D15B-453F-A68E-8119BC472933} = {3D5D0B67-478E-4734-83F5-9D9F612E5661}
{C5A387B7-1E4A-441F-9571-389A76710710} = {D3A85B77-BCBF-455F-9882-A63809F8F8B0}
EndGlobalSection
EndGlobal