-
Notifications
You must be signed in to change notification settings - Fork 0
/
modulos.testing.db.sln
69 lines (69 loc) · 4.17 KB
/
modulos.testing.db.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C295B6DC-9C84-4243-9973-B2C23F1769CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{C70FA55A-0C4A-4A10-AD77-8A05C1C44560}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test with database", "test with database", "{976977B3-52CD-45A5-8EED-F2849904A499}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDomain", "examples\SimpleDomain\SimpleDomain.csproj", "{D17C789A-D767-4499-845E-EB0018384AD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modulos.Testing.EF", "src\Modulos.Testing.EF\Modulos.Testing.EF.csproj", "{762C960F-6E00-4610-A3D0-5D95B93E2269}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleDomain.Tests", "examples\SimpleDomain.Tests\SimpleDomain.Tests.csproj", "{66FFA678-0815-4D62-96C7-7FF8FF6C4A05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modulos.Testing.EF.Tests", "tests\Modulos.Testing.EF.Tests\Modulos.Testing.EF.Tests.csproj", "{429EBADB-8C6B-4E1C-B3F8-F8D9F625949D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{901F5CDE-7DD7-4C40-A4AA-F26254297F88}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.ps1 = build.ps1
icon.png = icon.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modulos.Testing.Db", "src\Modulos.Testing.Db\Modulos.Testing.Db.csproj", "{6BD423CC-59F1-4FEB-B522-37D98FEC9E85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D17C789A-D767-4499-845E-EB0018384AD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17C789A-D767-4499-845E-EB0018384AD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17C789A-D767-4499-845E-EB0018384AD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17C789A-D767-4499-845E-EB0018384AD6}.Release|Any CPU.Build.0 = Release|Any CPU
{762C960F-6E00-4610-A3D0-5D95B93E2269}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{762C960F-6E00-4610-A3D0-5D95B93E2269}.Debug|Any CPU.Build.0 = Debug|Any CPU
{762C960F-6E00-4610-A3D0-5D95B93E2269}.Release|Any CPU.ActiveCfg = Release|Any CPU
{762C960F-6E00-4610-A3D0-5D95B93E2269}.Release|Any CPU.Build.0 = Release|Any CPU
{66FFA678-0815-4D62-96C7-7FF8FF6C4A05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66FFA678-0815-4D62-96C7-7FF8FF6C4A05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66FFA678-0815-4D62-96C7-7FF8FF6C4A05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66FFA678-0815-4D62-96C7-7FF8FF6C4A05}.Release|Any CPU.Build.0 = Release|Any CPU
{429EBADB-8C6B-4E1C-B3F8-F8D9F625949D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{429EBADB-8C6B-4E1C-B3F8-F8D9F625949D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{429EBADB-8C6B-4E1C-B3F8-F8D9F625949D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{429EBADB-8C6B-4E1C-B3F8-F8D9F625949D}.Release|Any CPU.Build.0 = Release|Any CPU
{6BD423CC-59F1-4FEB-B522-37D98FEC9E85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BD423CC-59F1-4FEB-B522-37D98FEC9E85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BD423CC-59F1-4FEB-B522-37D98FEC9E85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BD423CC-59F1-4FEB-B522-37D98FEC9E85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{976977B3-52CD-45A5-8EED-F2849904A499} = {C70FA55A-0C4A-4A10-AD77-8A05C1C44560}
{D17C789A-D767-4499-845E-EB0018384AD6} = {976977B3-52CD-45A5-8EED-F2849904A499}
{66FFA678-0815-4D62-96C7-7FF8FF6C4A05} = {976977B3-52CD-45A5-8EED-F2849904A499}
{429EBADB-8C6B-4E1C-B3F8-F8D9F625949D} = {C295B6DC-9C84-4243-9973-B2C23F1769CA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {795E6CB1-E6B1-4C39-8570-622A4F19B4E2}
EndGlobalSection
EndGlobal