-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPantryPlanner.sln
36 lines (36 loc) · 1.94 KB
/
PantryPlanner.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.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PantryPlanner", "PantryPlanner\PantryPlanner.csproj", "{985A60A7-12E1-460D-AD77-B2A25FD96B76}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PantryPlannerApiUnitTests", "PantryPlannerApiUnitTests\PantryPlannerApiUnitTests.csproj", "{CFA43CF2-476C-4C89-8EE2-3356FA59E127}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Test|Any CPU = Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{985A60A7-12E1-460D-AD77-B2A25FD96B76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{985A60A7-12E1-460D-AD77-B2A25FD96B76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{985A60A7-12E1-460D-AD77-B2A25FD96B76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{985A60A7-12E1-460D-AD77-B2A25FD96B76}.Release|Any CPU.Build.0 = Release|Any CPU
{985A60A7-12E1-460D-AD77-B2A25FD96B76}.Test|Any CPU.ActiveCfg = Test|Any CPU
{985A60A7-12E1-460D-AD77-B2A25FD96B76}.Test|Any CPU.Build.0 = Test|Any CPU
{CFA43CF2-476C-4C89-8EE2-3356FA59E127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFA43CF2-476C-4C89-8EE2-3356FA59E127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFA43CF2-476C-4C89-8EE2-3356FA59E127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFA43CF2-476C-4C89-8EE2-3356FA59E127}.Release|Any CPU.Build.0 = Release|Any CPU
{CFA43CF2-476C-4C89-8EE2-3356FA59E127}.Test|Any CPU.ActiveCfg = Release|Any CPU
{CFA43CF2-476C-4C89-8EE2-3356FA59E127}.Test|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85429AD4-D5A5-4125-9546-4BEE9CA64BE2}
EndGlobalSection
EndGlobal