-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCopaGames.sln
37 lines (37 loc) · 1.85 KB
/
CopaGames.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CopaGames.API", "CopaGames.API\CopaGames.API.csproj", "{FFD06A81-733D-42C3-8BBE-800B9D9A844C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CopaGames.IntegrationTests", "CopaGames.IntegrationTests\CopaGames.IntegrationTests.csproj", "{B1537DCC-D771-407D-92A0-B9EBBE51FF6F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SOLUTION_ITENS", "SOLUTION_ITENS", "{BAA8D26D-2488-42D7-8959-6C70F482D650}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFD06A81-733D-42C3-8BBE-800B9D9A844C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFD06A81-733D-42C3-8BBE-800B9D9A844C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFD06A81-733D-42C3-8BBE-800B9D9A844C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFD06A81-733D-42C3-8BBE-800B9D9A844C}.Release|Any CPU.Build.0 = Release|Any CPU
{B1537DCC-D771-407D-92A0-B9EBBE51FF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1537DCC-D771-407D-92A0-B9EBBE51FF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1537DCC-D771-407D-92A0-B9EBBE51FF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1537DCC-D771-407D-92A0-B9EBBE51FF6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B41D80C8-9394-4181-8F58-E627C8392883}
EndGlobalSection
EndGlobal