-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDivination.sln
More file actions
49 lines (49 loc) · 2.96 KB
/
Divination.sln
File metadata and controls
49 lines (49 loc) · 2.96 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11312.210 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{C00AD6CE-4F53-4415-B105-183A7CD79FA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FaloopIntegration", "FaloopIntegration\FaloopIntegration.csproj", "{6A48EBAF-6787-44A9-93A8-F5F1C87FAF92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AetheryteLinkInChat", "AetheryteLinkInChat\AetheryteLinkInChat.csproj", "{D765974E-0713-4527-8CAF-5B6BF3ECDA92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Horoscope", "Horoscope\Horoscope.csproj", "{A099E0CA-0C4E-402A-B334-E243D4286872}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AetheryteLinkInChat.IpcModel", "AetheryteLinkInChat.IpcModel\AetheryteLinkInChat.IpcModel.csproj", "{A87243BD-80F0-4CDE-A1B3-C6A4B5BA6A39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C00AD6CE-4F53-4415-B105-183A7CD79FA7}.Debug|Any CPU.ActiveCfg = Debug|x64
{C00AD6CE-4F53-4415-B105-183A7CD79FA7}.Debug|Any CPU.Build.0 = Debug|x64
{C00AD6CE-4F53-4415-B105-183A7CD79FA7}.Release|Any CPU.ActiveCfg = Release|x64
{C00AD6CE-4F53-4415-B105-183A7CD79FA7}.Release|Any CPU.Build.0 = Release|x64
{6A48EBAF-6787-44A9-93A8-F5F1C87FAF92}.Debug|Any CPU.ActiveCfg = Debug|x64
{6A48EBAF-6787-44A9-93A8-F5F1C87FAF92}.Debug|Any CPU.Build.0 = Debug|x64
{6A48EBAF-6787-44A9-93A8-F5F1C87FAF92}.Release|Any CPU.ActiveCfg = Release|x64
{6A48EBAF-6787-44A9-93A8-F5F1C87FAF92}.Release|Any CPU.Build.0 = Release|x64
{D765974E-0713-4527-8CAF-5B6BF3ECDA92}.Debug|Any CPU.ActiveCfg = Debug|x64
{D765974E-0713-4527-8CAF-5B6BF3ECDA92}.Debug|Any CPU.Build.0 = Debug|x64
{D765974E-0713-4527-8CAF-5B6BF3ECDA92}.Release|Any CPU.ActiveCfg = Release|x64
{D765974E-0713-4527-8CAF-5B6BF3ECDA92}.Release|Any CPU.Build.0 = Release|x64
{A099E0CA-0C4E-402A-B334-E243D4286872}.Debug|Any CPU.ActiveCfg = Debug|x64
{A099E0CA-0C4E-402A-B334-E243D4286872}.Debug|Any CPU.Build.0 = Debug|x64
{A099E0CA-0C4E-402A-B334-E243D4286872}.Release|Any CPU.ActiveCfg = Release|x64
{A099E0CA-0C4E-402A-B334-E243D4286872}.Release|Any CPU.Build.0 = Release|x64
{A87243BD-80F0-4CDE-A1B3-C6A4B5BA6A39}.Debug|Any CPU.ActiveCfg = Debug|x64
{A87243BD-80F0-4CDE-A1B3-C6A4B5BA6A39}.Debug|Any CPU.Build.0 = Debug|x64
{A87243BD-80F0-4CDE-A1B3-C6A4B5BA6A39}.Release|Any CPU.ActiveCfg = Release|x64
{A87243BD-80F0-4CDE-A1B3-C6A4B5BA6A39}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1E24CADC-6974-4F4D-B00B-0AA4B2AF8A1D}
EndGlobalSection
EndGlobal