Skip to content

Commit

Permalink
[TaskyL10n] rename localized iOS example
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Jul 3, 2012
1 parent 1e9b4d6 commit aef0aaa
Show file tree
Hide file tree
Showing 77 changed files with 50 additions and 1,616 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<TargetFrameworkProfile>Profile2</TargetFrameworkProfile> <TargetFrameworkProfile>Profile2</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -50,14 +52,12 @@
<Compile Include="BL\Contracts\BusinessEntityBase.cs" /> <Compile Include="BL\Contracts\BusinessEntityBase.cs" />
<Compile Include="BL\Contracts\IBusinessEntity.cs" /> <Compile Include="BL\Contracts\IBusinessEntity.cs" />
<Compile Include="DAL\TaskRepository.cs" /> <Compile Include="DAL\TaskRepository.cs" />

</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="DL\About.txt" /> <None Include="DL\About.txt" />
<None Include="DAL\About.txt" /> <None Include="DAL\About.txt" />
<None Include="BL\About.txt" /> <None Include="BL\About.txt" />
<None Include="About.txt" /> <None Include="About.txt" />

</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand All @@ -67,5 +67,4 @@
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->

</Project> </Project>
47 changes: 47 additions & 0 deletions TaskyL10n/TaskyL10n.sln
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,47 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyiOS", "TaskyiOS\TaskyiOS.csproj", "{08FAE550-E302-4022-A871-17E0462E99F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.Portable", "Tasky.Core.Portable\Tasky.Core.Portable.csproj", "{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08FAE550-E302-4022-A871-17E0462E99F3}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{08FAE550-E302-4022-A871-17E0462E99F3}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{08FAE550-E302-4022-A871-17E0462E99F3}.Debug|iPhone.ActiveCfg = Debug|iPhone
{08FAE550-E302-4022-A871-17E0462E99F3}.Debug|iPhone.Build.0 = Debug|iPhone
{08FAE550-E302-4022-A871-17E0462E99F3}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{08FAE550-E302-4022-A871-17E0462E99F3}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{08FAE550-E302-4022-A871-17E0462E99F3}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{08FAE550-E302-4022-A871-17E0462E99F3}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{08FAE550-E302-4022-A871-17E0462E99F3}.Release|iPhone.ActiveCfg = Release|iPhone
{08FAE550-E302-4022-A871-17E0462E99F3}.Release|iPhone.Build.0 = Release|iPhone
{08FAE550-E302-4022-A871-17E0462E99F3}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{08FAE550-E302-4022-A871-17E0462E99F3}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Release|Any CPU.Build.0 = Release|Any CPU
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Release|iPhone.ActiveCfg = Release|Any CPU
{dbecb1bb-1cb3-4726-aba3-f3cd716b6d86}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8FD09DFC-EE0E-448C-8E0A-6FD727332081}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8FD09DFC-EE0E-448C-8E0A-6FD727332081}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = TaskyiOS\TaskyiOS.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
55 changes: 0 additions & 55 deletions TaskyPro/TaskyAndroid/Adapters/TaskListAdapter.cs

This file was deleted.

34 changes: 0 additions & 34 deletions TaskyPro/TaskyAndroid/Application.cs

This file was deleted.

19 changes: 0 additions & 19 deletions TaskyPro/TaskyAndroid/Assets/AboutAssets.txt

This file was deleted.

6 changes: 0 additions & 6 deletions TaskyPro/TaskyAndroid/Properties/AndroidManifest.xml

This file was deleted.

30 changes: 0 additions & 30 deletions TaskyPro/TaskyAndroid/Properties/AssemblyInfo.cs

This file was deleted.

44 changes: 0 additions & 44 deletions TaskyPro/TaskyAndroid/Resources/AboutResources.txt

This file was deleted.

115 changes: 0 additions & 115 deletions TaskyPro/TaskyAndroid/Resources/Resource.designer.cs

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit aef0aaa

Please sign in to comment.