-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRadarGraph.sln
33 lines (32 loc) · 2.12 KB
/
RadarGraph.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadarGraph", "RadarGraph\RadarGraph.csproj", "{E3B50E5C-30F0-4442-9775-4D805FC91925}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RadarGraphExample", "RadarGraphExample\RadarGraphExample.csproj", "{201297F2-5DB7-4930-AFC7-D131B0C78121}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Release|iPhone.Build.0 = Release|Any CPU
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3B50E5C-30F0-4442-9775-4D805FC91925}.Debug|iPhone.Build.0 = Debug|Any CPU
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Release|iPhone.ActiveCfg = Release|iPhone
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Release|iPhone.Build.0 = Release|iPhone
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Debug|iPhone.ActiveCfg = Debug|iPhone
{201297F2-5DB7-4930-AFC7-D131B0C78121}.Debug|iPhone.Build.0 = Debug|iPhone
EndGlobalSection
EndGlobal