-
Notifications
You must be signed in to change notification settings - Fork 303
/
di.sln
28 lines (28 loc) · 1.79 KB
/
di.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TagsCloudContainer", "TagsCloudContainer\TagsCloudContainer.csproj", "{D6C7C0D1-2CA2-4F45-8AA5-340A58A45B95}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TagsCloudContainerTests", "TagsCloudContainerTests\TagsCloudContainerTests.csproj", "{405FAAB3-6E4C-487C-9429-43529876FB44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TagsCloudConsoleUI", "TagsCloudConsoleUI\TagsCloudConsoleUI.csproj", "{EB9EA819-7DE4-4B51-83EE-5B7B1380DFBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6C7C0D1-2CA2-4F45-8AA5-340A58A45B95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6C7C0D1-2CA2-4F45-8AA5-340A58A45B95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6C7C0D1-2CA2-4F45-8AA5-340A58A45B95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6C7C0D1-2CA2-4F45-8AA5-340A58A45B95}.Release|Any CPU.Build.0 = Release|Any CPU
{405FAAB3-6E4C-487C-9429-43529876FB44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{405FAAB3-6E4C-487C-9429-43529876FB44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{405FAAB3-6E4C-487C-9429-43529876FB44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{405FAAB3-6E4C-487C-9429-43529876FB44}.Release|Any CPU.Build.0 = Release|Any CPU
{EB9EA819-7DE4-4B51-83EE-5B7B1380DFBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB9EA819-7DE4-4B51-83EE-5B7B1380DFBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB9EA819-7DE4-4B51-83EE-5B7B1380DFBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB9EA819-7DE4-4B51-83EE-5B7B1380DFBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal