-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBirder.sln
36 lines (36 loc) · 2.05 KB
/
Birder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Birder", "Birder\Birder.csproj", "{632B1554-FC3B-457D-9245-60B0175C6B20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Birder.Tests", "Birder.Tests\Birder.Tests.csproj", "{62101230-16AA-4A7B-A7CB-62EB4C443CEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "birder.integration.tests", "birder.integration.tests\birder.integration.tests.csproj", "{9985A0F7-FFDF-4A0C-B0E6-C0D8BA0B174F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{632B1554-FC3B-457D-9245-60B0175C6B20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{632B1554-FC3B-457D-9245-60B0175C6B20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{632B1554-FC3B-457D-9245-60B0175C6B20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{632B1554-FC3B-457D-9245-60B0175C6B20}.Release|Any CPU.Build.0 = Release|Any CPU
{62101230-16AA-4A7B-A7CB-62EB4C443CEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62101230-16AA-4A7B-A7CB-62EB4C443CEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62101230-16AA-4A7B-A7CB-62EB4C443CEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62101230-16AA-4A7B-A7CB-62EB4C443CEA}.Release|Any CPU.Build.0 = Release|Any CPU
{9985A0F7-FFDF-4A0C-B0E6-C0D8BA0B174F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9985A0F7-FFDF-4A0C-B0E6-C0D8BA0B174F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9985A0F7-FFDF-4A0C-B0E6-C0D8BA0B174F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9985A0F7-FFDF-4A0C-B0E6-C0D8BA0B174F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {084B3989-13D1-4188-81B2-D202663BFEE6}
EndGlobalSection
EndGlobal