-
Notifications
You must be signed in to change notification settings - Fork 1
/
PickUpSticks.sln
22 lines (22 loc) · 1.28 KB
/
PickUpSticks.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PickUpSticksTests", "PickUpSticksTests\PickUpSticksTests.csproj", "{D1475A75-4C6D-4188-8196-926AE79CFFDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PickUpSticks", "PickUpSticks\PickUpSticks.csproj", "{5993F506-6E00-4A12-BF96-0D9A24E3410C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1475A75-4C6D-4188-8196-926AE79CFFDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1475A75-4C6D-4188-8196-926AE79CFFDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1475A75-4C6D-4188-8196-926AE79CFFDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1475A75-4C6D-4188-8196-926AE79CFFDC}.Release|Any CPU.Build.0 = Release|Any CPU
{5993F506-6E00-4A12-BF96-0D9A24E3410C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5993F506-6E00-4A12-BF96-0D9A24E3410C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5993F506-6E00-4A12-BF96-0D9A24E3410C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5993F506-6E00-4A12-BF96-0D9A24E3410C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal