-
Notifications
You must be signed in to change notification settings - Fork 21
/
ToBeSeen.sln
28 lines (28 loc) · 1.52 KB
/
ToBeSeen.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToBeSeen", "src\ToBeSeen\ToBeSeen.csproj", "{E2DBF26A-3ACC-483E-88AC-8468FA4BDA0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{460941E5-954B-4A04-8F1E-A7C117AA5F5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToBeSeenTests", "tst\ToBeSeenTests\ToBeSeenTests.csproj", "{87D573F9-AF30-4510-96E6-C1C1BA179721}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2DBF26A-3ACC-483E-88AC-8468FA4BDA0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2DBF26A-3ACC-483E-88AC-8468FA4BDA0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2DBF26A-3ACC-483E-88AC-8468FA4BDA0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2DBF26A-3ACC-483E-88AC-8468FA4BDA0A}.Release|Any CPU.Build.0 = Release|Any CPU
{87D573F9-AF30-4510-96E6-C1C1BA179721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87D573F9-AF30-4510-96E6-C1C1BA179721}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87D573F9-AF30-4510-96E6-C1C1BA179721}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87D573F9-AF30-4510-96E6-C1C1BA179721}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal