forked from ForNeVeR/tdsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTDLib.sln
54 lines (54 loc) · 3.25 KB
/
TDLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDLib", "TDLib\TDLib.csproj", "{2D4466D1-02F4-4983-B4B7-101FB4D76D91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDLib.Api", "TDLib.Api\TDLib.Api.csproj", "{DF52A2FE-0464-40EE-AACC-42781FA5FBDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDLib.Tests", "TDLib.Tests\TDLib.Tests.csproj", "{6707D62C-5FCB-472E-8F46-6B7EDAE56453}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDLib.Samples.GetChats", "Samples\TdLib.Samples.GetChats\TDLib.Samples.GetChats.csproj", "{E5D00251-CD3E-4736-B9A3-FF5A0996E9E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{B25EBBCB-983A-42DF-8EEF-2158ECE297AE}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TDLib.CodeGen", "TDLib.CodeGen\TDLib.CodeGen.fsproj", "{9A7D484C-DAA6-4F5B-8690-2A1BB6E2E63C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D4466D1-02F4-4983-B4B7-101FB4D76D91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D4466D1-02F4-4983-B4B7-101FB4D76D91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D4466D1-02F4-4983-B4B7-101FB4D76D91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D4466D1-02F4-4983-B4B7-101FB4D76D91}.Release|Any CPU.Build.0 = Release|Any CPU
{DF52A2FE-0464-40EE-AACC-42781FA5FBDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF52A2FE-0464-40EE-AACC-42781FA5FBDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF52A2FE-0464-40EE-AACC-42781FA5FBDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF52A2FE-0464-40EE-AACC-42781FA5FBDB}.Release|Any CPU.Build.0 = Release|Any CPU
{6707D62C-5FCB-472E-8F46-6B7EDAE56453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6707D62C-5FCB-472E-8F46-6B7EDAE56453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6707D62C-5FCB-472E-8F46-6B7EDAE56453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6707D62C-5FCB-472E-8F46-6B7EDAE56453}.Release|Any CPU.Build.0 = Release|Any CPU
{E5D00251-CD3E-4736-B9A3-FF5A0996E9E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5D00251-CD3E-4736-B9A3-FF5A0996E9E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5D00251-CD3E-4736-B9A3-FF5A0996E9E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5D00251-CD3E-4736-B9A3-FF5A0996E9E3}.Release|Any CPU.Build.0 = Release|Any CPU
{9A7D484C-DAA6-4F5B-8690-2A1BB6E2E63C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7D484C-DAA6-4F5B-8690-2A1BB6E2E63C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7D484C-DAA6-4F5B-8690-2A1BB6E2E63C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7D484C-DAA6-4F5B-8690-2A1BB6E2E63C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5D00251-CD3E-4736-B9A3-FF5A0996E9E3} = {B25EBBCB-983A-42DF-8EEF-2158ECE297AE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46AB197A-DFB5-4F3A-97C7-65193A741D19}
EndGlobalSection
EndGlobal