-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSitecore.Bot.Framework.sln
56 lines (56 loc) · 3.72 KB
/
Sitecore.Bot.Framework.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
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{CAA73BB0-EF22-4D79-A57E-DF67B3BA9C80}") = "SC90.Master", "SC90.Master\SC90.Master.scproj", "{05633392-2F93-4EC7-A45D-08D5E76A1A1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SC90.Bot", "SC90.Bot\SC90.Bot.csproj", "{D4E5E212-7352-4E81-9D28-0A072F481802}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SC90.Bot.Telegram", "SC90.Bot.Telegram\SC90.Bot.Telegram.csproj", "{62B55700-65DF-4002-AA4B-A62E9B7C9CD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SC90.Bot.CodeGen", "SC90.Bot.CodeGen\SC90.Bot.CodeGen.csproj", "{17EF0BD4-F421-4E25-9401-C99434FA808A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".tds", ".tds", "{E8F0B581-416A-41E4-BF71-E9C679D37DBD}"
ProjectSection(SolutionItems) = preProject
TdsGlobal.config.user = TdsGlobal.config.user
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E70B2345-CB37-4501-92FD-03DD909D13DB}"
ProjectSection(SolutionItems) = preProject
README.txt = README.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05633392-2F93-4EC7-A45D-08D5E76A1A1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05633392-2F93-4EC7-A45D-08D5E76A1A1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05633392-2F93-4EC7-A45D-08D5E76A1A1B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{05633392-2F93-4EC7-A45D-08D5E76A1A1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05633392-2F93-4EC7-A45D-08D5E76A1A1B}.Release|Any CPU.Build.0 = Release|Any CPU
{05633392-2F93-4EC7-A45D-08D5E76A1A1B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D4E5E212-7352-4E81-9D28-0A072F481802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4E5E212-7352-4E81-9D28-0A072F481802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4E5E212-7352-4E81-9D28-0A072F481802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4E5E212-7352-4E81-9D28-0A072F481802}.Release|Any CPU.Build.0 = Release|Any CPU
{62B55700-65DF-4002-AA4B-A62E9B7C9CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62B55700-65DF-4002-AA4B-A62E9B7C9CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62B55700-65DF-4002-AA4B-A62E9B7C9CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62B55700-65DF-4002-AA4B-A62E9B7C9CD1}.Release|Any CPU.Build.0 = Release|Any CPU
{17EF0BD4-F421-4E25-9401-C99434FA808A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17EF0BD4-F421-4E25-9401-C99434FA808A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17EF0BD4-F421-4E25-9401-C99434FA808A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17EF0BD4-F421-4E25-9401-C99434FA808A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90E2EC12-7D1E-4966-88FB-35FF71D92C6A}
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8;packages\EnterpriseLibrary.TransientFaultHandling.Caching.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.ServiceBus.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.WindowsAzure.Storage.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.Configuration.6.0.1304.0\lib\NET45
EndGlobalSection
EndGlobal