-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibrary.sln
More file actions
33 lines (33 loc) · 2.1 KB
/
Library.sln
File metadata and controls
33 lines (33 loc) · 2.1 KB
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}") = "Library", "Library\Library.csproj", "{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library.iOS", "Library.iOS\Library.iOS.csproj", "{A57B4FF1-137D-40D5-83BD-C997110D248C}"
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
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Debug|iPhone.Build.0 = Debug|Any CPU
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Release|iPhone.ActiveCfg = Release|Any CPU
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Release|iPhone.Build.0 = Release|Any CPU
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{604943DC-DF3C-47EA-BFF9-98D2CB6558E6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Debug|iPhone.ActiveCfg = Debug|iPhone
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Debug|iPhone.Build.0 = Debug|iPhone
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Release|iPhone.ActiveCfg = Release|iPhone
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Release|iPhone.Build.0 = Release|iPhone
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{A57B4FF1-137D-40D5-83BD-C997110D248C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
EndGlobal