-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAPIBrumadinho.sln
49 lines (49 loc) · 2.59 KB
/
APIBrumadinho.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 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APIBrumadinho", "src\API\APIBrumadinho\APIBrumadinho.csproj", "{90DDAB3E-BB35-4A83-8FA7-C18BA3F7734D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApi", "src\API\TestApi\TestApi.csproj", "{D176B5DF-1B50-49CE-880F-1DCE90EBDD87}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B2A4912-F9FD-4250-BB58-096DDBC53F97}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
APIBrumadinho.ruleset = APIBrumadinho.ruleset
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A7E165F6-F65E-4E6A-AE7E-0F5F3444524A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APITest", "src\API\APITest\APITest.csproj", "{41132F9C-2AD1-4AF4-A5CE-F6DC6E94A730}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90DDAB3E-BB35-4A83-8FA7-C18BA3F7734D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90DDAB3E-BB35-4A83-8FA7-C18BA3F7734D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90DDAB3E-BB35-4A83-8FA7-C18BA3F7734D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90DDAB3E-BB35-4A83-8FA7-C18BA3F7734D}.Release|Any CPU.Build.0 = Release|Any CPU
{D176B5DF-1B50-49CE-880F-1DCE90EBDD87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D176B5DF-1B50-49CE-880F-1DCE90EBDD87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D176B5DF-1B50-49CE-880F-1DCE90EBDD87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D176B5DF-1B50-49CE-880F-1DCE90EBDD87}.Release|Any CPU.Build.0 = Release|Any CPU
{41132F9C-2AD1-4AF4-A5CE-F6DC6E94A730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41132F9C-2AD1-4AF4-A5CE-F6DC6E94A730}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41132F9C-2AD1-4AF4-A5CE-F6DC6E94A730}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41132F9C-2AD1-4AF4-A5CE-F6DC6E94A730}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{41132F9C-2AD1-4AF4-A5CE-F6DC6E94A730} = {A7E165F6-F65E-4E6A-AE7E-0F5F3444524A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC14C311-6307-453E-8C5D-AF22905A5AEC}
EndGlobalSection
EndGlobal