Skip to content

Commit cb6b309

Browse files
committed
Initial conversion from Swift
1 parent 28dfbfa commit cb6b309

11 files changed

+1433
-0
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Autosave files
2+
*~
3+
4+
# build
5+
[Oo]bj/
6+
[Bb]in/
7+
packages/
8+
TestResults/
9+
10+
# globs
11+
Makefile.in
12+
*.DS_Store
13+
*.sln.cache
14+
*.suo
15+
*.cache
16+
*.pidb
17+
*.userprefs
18+
*.usertasks
19+
config.log
20+
config.make
21+
config.status
22+
aclocal.m4
23+
install-sh
24+
autom4te.cache/
25+
*.user
26+
*.tar.gz
27+
tarballs/
28+
test-results/
29+
Thumbs.db
30+
31+
# Mac bundle stuff
32+
*.dmg
33+
*.app
34+
35+
# resharper
36+
*_Resharper.*
37+
*.Resharper
38+
39+
# dotCover
40+
*.dotCover

ExpandingCollection.iOS.sln

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Naxam.ExpandingCollection.iOS", "Naxam.ExpandingCollection.iOS\Naxam.ExpandingCollection.iOS.csproj", "{D8FC2316-B25A-4E17-AB1C-87581F89859F}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{D8FC2316-B25A-4E17-AB1C-87581F89859F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{D8FC2316-B25A-4E17-AB1C-87581F89859F}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{D8FC2316-B25A-4E17-AB1C-87581F89859F}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{D8FC2316-B25A-4E17-AB1C-87581F89859F}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
EndGlobal

0 commit comments

Comments
 (0)