This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGirBot.sln
38 lines (38 loc) · 2.28 KB
/
GirBot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GirBot", "GirBot\GirBot.csproj", "{93A17CB3-B416-48ED-8861-83C092E1FA32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UrlTitle", "UrlTitle\UrlTitle.csproj", "{B7B0B0F9-AE60-4309-AF0E-F692B6D1A8B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImgurRoulette", "ImgurRoulette\ImgurRoulette.csproj", "{8BD2AA9D-66B1-45E0-A5B8-121339A19CE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Girbot.Tests", "Girbot.Tests\Girbot.Tests.csproj", "{69304198-C8E2-44B7-83A0-1987C07D0647}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93A17CB3-B416-48ED-8861-83C092E1FA32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93A17CB3-B416-48ED-8861-83C092E1FA32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93A17CB3-B416-48ED-8861-83C092E1FA32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93A17CB3-B416-48ED-8861-83C092E1FA32}.Release|Any CPU.Build.0 = Release|Any CPU
{B7B0B0F9-AE60-4309-AF0E-F692B6D1A8B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7B0B0F9-AE60-4309-AF0E-F692B6D1A8B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7B0B0F9-AE60-4309-AF0E-F692B6D1A8B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7B0B0F9-AE60-4309-AF0E-F692B6D1A8B9}.Release|Any CPU.Build.0 = Release|Any CPU
{8BD2AA9D-66B1-45E0-A5B8-121339A19CE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BD2AA9D-66B1-45E0-A5B8-121339A19CE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BD2AA9D-66B1-45E0-A5B8-121339A19CE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BD2AA9D-66B1-45E0-A5B8-121339A19CE8}.Release|Any CPU.Build.0 = Release|Any CPU
{69304198-C8E2-44B7-83A0-1987C07D0647}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69304198-C8E2-44B7-83A0-1987C07D0647}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69304198-C8E2-44B7-83A0-1987C07D0647}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69304198-C8E2-44B7-83A0-1987C07D0647}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal