Skip to content

Commit

Permalink
Adding Rejuicer files
Browse files Browse the repository at this point in the history
  • Loading branch information
skroonenburg committed Aug 30, 2011
1 parent 5deab73 commit 77ad58b
Show file tree
Hide file tree
Showing 123 changed files with 26,617 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .gitignore
@@ -0,0 +1,34 @@
# Ignore file for Visual Studio 2008

# use glob syntax
syntax: glob

# Ignore Visual Studio 2008 files
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.lib
*.sbr
*.scc
[Bb]in
[Dd]ebug*/
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
[Bb]uild[Ll]og.*
*.[Pp]ublish.xml
20 changes: 20 additions & 0 deletions Demos/Mvc/MvcDemo/MvcDemo.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcDemo", "MvcDemo\MvcDemo.csproj", "{DF2A074E-7F68-4F71-80B5-DD47A3D556A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF2A074E-7F68-4F71-80B5-DD47A3D556A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF2A074E-7F68-4F71-80B5-DD47A3D556A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF2A074E-7F68-4F71-80B5-DD47A3D556A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF2A074E-7F68-4F71-80B5-DD47A3D556A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 77ad58b

Please sign in to comment.