generated from GuilhermeStracini/apiclient-boilerplate-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 7
/
PixBacen.sln
47 lines (47 loc) · 2.39 KB
/
PixBacen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{92FA685B-BD5F-492D-8E23-A018E8F8609B}"
ProjectSection(SolutionItems) = preProject
_config.yml = _config.yml
appveyor.yml = appveyor.yml
README.md = README.md
specification.yml = specification.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{97E47EF8-CECE-443E-85A6-D2B8A1AD9EFB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D55D040E-8FD7-49A6-B871-5D6C9F0E36E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PIXBacen", "Src\PIXBacen\PIXBacen.csproj", "{75E35E03-D43A-4369-9284-28BB1FEEFDBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PIXBacen.Tests", "Tests\PixBacen.Tests\PIXBacen.Tests.csproj", "{2F57B9CD-5505-4456-B9FE-F91DCB4476D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75E35E03-D43A-4369-9284-28BB1FEEFDBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75E35E03-D43A-4369-9284-28BB1FEEFDBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75E35E03-D43A-4369-9284-28BB1FEEFDBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75E35E03-D43A-4369-9284-28BB1FEEFDBF}.Release|Any CPU.Build.0 = Release|Any CPU
{2F57B9CD-5505-4456-B9FE-F91DCB4476D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F57B9CD-5505-4456-B9FE-F91DCB4476D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F57B9CD-5505-4456-B9FE-F91DCB4476D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F57B9CD-5505-4456-B9FE-F91DCB4476D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{75E35E03-D43A-4369-9284-28BB1FEEFDBF} = {97E47EF8-CECE-443E-85A6-D2B8A1AD9EFB}
{2F57B9CD-5505-4456-B9FE-F91DCB4476D6} = {D55D040E-8FD7-49A6-B871-5D6C9F0E36E4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E859354-91E0-4264-A7A9-885B1EB99E5C}
EndGlobalSection
EndGlobal