Skip to content

Commit

Permalink
Initial samples
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertTheGrey committed Jul 20, 2010
1 parent 26936fb commit 1e926ef
Show file tree
Hide file tree
Showing 134 changed files with 108,843 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/Samples/Advanced/Advanced.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BindingsSample", "BindingsSample\BindingsSample.csproj", "{C238AF3C-C9F7-47B9-A172-CCA2276E3A06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CachingSample", "CachingSample\CachingSample.csproj", "{9A1F71E0-0BC6-429E-B9A2-DF953BC4BB75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialsSample", "PartialsSample\PartialsSample.csproj", "{63253F32-0AA5-4445-8475-6FAC2BE5FF2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MacrosSample", "MacrosSample\MacrosSample.csproj", "{73F0855C-BDB5-4DAB-A9D0-DD6E5A9FC904}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C238AF3C-C9F7-47B9-A172-CCA2276E3A06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C238AF3C-C9F7-47B9-A172-CCA2276E3A06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C238AF3C-C9F7-47B9-A172-CCA2276E3A06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C238AF3C-C9F7-47B9-A172-CCA2276E3A06}.Release|Any CPU.Build.0 = Release|Any CPU
{9A1F71E0-0BC6-429E-B9A2-DF953BC4BB75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A1F71E0-0BC6-429E-B9A2-DF953BC4BB75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A1F71E0-0BC6-429E-B9A2-DF953BC4BB75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A1F71E0-0BC6-429E-B9A2-DF953BC4BB75}.Release|Any CPU.Build.0 = Release|Any CPU
{63253F32-0AA5-4445-8475-6FAC2BE5FF2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63253F32-0AA5-4445-8475-6FAC2BE5FF2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63253F32-0AA5-4445-8475-6FAC2BE5FF2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63253F32-0AA5-4445-8475-6FAC2BE5FF2D}.Release|Any CPU.Build.0 = Release|Any CPU
{73F0855C-BDB5-4DAB-A9D0-DD6E5A9FC904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73F0855C-BDB5-4DAB-A9D0-DD6E5A9FC904}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73F0855C-BDB5-4DAB-A9D0-DD6E5A9FC904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73F0855C-BDB5-4DAB-A9D0-DD6E5A9FC904}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file not shown.
Binary file not shown.
148 changes: 148 additions & 0 deletions src/Samples/Advanced/CachingSample/CachingSample.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9A1F71E0-0BC6-429E-B9A2-DF953BC4BB75}</ProjectGuid>
<ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CachingSample</RootNamespace>
<AssemblyName>CachingSample</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Spark, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7f8549eed921a12c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\spark\Spark.dll</HintPath>
</Reference>
<Reference Include="Spark.Web.Mvc, Version=1.1.0.0, Culture=neutral, PublicKeyToken=7f8549eed921a12c, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\spark\Spark.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.ComponentModel.DataAnnotations">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Program Files\Microsoft ASP.NET\ASP.NET MVC 2\\Assemblies\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.Routing" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Web.Mobile" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\ProductController.cs" />
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="Models\AccountModels.cs" />
<Compile Include="Models\Product.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Global.asax" />
<Content Include="Hints.txt" />
<Content Include="Web.config" />
<Content Include="Content\Site.css" />
<Content Include="Scripts\jquery-1.4.1.js" />
<Content Include="Scripts\jquery-1.4.1.min.js" />
<Content Include="Scripts\jquery-1.4.1-vsdoc.js" />
<Content Include="Scripts\jquery-1.4.1.min-vsdoc.js" />
<Content Include="Scripts\jquery.validate.js" />
<Content Include="Scripts\jquery.validate.min.js" />
<Content Include="Scripts\jquery.validate-vsdoc.js" />
<Content Include="Scripts\jquery.validate.min-vsdoc.js" />
<Content Include="Scripts\MicrosoftAjax.js" />
<Content Include="Scripts\MicrosoftAjax.debug.js" />
<Content Include="Scripts\MicrosoftMvcAjax.js" />
<Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
<Content Include="Scripts\MicrosoftMvcValidation.js" />
<Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
<None Include="Views\Account\ChangePassword.spark" />
<None Include="Views\Account\ChangePasswordSuccess.spark" />
<None Include="Views\Account\LogOn.spark" />
<None Include="Views\Account\Register.spark" />
<None Include="Views\Home\About.spark" />
<None Include="Views\Home\Index.spark">
</None>
<None Include="Views\Product\Show.spark" />
<None Include="Views\Product\Index.spark" />
<None Include="Views\Shared\Error.spark" />
<None Include="Views\Shared\LogOnUserControl.spark" />
<None Include="Views\Shared\Application.spark" />
<None Include="Views\Shared\_global.spark" />
<None Include="Views\Shared\_now.spark" />
<Content Include="Views\Web.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target> -->
<Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>23706</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
Loading

0 comments on commit 1e926ef

Please sign in to comment.