Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
[Tasky] rename platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Apr 12, 2012
1 parent 1bc65a4 commit 854904f
Show file tree
Hide file tree
Showing 41 changed files with 24 additions and 18 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ MWC/MWC.Droid/Bin/*
MWC/MWC.Droid/Resources/Resource.Designer.cs
MWC/MWC.WP7/Bin/*
MWC/MWC.Core.WP7/Bin/Debug/*
MWC/MWC.Droid/Resources/Values/PrivateStrings.xml
MWC/MWC.Droid/Resources/Values/PrivateStrings.xml

*/Resource.designer.cs

Tasky/TaskyAndroid/Resources/Resource.designer.cs
10 changes: 5 additions & 5 deletions Tasky/Tasky.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@


Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyTouch", "TaskyTouch\TaskyTouch.csproj", "{08FAE550-E302-4022-A871-17E0462E99F3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyiOS", "TaskyiOS\TaskyiOS.csproj", "{08FAE550-E302-4022-A871-17E0462E99F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyDroid", "TaskyDroid\TaskyDroid.csproj", "{82F04C1E-2F0D-4396-ADC3-BC9EADEE8E7E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyAndroid", "TaskyAndroid\TaskyAndroid.csproj", "{82F04C1E-2F0D-4396-ADC3-BC9EADEE8E7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.Touch", "Tasky.Core\Tasky.Core.Touch.csproj", "{3A95B215-DC1A-4A51-A2FD-AB811103F1CE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.iOS", "Tasky.Core\Tasky.Core.iOS.csproj", "{3A95B215-DC1A-4A51-A2FD-AB811103F1CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.Droid", "Tasky.Core\Tasky.Core.Droid.csproj", "{508E0D21-01E5-4A8C-A09F-AC121EDADEB8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.Android", "Tasky.Core\Tasky.Core.Android.csproj", "{508E0D21-01E5-4A8C-A09F-AC121EDADEB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions Tasky/TaskyDroid.sln → Tasky/TaskyAndroid.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyDroid", "TaskyDroid\TaskyDroid.csproj", "{82F04C1E-2F0D-4396-ADC3-BC9EADEE8E7E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyAndroid", "TaskyAndroid\TaskyAndroid.csproj", "{82F04C1E-2F0D-4396-ADC3-BC9EADEE8E7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.Droid", "Tasky.Core\Tasky.Core.Droid.csproj", "{508E0D21-01E5-4A8C-A09F-AC121EDADEB8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.Android", "Tasky.Core\Tasky.Core.Android.csproj", "{508E0D21-01E5-4A8C-A09F-AC121EDADEB8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.xamarin.samples.taskydroid">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.xamarin.samples.taskyandroid">
<application android:label="Tasky" android:debuggable="true">
</application>
<uses-sdk android:minSdkVersion="10" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<Folder Include="Resources\drawable\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tasky.Core\Tasky.Core.Droid.csproj">
<ProjectReference Include="..\Tasky.Core\Tasky.Core.Android.csproj">
<Project>{508E0D21-01E5-4A8C-A09F-AC121EDADEB8}</Project>
<Name>Tasky.Core.Droid</Name>
<Name>Tasky.Core.Android</Name>
</ProjectReference>
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Tasky/TaskyTouch.sln → Tasky/TaskyiOS.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@


Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyTouch", "TaskyTouch\TaskyTouch.csproj", "{08FAE550-E302-4022-A871-17E0462E99F3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskyiOS", "TaskyiOS\TaskyiOS.csproj", "{08FAE550-E302-4022-A871-17E0462E99F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.Touch", "Tasky.Core\Tasky.Core.Touch.csproj", "{3A95B215-DC1A-4A51-A2FD-AB811103F1CE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tasky.Core.iOS", "Tasky.Core\Tasky.Core.iOS.csproj", "{3A95B215-DC1A-4A51-A2FD-AB811103F1CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion Tasky/TaskyTouch/Info.plist → Tasky/TaskyiOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<string>Images/Icons/512_icon.png</string>
</array>
<key>CFBundleIdentifier</key>
<string>com.xamarin.samples.taskytouch</string>
<string>com.xamarin.samples.taskyios</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>UIDeviceFamily</key>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ConsolePause>false</ConsolePause>
<MtouchLink>None</MtouchLink>
<MtouchDebug>true</MtouchDebug>
<MtouchI18n />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
Expand All @@ -43,6 +44,7 @@
<ConsolePause>false</ConsolePause>
<MtouchDebug>true</MtouchDebug>
<CodesignKey>iPhone Developer</CodesignKey>
<IpaPackageName />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
<DebugType>none</DebugType>
Expand Down Expand Up @@ -93,9 +95,9 @@
<Content Include="Default%402x.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tasky.Core\Tasky.Core.Touch.csproj">
<ProjectReference Include="..\Tasky.Core\Tasky.Core.iOS.csproj">
<Project>{3A95B215-DC1A-4A51-A2FD-AB811103F1CE}</Project>
<Name>Tasky.Core.Touch</Name>
<Name>Tasky.Core.iOS</Name>
</ProjectReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion TaskyPro/TaskyDroid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("bryancostanich")]
[assembly: AssemblyCopyright("xamarin")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 854904f

Please sign in to comment.