-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathTooGoodToGoNotifier.sln
51 lines (51 loc) · 2.94 KB
/
TooGoodToGoNotifier.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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TooGoodToGoNotifier", "src\TooGoodToGoNotifier\TooGoodToGoNotifier.csproj", "{D8BCC3AA-0364-4430-B624-0AA74026768E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TooGoodToGoNotifier.Tests", "tests\TooGoodToGoNotifier.Tests\TooGoodToGoNotifier.Tests.csproj", "{026A5765-B085-4C3A-883B-9045B7E5C212}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TooGoodToGo.Api", "src\TooGoodToGoApi\TooGoodToGo.Api.csproj", "{10811DD8-DA56-471F-B86A-8AAFE417D4E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TooGoodToGoNotifier.Core", "src\TooGoodToGoNotifier.Core\TooGoodToGoNotifier.Core.csproj", "{2A591AED-A021-4513-A3D2-F92496FA09F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B9C293E3-F913-4A17-83A0-B2AA65EFEAA3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8BCC3AA-0364-4430-B624-0AA74026768E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8BCC3AA-0364-4430-B624-0AA74026768E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8BCC3AA-0364-4430-B624-0AA74026768E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8BCC3AA-0364-4430-B624-0AA74026768E}.Release|Any CPU.Build.0 = Release|Any CPU
{026A5765-B085-4C3A-883B-9045B7E5C212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{026A5765-B085-4C3A-883B-9045B7E5C212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{026A5765-B085-4C3A-883B-9045B7E5C212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{026A5765-B085-4C3A-883B-9045B7E5C212}.Release|Any CPU.Build.0 = Release|Any CPU
{10811DD8-DA56-471F-B86A-8AAFE417D4E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10811DD8-DA56-471F-B86A-8AAFE417D4E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10811DD8-DA56-471F-B86A-8AAFE417D4E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10811DD8-DA56-471F-B86A-8AAFE417D4E4}.Release|Any CPU.Build.0 = Release|Any CPU
{2A591AED-A021-4513-A3D2-F92496FA09F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A591AED-A021-4513-A3D2-F92496FA09F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A591AED-A021-4513-A3D2-F92496FA09F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A591AED-A021-4513-A3D2-F92496FA09F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA23335D-60B7-4920-A551-9BF543A0E663}
EndGlobalSection
EndGlobal