Skip to content

Commit

Permalink
First commit of Razor Rockstars
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 3, 2012
1 parent 5a8f085 commit ee426e0
Show file tree
Hide file tree
Showing 80 changed files with 10,030 additions and 5 deletions.
53 changes: 48 additions & 5 deletions .gitignore
@@ -1,6 +1,49 @@
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
bin
obj
bin/
obj/
.idea/
latest/
/env-vars.bat
*.suo
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
*.resharper.user
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
App_Data/
build/*.dll
*.user

release/latest/
*.nupkg
release/*

# mstest test results
TestResults
src/ServiceStack.MonoTouch/.DS_Store
NuGet/
build/
*.DS_Store

*.dotCover
Binary file added lib/Mono.Data.Sqlite.dll
Binary file not shown.
Binary file added lib/ServiceStack.Common.dll
Binary file not shown.
878 changes: 878 additions & 0 deletions lib/ServiceStack.Common.xml

Large diffs are not rendered by default.

Binary file added lib/ServiceStack.FluentValidation.Mvc3.dll
Binary file not shown.
Binary file added lib/ServiceStack.Interfaces.dll
Binary file not shown.
1,515 changes: 1,515 additions & 0 deletions lib/ServiceStack.Interfaces.xml

Large diffs are not rendered by default.

Binary file added lib/ServiceStack.OrmLite.SqlServer.dll
Binary file not shown.
Binary file added lib/ServiceStack.OrmLite.Sqlite.dll
Binary file not shown.
Binary file added lib/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file added lib/ServiceStack.Plugins.ProtoBuf.dll
Binary file not shown.
Binary file added lib/ServiceStack.Razor.dll
Binary file not shown.
11 changes: 11 additions & 0 deletions lib/ServiceStack.Razor.dll.config
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit ee426e0

Please sign in to comment.