<?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>{EB09CD33-992B-4A31-AB95-8673BA90F1CD}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>System.Json.Test</RootNamespace> <AssemblyName>System.Json.Test</AssemblyName> <FileAlignment>512</FileAlignment> <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{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="Microsoft.CSharp" /> <Reference Include="System" /> <Reference Include="System.Runtime.Serialization" /> <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="Common\AnyInstance.cs" /> <Compile Include="Common\ExceptionTestHelper.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="JsonArrayTest.cs" /> <Compile Include="JsonDefaultTest.cs" /> <Compile Include="JsonObjectTest.cs" /> <Compile Include="JsonPrimitiveTest.cs" /> <Compile Include="JsonTypeTest.cs" /> <Compile Include="JsonValueDynamicMetaObjectTest.cs" /> <Compile Include="JsonValueDynamicTest.cs" /> <Compile Include="JsonValueLinqExtensionsTest.cs" /> <Compile Include="JsonValueTest.cs" /> <Compile Include="Extensions\JsonValueExtensionsTest.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Microsoft.TestCommon\Microsoft.TestCommon.csproj"> <Project>{FCCC4CB7-BAF7-4A57-9F89-E5766FE536C0}</Project> <Name>Microsoft.TestCommon</Name> </ProjectReference> <ProjectReference Include="..\..\src\System.Json\System.Json.csproj"> <Project>{F0441BE9-BDC0-4629-BE5A-8765FFAA2481}</Project> <Name>System.Json</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="packages.config" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> </Project>