-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnimalFacts.sln
43 lines (43 loc) · 2.55 KB
/
AnimalFacts.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{E10B0639-FACE-4C7E-BE36-9C3E85D5222D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facts", "AnimalFacts\Facts.csproj", "{D89E0D5E-C154-47F3-82FE-8B8AF923BB6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp2", "ConsoleApp2\ConsoleApp2.csproj", "{02C2C5FE-C5E3-4596-88A1-20BC617B8C2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnimalFactsUnitTests", "AnimalFactsUnitTests\AnimalFactsUnitTests.csproj", "{5673FDBC-FB7E-4B08-8AF3-117F1688272A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E10B0639-FACE-4C7E-BE36-9C3E85D5222D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E10B0639-FACE-4C7E-BE36-9C3E85D5222D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E10B0639-FACE-4C7E-BE36-9C3E85D5222D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E10B0639-FACE-4C7E-BE36-9C3E85D5222D}.Release|Any CPU.Build.0 = Release|Any CPU
{D89E0D5E-C154-47F3-82FE-8B8AF923BB6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D89E0D5E-C154-47F3-82FE-8B8AF923BB6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D89E0D5E-C154-47F3-82FE-8B8AF923BB6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D89E0D5E-C154-47F3-82FE-8B8AF923BB6A}.Release|Any CPU.Build.0 = Release|Any CPU
{02C2C5FE-C5E3-4596-88A1-20BC617B8C2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C2C5FE-C5E3-4596-88A1-20BC617B8C2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C2C5FE-C5E3-4596-88A1-20BC617B8C2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C2C5FE-C5E3-4596-88A1-20BC617B8C2F}.Release|Any CPU.Build.0 = Release|Any CPU
{5673FDBC-FB7E-4B08-8AF3-117F1688272A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5673FDBC-FB7E-4B08-8AF3-117F1688272A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5673FDBC-FB7E-4B08-8AF3-117F1688272A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5673FDBC-FB7E-4B08-8AF3-117F1688272A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70667975-21F9-4122-B88E-7A83D8DCFA13}
EndGlobalSection
EndGlobal