-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheGym.sln
36 lines (36 loc) · 2.24 KB
/
TheGym.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheGym", "TheGym\TheGym.csproj", "{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HtmlAgilityPack", "..\HtmlAgilityPack.1.4.0.Source\HtmlAgilityPack\HtmlAgilityPack.csproj", "{193BB801-054F-4729-9D5D-FCE1E32594BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Debug|iPhone.Build.0 = Debug|Any CPU
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Release|iPhone.ActiveCfg = Release|Any CPU
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Release|iPhone.Build.0 = Release|Any CPU
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{193BB801-054F-4729-9D5D-FCE1E32594BF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Debug|iPhone.ActiveCfg = Debug|iPhone
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Debug|iPhone.Build.0 = Debug|iPhone
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Release|iPhone.ActiveCfg = Release|iPhone
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Release|iPhone.Build.0 = Release|iPhone
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{F08D2AD1-62D2-49DD-AC99-5A258B2ADB2B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = TheGym\TheGym.csproj
EndGlobalSection
EndGlobal