-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathYNAB.Rest.sln
31 lines (31 loc) · 1.56 KB
/
YNAB.Rest.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 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YNAB.Rest", "YNAB.Rest\YNAB.Rest.csproj", "{E6A0A718-C058-42E6-91CC-AA0F02210444}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YNAB.Rest.Console", "YNAB.Rest.Console\YNAB.Rest.Console.csproj", "{EA1DE5C5-78A8-4189-8A61-C52D2D5BF8FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6A0A718-C058-42E6-91CC-AA0F02210444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6A0A718-C058-42E6-91CC-AA0F02210444}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6A0A718-C058-42E6-91CC-AA0F02210444}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6A0A718-C058-42E6-91CC-AA0F02210444}.Release|Any CPU.Build.0 = Release|Any CPU
{EA1DE5C5-78A8-4189-8A61-C52D2D5BF8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA1DE5C5-78A8-4189-8A61-C52D2D5BF8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA1DE5C5-78A8-4189-8A61-C52D2D5BF8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA1DE5C5-78A8-4189-8A61-C52D2D5BF8FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F20949E1-50E4-4426-AE1C-BA22285A6197}
EndGlobalSection
EndGlobal