-
Notifications
You must be signed in to change notification settings - Fork 1
/
SeattleCarsInBikeLanes.sln
49 lines (49 loc) · 3.16 KB
/
SeattleCarsInBikeLanes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeattleCarsInBikeLanes", "SeattleCarsInBikeLanes\SeattleCarsInBikeLanes.csproj", "{6CD23716-450E-4ABD-86F3-5EA19CA91F60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "golf1052.Mastodon", "..\MastodonAPI\golf1052.Mastodon\golf1052.Mastodon.csproj", "{83D37D1E-4B5B-48B6-AE4D-569BAE9A6B5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "golf1052.atproto.net", "..\atproto.net\golf1052.atproto.net\golf1052.atproto.net.csproj", "{A6C4A37C-748C-4CAF-A39A-0B5B983D5723}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SeattleCarsInBikeLanes.Tests", "SeattleCarsInBikeLanes.Tests\SeattleCarsInBikeLanes.Tests.csproj", "{4FA8175B-B2E9-40D3-AE58-4071752D2092}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "golf1052.ThreadsAPI", "..\ThreadsAPI\golf1052.ThreadsAPI\golf1052.ThreadsAPI.csproj", "{70BB7705-3A18-4113-A19A-4995EFC6E143}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6CD23716-450E-4ABD-86F3-5EA19CA91F60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CD23716-450E-4ABD-86F3-5EA19CA91F60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CD23716-450E-4ABD-86F3-5EA19CA91F60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CD23716-450E-4ABD-86F3-5EA19CA91F60}.Release|Any CPU.Build.0 = Release|Any CPU
{83D37D1E-4B5B-48B6-AE4D-569BAE9A6B5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83D37D1E-4B5B-48B6-AE4D-569BAE9A6B5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83D37D1E-4B5B-48B6-AE4D-569BAE9A6B5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83D37D1E-4B5B-48B6-AE4D-569BAE9A6B5B}.Release|Any CPU.Build.0 = Release|Any CPU
{A6C4A37C-748C-4CAF-A39A-0B5B983D5723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C4A37C-748C-4CAF-A39A-0B5B983D5723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C4A37C-748C-4CAF-A39A-0B5B983D5723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C4A37C-748C-4CAF-A39A-0B5B983D5723}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA8175B-B2E9-40D3-AE58-4071752D2092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA8175B-B2E9-40D3-AE58-4071752D2092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA8175B-B2E9-40D3-AE58-4071752D2092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA8175B-B2E9-40D3-AE58-4071752D2092}.Release|Any CPU.Build.0 = Release|Any CPU
{70BB7705-3A18-4113-A19A-4995EFC6E143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70BB7705-3A18-4113-A19A-4995EFC6E143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70BB7705-3A18-4113-A19A-4995EFC6E143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70BB7705-3A18-4113-A19A-4995EFC6E143}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD766467-326B-4FF2-80FB-B0340ED0F698}
EndGlobalSection
EndGlobal