-
Notifications
You must be signed in to change notification settings - Fork 2
/
suka-lambda.sln
37 lines (37 loc) · 2.05 KB
/
suka-lambda.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SukaLambdaEngine", "src\SukaLambdaEngine.csproj", "{7A722C4E-D146-4C67-A40F-5690318F82FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SukaLambdaEngineTests", "SukaLambdaEngineTests\SukaLambdaEngineTests.csproj", "{53F167B3-5552-4B81-B3C0-E5F72E3E2E66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "telegram", "telegram\telegram.csproj", "{B401B73C-6DBF-4641-88E3-59EECBC197A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A722C4E-D146-4C67-A40F-5690318F82FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A722C4E-D146-4C67-A40F-5690318F82FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A722C4E-D146-4C67-A40F-5690318F82FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A722C4E-D146-4C67-A40F-5690318F82FA}.Release|Any CPU.Build.0 = Release|Any CPU
{53F167B3-5552-4B81-B3C0-E5F72E3E2E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53F167B3-5552-4B81-B3C0-E5F72E3E2E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53F167B3-5552-4B81-B3C0-E5F72E3E2E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53F167B3-5552-4B81-B3C0-E5F72E3E2E66}.Release|Any CPU.Build.0 = Release|Any CPU
{B401B73C-6DBF-4641-88E3-59EECBC197A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B401B73C-6DBF-4641-88E3-59EECBC197A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B401B73C-6DBF-4641-88E3-59EECBC197A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B401B73C-6DBF-4641-88E3-59EECBC197A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {173832C6-39DD-4820-8FE9-BCD2365D0EA0}
EndGlobalSection
EndGlobal