forked from Cheesebaron/ViewPagerIndicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ViewPagerIndicator.sln
36 lines (36 loc) · 2.02 KB
/
ViewPagerIndicator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "Library\Library.csproj", "{FA322A14-2B8E-4496-B950-4D8263CA0A2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{551C29FF-3EC6-450A-A9A7-5654813289D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libraryv4", "Libraryv4\Libraryv4.csproj", "{121808BF-F5C1-41EA-A781-7CE471A59994}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA322A14-2B8E-4496-B950-4D8263CA0A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA322A14-2B8E-4496-B950-4D8263CA0A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA322A14-2B8E-4496-B950-4D8263CA0A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA322A14-2B8E-4496-B950-4D8263CA0A2D}.Release|Any CPU.Build.0 = Release|Any CPU
{551C29FF-3EC6-450A-A9A7-5654813289D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{551C29FF-3EC6-450A-A9A7-5654813289D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{551C29FF-3EC6-450A-A9A7-5654813289D1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{551C29FF-3EC6-450A-A9A7-5654813289D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{551C29FF-3EC6-450A-A9A7-5654813289D1}.Release|Any CPU.Build.0 = Release|Any CPU
{551C29FF-3EC6-450A-A9A7-5654813289D1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{121808BF-F5C1-41EA-A781-7CE471A59994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121808BF-F5C1-41EA-A781-7CE471A59994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121808BF-F5C1-41EA-A781-7CE471A59994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121808BF-F5C1-41EA-A781-7CE471A59994}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal