Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Oct 19, 2014
1 parent c0a7b00 commit d83e30b
Show file tree
Hide file tree
Showing 75 changed files with 4,194 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
89 changes: 89 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

#################
## Media Browser
#################
ProgramData*/
ProgramData-Server*/
ProgramData-UI*/

#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
packages/
dlls/

# Windows Store app package directory
AppPackages/

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store
120 changes: 120 additions & 0 deletions MediaBrowser.Mobile.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Mobile", "MediaBrowser.Mobile\MediaBrowser.Mobile\MediaBrowser.Mobile.csproj", "{6FECF799-CD14-4697-AEFC-98DD291B0A4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Mobile.iOS", "MediaBrowser.Mobile\MediaBrowser.Mobile.iOS\MediaBrowser.Mobile.iOS.csproj", "{455312A4-FB38-44A3-966A-7AE79EBBBF37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Mobile.Android", "MediaBrowser.Mobile\MediaBrowser.Mobile.Android\MediaBrowser.Mobile.Android.csproj", "{9561041B-572E-4279-A271-09A8198B504D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
AppStore|Any CPU = AppStore|Any CPU
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|Mixed Platforms = AppStore|Mixed Platforms
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.AppStore|Any CPU.Build.0 = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Release|Any CPU.Build.0 = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Release|iPhone.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6FECF799-CD14-4697-AEFC-98DD291B0A4F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Ad-Hoc|Mixed Platforms.ActiveCfg = Ad-Hoc|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Ad-Hoc|Mixed Platforms.Build.0 = Ad-Hoc|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.AppStore|iPhone.Build.0 = AppStore|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.AppStore|Mixed Platforms.ActiveCfg = AppStore|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.AppStore|Mixed Platforms.Build.0 = AppStore|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Debug|iPhone.ActiveCfg = Debug|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Debug|iPhone.Build.0 = Debug|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Debug|Mixed Platforms.Build.0 = Debug|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Release|Any CPU.ActiveCfg = Release|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Release|iPhone.ActiveCfg = Release|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Release|iPhone.Build.0 = Release|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Release|Mixed Platforms.ActiveCfg = Release|iPhone
{455312A4-FB38-44A3-966A-7AE79EBBBF37}.Release|Mixed Platforms.Build.0 = Release|iPhone
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|Any CPU.Build.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.AppStore|Mixed Platforms.Deploy.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|Any CPU.Build.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|iPhone.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9561041B-572E-4279-A271-09A8198B504D}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
36 changes: 36 additions & 0 deletions MediaBrowser.Mobile.sln.GhostDoc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<GhostDoc>
<SpellChecker>
<IncludeExtensions>
</IncludeExtensions>
<IgnoreExtensions>
</IgnoreExtensions>
<IgnoreFiles>
</IgnoreFiles>
</SpellChecker>
<HelpConfigurations selected="HelpFile">
<HelpConfiguration name="HelpFile">
<OutputPath>.\Help</OutputPath>
<HelpFileName>MediaBrowser.Mobile</HelpFileName>
<ImageFolderPath />
<HtmlFormats>
<HtmlHelp>true</HtmlHelp>
<MSHelpViewer>false</MSHelpViewer>
<MSHelp2>false</MSHelp2>
<Website>false</Website>
</HtmlFormats>
<IncludeScopes>
<Public>true</Public>
<Internal>false</Internal>
<Protected>false</Protected>
<Private>false</Private>
<Inherited>true</Inherited>
<EnableTags>false</EnableTags>
<TagList />
</IncludeScopes>
<ResolveCrefLinks>true</ResolveCrefLinks>
<HeaderText />
<FooterText />
<SelectedProjects />
</HelpConfiguration>
</HelpConfigurations>
</GhostDoc>
12 changes: 12 additions & 0 deletions MediaBrowser.Mobile.userprefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.Workbench ActiveDocument="MediaBrowser.Mobile\MediaBrowser.Mobile\App.cs">
<Files>
<File FileName="MediaBrowser.Mobile\MediaBrowser.Mobile\App.cs" Line="71" Column="71" />
</Files>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
</Properties>
Loading

0 comments on commit d83e30b

Please sign in to comment.