forked from gpailler/Luxa4Slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLuxa4Slack.sln
49 lines (49 loc) · 2.83 KB
/
Luxa4Slack.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 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C7A15E77-F1BC-45F4-9391-ECDC2AA7D892}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luxa4Slack", "Luxa4Slack\Luxa4Slack.csproj", "{0E48DD4A-74D2-4C38-9B55-FCF0C17CAFD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luxa4Slack.Console", "Luxa4Slack.Console\Luxa4Slack.Console.csproj", "{AEB64042-7E5E-4D8A-82B4-C583569517DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luxa4Slack.Tray", "Luxa4Slack.Tray\Luxa4Slack.Tray.csproj", "{964EBFBE-A600-49B2-BDD8-422B46F1D544}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Luxa4Slack.OAuthServer", "Luxa4Slack.OAuthServer\Luxa4Slack.OAuthServer.csproj", "{D775A585-E533-4B2B-A5F0-8662A822A135}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E48DD4A-74D2-4C38-9B55-FCF0C17CAFD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E48DD4A-74D2-4C38-9B55-FCF0C17CAFD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E48DD4A-74D2-4C38-9B55-FCF0C17CAFD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E48DD4A-74D2-4C38-9B55-FCF0C17CAFD1}.Release|Any CPU.Build.0 = Release|Any CPU
{AEB64042-7E5E-4D8A-82B4-C583569517DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEB64042-7E5E-4D8A-82B4-C583569517DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEB64042-7E5E-4D8A-82B4-C583569517DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEB64042-7E5E-4D8A-82B4-C583569517DE}.Release|Any CPU.Build.0 = Release|Any CPU
{964EBFBE-A600-49B2-BDD8-422B46F1D544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{964EBFBE-A600-49B2-BDD8-422B46F1D544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{964EBFBE-A600-49B2-BDD8-422B46F1D544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{964EBFBE-A600-49B2-BDD8-422B46F1D544}.Release|Any CPU.Build.0 = Release|Any CPU
{D775A585-E533-4B2B-A5F0-8662A822A135}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D775A585-E533-4B2B-A5F0-8662A822A135}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D775A585-E533-4B2B-A5F0-8662A822A135}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D775A585-E533-4B2B-A5F0-8662A822A135}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23100DE3-56F0-4890-B250-5F10843010E7}
EndGlobalSection
EndGlobal