-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathVideoWorld.sln
37 lines (37 loc) · 2.07 KB
/
VideoWorld.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoWorld", "VideoWorld\VideoWorld.csproj", "{CEF38368-9E5B-47B3-B538-8646837EA1D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{85BC3BDC-693F-496A-9212-D8CF2C3FB22C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoWorld.Features", "VideoWorld.Features\VideoWorld.Features.csproj", "{49BFCDBB-3D7D-408E-8C89-60A0EB73D8D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D91D69EF-6A43-4647-8558-C949E5DA3050}"
ProjectSection(SolutionItems) = preProject
README.textile = README.textile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEF38368-9E5B-47B3-B538-8646837EA1D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEF38368-9E5B-47B3-B538-8646837EA1D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEF38368-9E5B-47B3-B538-8646837EA1D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEF38368-9E5B-47B3-B538-8646837EA1D4}.Release|Any CPU.Build.0 = Release|Any CPU
{85BC3BDC-693F-496A-9212-D8CF2C3FB22C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85BC3BDC-693F-496A-9212-D8CF2C3FB22C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85BC3BDC-693F-496A-9212-D8CF2C3FB22C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85BC3BDC-693F-496A-9212-D8CF2C3FB22C}.Release|Any CPU.Build.0 = Release|Any CPU
{49BFCDBB-3D7D-408E-8C89-60A0EB73D8D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49BFCDBB-3D7D-408E-8C89-60A0EB73D8D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49BFCDBB-3D7D-408E-8C89-60A0EB73D8D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49BFCDBB-3D7D-408E-8C89-60A0EB73D8D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal