-
Notifications
You must be signed in to change notification settings - Fork 1
/
Koskila.KeywordManager.sln
36 lines (36 loc) · 1.84 KB
/
Koskila.KeywordManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Koskila.KeywordManager", "Koskila.KeywordManager\Koskila.KeywordManager.csproj", "{A69C2BDE-8F81-479C-BB58-6BE4B6F95044}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeywordWebhookReceiver", "KeywordWebhookReceiver\KeywordWebhookReceiver.csproj", "{0D7FA160-4B4B-448D-8867-F6931242E478}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E74654FC-5C5F-42BC-BBA3-19D4480D0A58}"
ProjectSection(SolutionItems) = preProject
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
{A69C2BDE-8F81-479C-BB58-6BE4B6F95044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A69C2BDE-8F81-479C-BB58-6BE4B6F95044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A69C2BDE-8F81-479C-BB58-6BE4B6F95044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A69C2BDE-8F81-479C-BB58-6BE4B6F95044}.Release|Any CPU.Build.0 = Release|Any CPU
{0D7FA160-4B4B-448D-8867-F6931242E478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D7FA160-4B4B-448D-8867-F6931242E478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D7FA160-4B4B-448D-8867-F6931242E478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D7FA160-4B4B-448D-8867-F6931242E478}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC3507C2-72D9-4D7F-B48E-9AADEBF29883}
EndGlobalSection
EndGlobal