Skip to content

Commit

Permalink
[TaskyPortable] tidy solution
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Nov 13, 2013
1 parent f85a7c9 commit 212157d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion TaskyProPortable/TaskyAndroid/TaskyAndroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
<Folder Include="Resources\drawable-ldpi\" />
<Folder Include="Resources\drawable-mdpi\" />
<Folder Include="Resources\drawable-xhdpi\" />
<Folder Include="DL\" />
<Folder Include="Resources\values-v11\" />
<Folder Include="Resources\values-v14\" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="BusinessEntityBase.cs" />
Expand Down
2 changes: 1 addition & 1 deletion TaskyProPortable/TaskyiOS/Screens/HomeScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void Speak()

speechSynthesizer.SpeakUtterance (speechUtterance);
} else {
Console.WriteLine ("Speak requires iOS 7");
Console.WriteLine ("Speech requires iOS 7");
}
}

Expand Down
5 changes: 1 addition & 4 deletions TaskyProPortable/TaskyiOS/TaskyiOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,14 @@
<Compile Include="AppDelegate.cs" />
<Compile Include="ApplicationLayer\EditingSource.cs" />
<Compile Include="ApplicationLayer\TaskDialog.cs" />
<Compile Include="ApplicationLayer\LocalizableBindingContext.cs" />
<Compile Include="..\TaskyPortableLibrary\SQLite.Implementation.cs">
<Link>SQLite.Implementation.cs</Link>
</Compile>
<Compile Include="Screens\HomeScreen.cs" />
<Compile Include="ApplicationLayer\LocalizableBindingContext.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets" Condition="'$(windir)' != '' " />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Folder Include="DataLayer\" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\Default-568h%402x.png" />
<BundleResource Include="Resources\Default.png" />
Expand Down

0 comments on commit 212157d

Please sign in to comment.