Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Apress committed Oct 24, 2016
0 parents commit 7a12237
Show file tree
Hide file tree
Showing 17,423 changed files with 11,671,596 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added Chapter10/Ch10.MvcExamples/After/Ch10.MVC.suo
Binary file not shown.
38 changes: 38 additions & 0 deletions Chapter10/Ch10.MvcExamples/After/Ch10.Mc.sln
@@ -0,0 +1,38 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ch10.Mvc.Web", "Ch10.R1.Web\Ch10.Mvc.Web.csproj", "{BD6576D1-8CAF-43F8-8400-DB721E10C6E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ch10.Shared.Helpers", "Ch10.Shared.Helpers\Ch10.Shared.Helpers.csproj", "{6218A4F2-8B30-40EC-B1D6-7CC0B18452AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ch10.Shared.Helpers.Tests", "Ch10.Shared.Helpers.Tests\Ch10.Shared.Helpers.Tests.csproj", "{73885960-5537-4BF9-8544-BD3B6FB5C359}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ch10.Mvc.Web.Tests", "Ch10.Mvc.Web.Tests\Ch10.Mvc.Web.Tests.csproj", "{85DFA665-46CB-4FE4-B094-8CE8704FE88A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD6576D1-8CAF-43F8-8400-DB721E10C6E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD6576D1-8CAF-43F8-8400-DB721E10C6E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD6576D1-8CAF-43F8-8400-DB721E10C6E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD6576D1-8CAF-43F8-8400-DB721E10C6E4}.Release|Any CPU.Build.0 = Release|Any CPU
{6218A4F2-8B30-40EC-B1D6-7CC0B18452AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6218A4F2-8B30-40EC-B1D6-7CC0B18452AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6218A4F2-8B30-40EC-B1D6-7CC0B18452AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6218A4F2-8B30-40EC-B1D6-7CC0B18452AB}.Release|Any CPU.Build.0 = Release|Any CPU
{73885960-5537-4BF9-8544-BD3B6FB5C359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73885960-5537-4BF9-8544-BD3B6FB5C359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73885960-5537-4BF9-8544-BD3B6FB5C359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73885960-5537-4BF9-8544-BD3B6FB5C359}.Release|Any CPU.Build.0 = Release|Any CPU
{85DFA665-46CB-4FE4-B094-8CE8704FE88A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85DFA665-46CB-4FE4-B094-8CE8704FE88A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85DFA665-46CB-4FE4-B094-8CE8704FE88A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85DFA665-46CB-4FE4-B094-8CE8704FE88A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added Chapter10/Ch10.MvcExamples/After/Ch10.Mc.suo
Binary file not shown.
Binary file added Chapter10/Ch10.MvcExamples/After/Ch10.Mc.v11.suo
Binary file not shown.
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{85DFA665-46CB-4FE4-B094-8CE8704FE88A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Ch10.Mvc.Web.Tests</RootNamespace>
<AssemblyName>Ch10.Mvc.Web.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</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\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks">
<HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="SharedAPI">
<HintPath>..\..\..\..\Shared\Referances\SharedAPI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controllers\DataExamplesControllerTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ch10.R1.Web\Ch10.Mvc.Web.csproj">
<Project>{bd6576d1-8caf-43f8-8400-db721e10c6e4}</Project>
<Name>Ch10.Mvc.Web</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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">
</Target>
-->
</Project>
@@ -0,0 +1,14 @@
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ch10.Mvc.Web.Tests.Controllers
{
[TestFixture]
public class DataExamplesControllerTests
{
}
}
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ch10.Mvc.Web.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Ch10.Mvc.Web.Tests")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("931d7cc0-149a-481b-ad97-14142b1a1770")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7a12237

Please sign in to comment.