<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Runtime.sln))\tools\WebStack.settings.targets" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{D3313BDF-8071-4AC8-9D98-ABF7F9E88A57}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>System.Web.Helpers.Test</RootNamespace>
    <AssemblyName>System.Web.Helpers.Test</AssemblyName>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>$(WebStackRootPath)\bin\Debug\Test\</OutputPath>
    <DefineConstants>TRACE;DEBUG</DefineConstants>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>$(WebStackRootPath)\bin\Release\Test\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'CodeCoverage' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>$(WebStackRootPath)\bin\CodeCoverage\Test\</OutputPath>
    <DefineConstants>TRACE;DEBUG</DefineConstants>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
      <HintPath>..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.DataVisualization" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.XML" />
    <Reference Include="xunit">
      <HintPath>..\..\packages\xunit.1.9.0.1566\lib\xunit.dll</HintPath>
    </Reference>
    <Reference Include="xunit.extensions">
      <HintPath>..\..\packages\xunit.extensions.1.9.0.1566\lib\xunit.extensions.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ChartTest.cs" />
    <Compile Include="ConversionUtilTest.cs" />
    <Compile Include="CryptoTest.cs" />
    <Compile Include="DynamicDictionary.cs" />
    <Compile Include="DynamicHelperTest.cs" />
    <Compile Include="DynamicWrapper.cs" />
    <Compile Include="JsonTest.cs" />
    <Compile Include="ObjectInfoTest.cs" />
    <Compile Include="PreComputedGridDataSourceTest.cs" />
    <Compile Include="WebCacheTest.cs" />
    <Compile Include="HelperResultTest.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ServerInfoTest.cs" />
    <Compile Include="WebGridDataSourceTest.cs" />
    <Compile Include="WebGridTest.cs" />
    <Compile Include="WebImageTest.cs" />
    <Compile Include="WebMailTest.cs" />
    <Compile Include="XhtmlAssert.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\src\System.Web.WebPages\System.Web.WebPages.csproj">
      <Project>{76EFA9C5-8D7E-4FDF-B710-E20F8B6B00D2}</Project>
      <Name>System.Web.WebPages</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\src\System.Web.Helpers\System.Web.Helpers.csproj">
      <Project>{9B7E3740-6161-4548-833C-4BBCA43B970E}</Project>
      <Name>System.Web.Helpers</Name>
    </ProjectReference>
    <ProjectReference Include="..\Microsoft.TestCommon\Microsoft.TestCommon.csproj">
      <Project>{FCCC4CB7-BAF7-4A57-9F89-E5766FE536C0}</Project>
      <Name>Microsoft.TestCommon</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="TestFiles\HiRes.jpg" />
    <EmbeddedResource Include="TestFiles\LambdaFinal.jpg" />
    <EmbeddedResource Include="TestFiles\logo.bmp" />
    <EmbeddedResource Include="TestFiles\NETLogo.png" />
    <EmbeddedResource Include="TestFiles\xhtml11-flat.dtd" />
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>