Skip to content

Commit

Permalink
adding WebAPI sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Apr 4, 2012
1 parent c08ca9d commit 780cd5f
Show file tree
Hide file tree
Showing 739 changed files with 392,184 additions and 31 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
OutputRoot/
bin/
obj/
_UpgradeReport_Files

# Known files to ignore always #
*.suo
Expand All @@ -10,3 +11,4 @@ obj/
**\msbuild.log
*.private
*.rar
UpgradeLog*.xml
20 changes: 20 additions & 0 deletions CustomWebDeployParameters/MvcApplication1.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcApplication1", "MvcApplication1\MvcApplication1.csproj", "{AC8BE00A-0A4F-4FCB-86E3-AA534273FAC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC8BE00A-0A4F-4FCB-86E3-AA534273FAC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC8BE00A-0A4F-4FCB-86E3-AA534273FAC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC8BE00A-0A4F-4FCB-86E3-AA534273FAC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC8BE00A-0A4F-4FCB-86E3-AA534273FAC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 780cd5f

Please sign in to comment.