forked from cdhowie/Eluant
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEluant.iOS.sln
More file actions
26 lines (26 loc) · 1.39 KB
/
Eluant.iOS.sln
File metadata and controls
26 lines (26 loc) · 1.39 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eluant.iOS", "Eluant\Eluant.iOS.csproj", "{E0C12CBA-CA0D-46D0-8106-D17247C7EA0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eluant.Tests", "Eluant.Tests\Eluant.Tests.csproj", "{F1850D5C-48D6-4D42-AC85-072E706030BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0C12CBA-CA0D-46D0-8106-D17247C7EA0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0C12CBA-CA0D-46D0-8106-D17247C7EA0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0C12CBA-CA0D-46D0-8106-D17247C7EA0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0C12CBA-CA0D-46D0-8106-D17247C7EA0B}.Release|Any CPU.Build.0 = Release|Any CPU
{F1850D5C-48D6-4D42-AC85-072E706030BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1850D5C-48D6-4D42-AC85-072E706030BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1850D5C-48D6-4D42-AC85-072E706030BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1850D5C-48D6-4D42-AC85-072E706030BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Eluant\Eluant.iOS.csproj
EndGlobalSection
EndGlobal