-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXas.LightTeams.sln
42 lines (42 loc) · 2.32 KB
/
Xas.LightTeams.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xas.LightTeams.App", "src\Xas.LightTeams.App\Xas.LightTeams.App.csproj", "{77C8378B-DE74-4520-A6C2-DFC043801F52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xas.LightTeams.Device", "src\Xas.LightTeams.Device\Xas.LightTeams.Device.csproj", "{0DABDFF4-C73D-4F40-87F7-D9FDF9D6BF6E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{015541BF-40B8-42BF-AB97-32BA452D2FCE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Telegram", "src\Nlog.Telegram\NLog.Telegram.csproj", "{03B27192-ED08-4B77-B8F9-6C6EBD359EEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77C8378B-DE74-4520-A6C2-DFC043801F52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77C8378B-DE74-4520-A6C2-DFC043801F52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77C8378B-DE74-4520-A6C2-DFC043801F52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77C8378B-DE74-4520-A6C2-DFC043801F52}.Release|Any CPU.Build.0 = Release|Any CPU
{0DABDFF4-C73D-4F40-87F7-D9FDF9D6BF6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DABDFF4-C73D-4F40-87F7-D9FDF9D6BF6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DABDFF4-C73D-4F40-87F7-D9FDF9D6BF6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DABDFF4-C73D-4F40-87F7-D9FDF9D6BF6E}.Release|Any CPU.Build.0 = Release|Any CPU
{03B27192-ED08-4B77-B8F9-6C6EBD359EEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03B27192-ED08-4B77-B8F9-6C6EBD359EEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03B27192-ED08-4B77-B8F9-6C6EBD359EEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03B27192-ED08-4B77-B8F9-6C6EBD359EEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD059C71-9675-4FB8-A9F3-E6D40EA347D6}
EndGlobalSection
EndGlobal