This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Your New Favorite Poem.sln
31 lines (31 loc) · 1.64 KB
/
Your New Favorite Poem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Your New Favorite Poem", "Your New Favorite Poem\Your New Favorite Poem.csproj", "{D3E9DB89-0D45-432C-9D6B-27DD05F63FCB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YourNewFavoritePoem.UnitTests", "YourNewFavoritePoem.UnitTests\YourNewFavoritePoem.UnitTests.csproj", "{4400AF56-8402-4232-B7E1-B765C4F6209D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3E9DB89-0D45-432C-9D6B-27DD05F63FCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3E9DB89-0D45-432C-9D6B-27DD05F63FCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3E9DB89-0D45-432C-9D6B-27DD05F63FCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3E9DB89-0D45-432C-9D6B-27DD05F63FCB}.Release|Any CPU.Build.0 = Release|Any CPU
{4400AF56-8402-4232-B7E1-B765C4F6209D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4400AF56-8402-4232-B7E1-B765C4F6209D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4400AF56-8402-4232-B7E1-B765C4F6209D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4400AF56-8402-4232-B7E1-B765C4F6209D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1363625A-DDD1-41D3-AAE0-9AA1FDCD7E9C}
EndGlobalSection
EndGlobal