Skip to content

Commit 0fe55d9

Browse files
committed
Add new MonoTouch project and tweak /src to build latest on MonoTouch
1 parent 23880bc commit 0fe55d9

6 files changed

Lines changed: 692 additions & 670 deletions

File tree

src/ServiceStack.Text.MonoTouch/ServiceStack.Text.MonoTouch.csproj

Lines changed: 0 additions & 255 deletions
This file was deleted.
Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.Text.MonoTouch", "ServiceStack.Text.MonoTouch.csproj", "{9A3F2C71-F6BE-491F-86F7-01708C2263BE}"
5-
EndProject
6-
Global
7-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8-
Debug|Any CPU = Debug|Any CPU
9-
Release|Any CPU = Release|Any CPU
10-
EndGlobalSection
11-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{9A3F2C71-F6BE-491F-86F7-01708C2263BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13-
{9A3F2C71-F6BE-491F-86F7-01708C2263BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
14-
{9A3F2C71-F6BE-491F-86F7-01708C2263BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
15-
{9A3F2C71-F6BE-491F-86F7-01708C2263BE}.Release|Any CPU.Build.0 = Release|Any CPU
16-
EndGlobalSection
17-
GlobalSection(SolutionProperties) = preSolution
18-
HideSolutionNode = FALSE
19-
EndGlobalSection
20-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.Text.MonoTouch", "ServiceStack.Text.MonoTouch\ServiceStack.Text.MonoTouch.csproj", "{1137B5AC-2259-413C-A473-93721D2A7551}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{1137B5AC-2259-413C-A473-93721D2A7551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{1137B5AC-2259-413C-A473-93721D2A7551}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{1137B5AC-2259-413C-A473-93721D2A7551}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{1137B5AC-2259-413C-A473-93721D2A7551}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(MonoDevelopProperties) = preSolution
18+
StartupItem = ServiceStack.Text.MonoTouch\ServiceStack.Text.MonoTouch.csproj
19+
EndGlobalSection
20+
GlobalSection(SolutionProperties) = preSolution
21+
HideSolutionNode = FALSE
22+
EndGlobalSection
23+
EndGlobal

0 commit comments

Comments
 (0)