-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFiles.Bot.sln
41 lines (41 loc) · 2.47 KB
/
Files.Bot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34825.169
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Files.Bot.FormatXAML", "src\Files.Bot.FormatXAML\Files.Bot.FormatXAML.csproj", "{74ED3231-A426-4162-8A12-CC8F197FD0CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Files.Bot.RealTimeResponses", "src\Files.Bot.RealTimeResponses\Files.Bot.RealTimeResponses.csproj", "{8246368F-192A-4915-8C3B-0747B4AE5B59}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Files.Bot.Private", "src\Files.Bot.Private\Files.Bot.Private.shproj", "{91A33382-835A-47F0-8898-C78187BAF5A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Files.Bot.Core", "src\Files.Bot.Core\Files.Bot.Core.csproj", "{31A92B9E-52D6-42CD-BF55-5C87C9F3B6F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74ED3231-A426-4162-8A12-CC8F197FD0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74ED3231-A426-4162-8A12-CC8F197FD0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74ED3231-A426-4162-8A12-CC8F197FD0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74ED3231-A426-4162-8A12-CC8F197FD0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{8246368F-192A-4915-8C3B-0747B4AE5B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8246368F-192A-4915-8C3B-0747B4AE5B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8246368F-192A-4915-8C3B-0747B4AE5B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8246368F-192A-4915-8C3B-0747B4AE5B59}.Release|Any CPU.Build.0 = Release|Any CPU
{31A92B9E-52D6-42CD-BF55-5C87C9F3B6F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A92B9E-52D6-42CD-BF55-5C87C9F3B6F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A92B9E-52D6-42CD-BF55-5C87C9F3B6F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A92B9E-52D6-42CD-BF55-5C87C9F3B6F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B4C673A-B946-4F5B-B73D-3B2AE645F607}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Files.Bot.Private\Files.Bot.Private.projitems*{91a33382-835a-47f0-8898-c78187baf5a1}*SharedItemsImports = 13
EndGlobalSection
EndGlobal