-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTransferoTeam.sln
37 lines (37 loc) · 2.11 KB
/
TransferoTeam.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 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransferoTeam", "TransferoTeam\TransferoTeam.csproj", "{67EA3695-E9C4-450A-AB1B-C0601ED5C3CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransferoTeam.Tests", "TransferoTeam.Tests\TransferoTeam.Tests.csproj", "{DFC9D8B2-F0C2-4EAE-8821-1E8AFF2E9381}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransferoTeam.Tests.Integration", "TransferoTeam.Tests.Integration\TransferoTeam.Tests.Integration.csproj", "{E922E10A-EF40-46D7-BB54-7F09FAC9F87B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67EA3695-E9C4-450A-AB1B-C0601ED5C3CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67EA3695-E9C4-450A-AB1B-C0601ED5C3CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67EA3695-E9C4-450A-AB1B-C0601ED5C3CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67EA3695-E9C4-450A-AB1B-C0601ED5C3CC}.Release|Any CPU.Build.0 = Release|Any CPU
{DFC9D8B2-F0C2-4EAE-8821-1E8AFF2E9381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFC9D8B2-F0C2-4EAE-8821-1E8AFF2E9381}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFC9D8B2-F0C2-4EAE-8821-1E8AFF2E9381}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFC9D8B2-F0C2-4EAE-8821-1E8AFF2E9381}.Release|Any CPU.Build.0 = Release|Any CPU
{E922E10A-EF40-46D7-BB54-7F09FAC9F87B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E922E10A-EF40-46D7-BB54-7F09FAC9F87B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E922E10A-EF40-46D7-BB54-7F09FAC9F87B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E922E10A-EF40-46D7-BB54-7F09FAC9F87B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {426A6A25-7753-4898-9072-851F4DE2CD70}
EndGlobalSection
EndGlobal