-
Notifications
You must be signed in to change notification settings - Fork 1
/
TopTen.sln
31 lines (30 loc) · 1.79 KB
/
TopTen.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37814407-1401-4A81-9923-5D1C44E62135}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TopTenApp", "TopTenApp\TopTenApp.csproj", "{CDEC27E3-8C61-4D27-887A-9F3531EA6415}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{47B0F8B4-1353-4064-AFEA-9975342A4808}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TopTenComponent", "TopTenComponent\TopTenComponent.csproj", "{8AD1E666-99EB-4BE4-9CFE-0C26BDA22194}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDEC27E3-8C61-4D27-887A-9F3531EA6415}.Debug|x86.ActiveCfg = Debug|x86
{CDEC27E3-8C61-4D27-887A-9F3531EA6415}.Debug|x86.Build.0 = Debug|x86
{CDEC27E3-8C61-4D27-887A-9F3531EA6415}.Release|x86.ActiveCfg = Release|x86
{CDEC27E3-8C61-4D27-887A-9F3531EA6415}.Release|x86.Build.0 = Release|x86
{47B0F8B4-1353-4064-AFEA-9975342A4808}.Debug|x86.ActiveCfg = Debug|x86
{47B0F8B4-1353-4064-AFEA-9975342A4808}.Debug|x86.Build.0 = Debug|x86
{47B0F8B4-1353-4064-AFEA-9975342A4808}.Release|x86.ActiveCfg = Release|x86
{47B0F8B4-1353-4064-AFEA-9975342A4808}.Release|x86.Build.0 = Release|x86
{8AD1E666-99EB-4BE4-9CFE-0C26BDA22194}.Debug|x86.ActiveCfg = Debug|Any CPU
{8AD1E666-99EB-4BE4-9CFE-0C26BDA22194}.Debug|x86.Build.0 = Debug|Any CPU
{8AD1E666-99EB-4BE4-9CFE-0C26BDA22194}.Release|x86.ActiveCfg = Release|Any CPU
{8AD1E666-99EB-4BE4-9CFE-0C26BDA22194}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal