-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTwitMemento.sln
32 lines (32 loc) · 1.87 KB
/
TwitMemento.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Strangelights.TwitMemento", "Strangelights.TwitMemento\Strangelights.TwitMemento.fsproj", "{7A43CC74-5F95-48A3-AFF5-8C51009AA976}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Strangelights.TwitMemento.WPF", "Strangelights.TwitMemento.WPF\Strangelights.TwitMemento.WPF.fsproj", "{C7EF0D5A-01C5-4076-86C8-DA64B944E5C4}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Strangelights.TwitMemento.Console", "Strangelights.TwitMemento.Console\Strangelights.TwitMemento.Console.fsproj", "{BF209684-0668-43C3-A739-8BE7EE6C4367}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A43CC74-5F95-48A3-AFF5-8C51009AA976}.Debug|x86.ActiveCfg = Debug|x86
{7A43CC74-5F95-48A3-AFF5-8C51009AA976}.Debug|x86.Build.0 = Debug|x86
{7A43CC74-5F95-48A3-AFF5-8C51009AA976}.Release|x86.ActiveCfg = Release|x86
{7A43CC74-5F95-48A3-AFF5-8C51009AA976}.Release|x86.Build.0 = Release|x86
{C7EF0D5A-01C5-4076-86C8-DA64B944E5C4}.Debug|x86.ActiveCfg = Debug|x86
{C7EF0D5A-01C5-4076-86C8-DA64B944E5C4}.Debug|x86.Build.0 = Debug|x86
{C7EF0D5A-01C5-4076-86C8-DA64B944E5C4}.Release|x86.ActiveCfg = Release|x86
{C7EF0D5A-01C5-4076-86C8-DA64B944E5C4}.Release|x86.Build.0 = Release|x86
{BF209684-0668-43C3-A739-8BE7EE6C4367}.Debug|x86.ActiveCfg = Debug|x86
{BF209684-0668-43C3-A739-8BE7EE6C4367}.Debug|x86.Build.0 = Debug|x86
{BF209684-0668-43C3-A739-8BE7EE6C4367}.Release|x86.ActiveCfg = Release|x86
{BF209684-0668-43C3-A739-8BE7EE6C4367}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal