Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
MonoTouchCelltutorial - baseline for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
slodge committed Oct 6, 2013
1 parent 5af5e18 commit e4f05e7
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 38 deletions.
23 changes: 17 additions & 6 deletions MonoTouchCellTutorial.BaseLineForDemo/MonoTouchCellTutorial.sln
@@ -1,22 +1,30 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoTouchCellTutorial", "MonoTouchCellTutorial\MonoTouchCellTutorial.csproj", "{176BBCC7-ABA4-4873-BF18-67A24E9071F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhone.Build.0 = AppStore|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Debug|iPhone.ActiveCfg = Debug|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Debug|iPhone.Build.0 = Debug|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
Expand All @@ -26,6 +34,9 @@ Global
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = MonoTouchCellTutorial\MonoTouchCellTutorial.csproj
EndGlobalSection
Expand Down
@@ -1,3 +1,4 @@
using Cirrious.CrossCore;
using MonoTouchCellTutorial.Core.Interfaces;
using MonoTouchCellTutorial.Core.Services;
using Cirrious.MvvmCross.ViewModels;
Expand Down
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -77,6 +77,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Windows" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
Expand Down Expand Up @@ -135,15 +136,6 @@
<Compile Include="Core\ViewModels\PetShopViewModel.cs" />
<Compile Include="Core\Models\AnimalGenerator.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Folder Include="Core\" />
<Folder Include="UI\" />
<Folder Include="Core\ViewModels\" />
<Folder Include="Core\Models\" />
<Folder Include="Core\Models\Dogs\" />
<Folder Include="Core\Models\Kittens\" />
<Folder Include="Core\Services\" />
<Folder Include="Core\Interfaces\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<ItemGroup />
</Project>
23 changes: 17 additions & 6 deletions MonoTouchCellTutorial/MonoTouchCellTutorial.sln
@@ -1,22 +1,30 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoTouchCellTutorial", "MonoTouchCellTutorial\MonoTouchCellTutorial.csproj", "{176BBCC7-ABA4-4873-BF18-67A24E9071F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhone.Build.0 = AppStore|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Debug|iPhone.ActiveCfg = Debug|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Debug|iPhone.Build.0 = Debug|iPhone
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
Expand All @@ -26,6 +34,9 @@ Global
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{176BBCC7-ABA4-4873-BF18-67A24E9071F3}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = MonoTouchCellTutorial\MonoTouchCellTutorial.csproj
EndGlobalSection
Expand Down
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -77,6 +77,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Windows" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="monotouch" />
Expand Down Expand Up @@ -147,19 +148,8 @@
<DependentUpon>PetShopView.cs</DependentUpon>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Folder Include="Core\" />
<Folder Include="UI\" />
<Folder Include="Core\ViewModels\" />
<Folder Include="Core\Models\" />
<Folder Include="Core\Models\Dogs\" />
<Folder Include="Core\Models\Kittens\" />
<Folder Include="Core\Services\" />
<Folder Include="Core\Interfaces\" />
<Folder Include="UI\Views\" />
<Folder Include="UI\Views\Cells\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" />
<ItemGroup />
<ItemGroup>
<InterfaceDefinition Include="UI\Views\Cells\KittenCell.xib" />
<InterfaceDefinition Include="UI\Views\Cells\DogCell.xib" />
Expand Down

0 comments on commit e4f05e7

Please sign in to comment.