1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Runtime.sln))\tools\WebStack.settings.targets" /> 4 <PropertyGroup> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <ProductVersion>9.0.30729</ProductVersion> 8 <SchemaVersion>2.0</SchemaVersion> 9 <ProjectGuid>{2C653A66-8159-4A41-954F-A67915DFDA87}</ProjectGuid> 10 <OutputType>Library</OutputType> 11 <AppDesignerFolder>Properties</AppDesignerFolder> 12 <RootNamespace>Microsoft.Web.Helpers.Test</RootNamespace> 13 <AssemblyName>Microsoft.Web.Helpers.Test</AssemblyName> 14 <FileAlignment>512</FileAlignment> 15 <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 16 <ErrorReport>prompt</ErrorReport> 17 <WarningLevel>4</WarningLevel> 18 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> 19 </PropertyGroup> 20 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> 21 <DebugSymbols>true</DebugSymbols> 22 <DebugType>full</DebugType> 23 <Optimize>false</Optimize> 24 <OutputPath>$(WebStackRootPath)\bin\Debug\Test\</OutputPath> 25 <DefineConstants>TRACE;DEBUG</DefineConstants> 26 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 27 </PropertyGroup> 28 <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> 29 <DebugType>pdbonly</DebugType> 30 <Optimize>true</Optimize> 31 <OutputPath>$(WebStackRootPath)\bin\Release\Test\</OutputPath> 32 <DefineConstants>TRACE</DefineConstants> 33 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)' == 'CodeCoverage' "> 36 <DebugSymbols>true</DebugSymbols> 37 <DebugType>full</DebugType> 38 <Optimize>false</Optimize> 39 <OutputPath>$(WebStackRootPath)\bin\CodeCoverage\Test\</OutputPath> 40 <DefineConstants>TRACE;DEBUG</DefineConstants> 41 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 42 </PropertyGroup> 43 <ItemGroup> 44 <Reference Include="Microsoft.CSharp" /> 45 <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> 46 <HintPath>..\..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath> 47 </Reference> 48 <Reference Include="System" /> 49 <Reference Include="System.Web" /> 50 <Reference Include="xunit"> 51 <HintPath>..\..\packages\xunit.1.9.0.1566\lib\xunit.dll</HintPath> 52 </Reference> 53 <Reference Include="xunit.extensions"> 54 <HintPath>..\..\packages\xunit.extensions.1.9.0.1566\lib\xunit.extensions.dll</HintPath> 55 </Reference> 56 </ItemGroup> 57 <ItemGroup> 58 <Compile Include="AnalyticsTest.cs" /> 59 <Compile Include="BingTest.cs" /> 60 <Compile Include="FacebookTest.cs" /> 61 <Compile Include="FileUploadTest.cs" /> 62 <Compile Include="GamerCardTest.cs" /> 63 <Compile Include="GravatarTest.cs" /> 64 <Compile Include="LinkShareTest.cs" /> 65 <Compile Include="MapsTest.cs" /> 66 <Compile Include="PreAppStartCodeTest.cs" /> 67 <Compile Include="ThemesTest.cs" /> 68 <Compile Include="TwitterTest.cs" /> 69 <Compile Include="VideoTest.cs" /> 70 <Compile Include="Properties\AssemblyInfo.cs" /> 71 <Compile Include="ReCaptchaTest.cs" /> 72 <Compile Include="UrlBuilderTest.cs" /> 73 </ItemGroup> 74 <ItemGroup> 75 <ProjectReference Include="..\..\src\Microsoft.Web.Helpers\Microsoft.Web.Helpers.csproj"> 76 <Project>{0C7CE809-0F72-4C19-8C64-D6573E4D9521}</Project> 77 <Name>Microsoft.Web.Helpers</Name> 78 </ProjectReference> 79 <ProjectReference Include="..\..\src\System.Web.Helpers\System.Web.Helpers.csproj"> 80 <Project>{9B7E3740-6161-4548-833C-4BBCA43B970E}</Project> 81 <Name>System.Web.Helpers</Name> 82 </ProjectReference> 83 <ProjectReference Include="..\..\src\System.Web.Razor\System.Web.Razor.csproj"> 84 <Project>{8F18041B-9410-4C36-A9C5-067813DF5F31}</Project> 85 <Name>System.Web.Razor</Name> 86 </ProjectReference> 87 <ProjectReference Include="..\..\src\System.Web.WebPages.Razor\System.Web.WebPages.Razor.csproj"> 88 <Project>{0939B11A-FE4E-4BA1-8AD6-D97741EE314F}</Project> 89 <Name>System.Web.WebPages.Razor</Name> 90 </ProjectReference> 91 <ProjectReference Include="..\..\src\System.Web.WebPages\System.Web.WebPages.csproj"> 92 <Project>{76EFA9C5-8D7E-4FDF-B710-E20F8B6B00D2}</Project> 93 <Name>System.Web.WebPages</Name> 94 </ProjectReference> 95 <ProjectReference Include="..\Microsoft.TestCommon\Microsoft.TestCommon.csproj"> 96 <Project>{FCCC4CB7-BAF7-4A57-9F89-E5766FE536C0}</Project> 97 <Name>Microsoft.TestCommon</Name> 98 </ProjectReference> 99 <ProjectReference Include="..\System.Web.Helpers.Test\System.Web.Helpers.Test.csproj"> 100 <Project>{D3313BDF-8071-4AC8-9D98-ABF7F9E88A57}</Project> 101 <Name>System.Web.Helpers.Test</Name> 102 </ProjectReference> 103 </ItemGroup> 104 <ItemGroup> 105 <None Include="packages.config" /> 106 </ItemGroup> 107 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 108</Project>