-
Notifications
You must be signed in to change notification settings - Fork 0
/
modulos.testing.sln
53 lines (53 loc) · 2.9 KB
/
modulos.testing.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
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modulos.Testing", "src\Modulos.Testing\Modulos.Testing.csproj", "{3D1B9F1E-B429-41A9-B58A-0FDEE8A4E3DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Modulos.Testing.Tests", "tests\Modulos.Testing.Tests\Modulos.Testing.Tests.csproj", "{801B1724-0EC1-4B06-94A2-BBED2892E999}"
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}") = "Examples.From.Documentation", "examples\Examples.From.Documentation\Examples.From.Documentation.csproj", "{D3019541-F19A-47A3-AFA1-4461EE203FFE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D1B9F1E-B429-41A9-B58A-0FDEE8A4E3DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D1B9F1E-B429-41A9-B58A-0FDEE8A4E3DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D1B9F1E-B429-41A9-B58A-0FDEE8A4E3DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D1B9F1E-B429-41A9-B58A-0FDEE8A4E3DF}.Release|Any CPU.Build.0 = Release|Any CPU
{801B1724-0EC1-4B06-94A2-BBED2892E999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801B1724-0EC1-4B06-94A2-BBED2892E999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801B1724-0EC1-4B06-94A2-BBED2892E999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801B1724-0EC1-4B06-94A2-BBED2892E999}.Release|Any CPU.Build.0 = Release|Any CPU
{D3019541-F19A-47A3-AFA1-4461EE203FFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3019541-F19A-47A3-AFA1-4461EE203FFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3019541-F19A-47A3-AFA1-4461EE203FFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3019541-F19A-47A3-AFA1-4461EE203FFE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{801B1724-0EC1-4B06-94A2-BBED2892E999} = {C295B6DC-9C84-4243-9973-B2C23F1769CA}
{D3019541-F19A-47A3-AFA1-4461EE203FFE} = {C70FA55A-0C4A-4A10-AD77-8A05C1C44560}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {795E6CB1-E6B1-4C39-8570-622A4F19B4E2}
EndGlobalSection
EndGlobal