This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchoicebot.sln
56 lines (56 loc) · 3.34 KB
/
choicebot.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
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChoiceBot", "ChoiceBot\ChoiceBot.csproj", "{29D013E4-86F8-4731-943F-5BBADB18D70B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9CA109E-DC39-4861-9596-4E6731F3E295}"
ProjectSection(SolutionItems) = preProject
COPYING = COPYING
COPYING.ko-KR = COPYING.ko-KR
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChoiceBot.Tests", "ChoiceBot.Tests\ChoiceBot.Tests.csproj", "{76DB97C6-4344-430D-9626-2368A8C7C8E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nadulmok.SocialApi", "Nadulmok.SocialApi\Nadulmok.SocialApi.csproj", "{88492E27-B33B-429A-9828-8AAC7D499820}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nadulmok.SocialApi.MastoNet", "Nadulmok.SocialApi.MastoNet\Nadulmok.SocialApi.MastoNet.csproj", "{F94C21BE-D02D-429A-B606-A3066C32E998}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nadulmok.SocialApi.Dummy", "Nadulmok.SocialApi.Dummy\Nadulmok.SocialApi.Dummy.csproj", "{7CA9D70A-6114-4E82-A634-EF66435334ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29D013E4-86F8-4731-943F-5BBADB18D70B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29D013E4-86F8-4731-943F-5BBADB18D70B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29D013E4-86F8-4731-943F-5BBADB18D70B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29D013E4-86F8-4731-943F-5BBADB18D70B}.Release|Any CPU.Build.0 = Release|Any CPU
{76DB97C6-4344-430D-9626-2368A8C7C8E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76DB97C6-4344-430D-9626-2368A8C7C8E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76DB97C6-4344-430D-9626-2368A8C7C8E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76DB97C6-4344-430D-9626-2368A8C7C8E9}.Release|Any CPU.Build.0 = Release|Any CPU
{88492E27-B33B-429A-9828-8AAC7D499820}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88492E27-B33B-429A-9828-8AAC7D499820}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88492E27-B33B-429A-9828-8AAC7D499820}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88492E27-B33B-429A-9828-8AAC7D499820}.Release|Any CPU.Build.0 = Release|Any CPU
{F94C21BE-D02D-429A-B606-A3066C32E998}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F94C21BE-D02D-429A-B606-A3066C32E998}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F94C21BE-D02D-429A-B606-A3066C32E998}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F94C21BE-D02D-429A-B606-A3066C32E998}.Release|Any CPU.Build.0 = Release|Any CPU
{7CA9D70A-6114-4E82-A634-EF66435334ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CA9D70A-6114-4E82-A634-EF66435334ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CA9D70A-6114-4E82-A634-EF66435334ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CA9D70A-6114-4E82-A634-EF66435334ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BAA083E-C0C6-4500-A687-ECE62B75E7DC}
EndGlobalSection
EndGlobal