aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Microsoft.AspNet.Mvc.ModelB...

68 lines
4.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>3b8dc0c0-6c55-4034-ad96-de1000928e6b</ProjectGuid>
<OutputType>Library</OutputType>
<ActiveTargetFramework>net45</ActiveTargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
</PropertyGroup>
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="project.json" />
<Content Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
<Compile Include="Binders\ArrayModelBinderTest.cs" />
<Compile Include="Binders\CollectionModelBinderTest.cs" />
<Compile Include="Binders\ComplexModelDtoResultTest.cs" />
<Compile Include="Binders\ComplexModelDtoTest.cs" />
<Compile Include="Binders\CompositeModelBinderTest.cs" />
<Compile Include="Binders\DictionaryModelBinderTest.cs" />
<Compile Include="Binders\KeyValuePairModelBinderTest.cs" />
<Compile Include="Binders\ModelBinderDescriptorExtensionsTest.cs" />
<Compile Include="Binders\ModelBinderDescriptorTest.cs" />
<Compile Include="Binders\ModelBindingContextTest.cs" />
<Compile Include="Binders\MutableObjectModelBinderTest.cs" />
<Compile Include="Binders\TypeConverterModelBinderTest.cs" />
<Compile Include="Formatters\JsonInputFormatterTest.cs" />
<Compile Include="Internal\TypeExtensionTests.cs" />
<Compile Include="Metadata\AssociatedMetadataProviderTest.cs" />
<Compile Include="Metadata\CachedDataAnnotationsMetadataAttributesTest.cs" />
<Compile Include="Metadata\CachedDataAnnotationsModelMetadataProviderTest.cs" />
<Compile Include="Metadata\CachedDataAnnotationsModelMetadataTest.cs" />
<Compile Include="Metadata\ModelMetadataTest.cs" />
<Compile Include="ModelBindingContextTest.cs" />
<Compile Include="Properties\Resources.Designer.cs" />
<Compile Include="Utils\SimpleHttpValueProvider.cs" />
<Compile Include="Validation\RequiredAttributeAdapterTest.cs" />
<Compile Include="Validation\StringLengthAttributeAdapterTest.cs" />
<Compile Include="Validation\RangeAttributeAdapterTest.cs" />
<Compile Include="Validation\AssociatedValidatorProviderTest.cs" />
<Compile Include="Validation\CompareAttributeTest.cs" />
<Compile Include="Validation\DataAnnotationsModelValidatorProviderTest.cs" />
<Compile Include="Validation\DataAnnotationsModelValidatorTest.cs" />
<Compile Include="Validation\DataMemberModelValidatorProviderTest.cs" />
<Compile Include="Validation\ErrorModelValidatorTest.cs" />
<Compile Include="Validation\InvalidModelValidatorProviderTest.cs" />
<Compile Include="Validation\MaxLengthAttributeAdapterTest.cs" />
<Compile Include="Validation\MinLengthAttributeAdapterTest.cs" />
<Compile Include="Validation\ModelStateDictionaryTest.cs" />
<Compile Include="Validation\ModelValidationNodeTest.cs" />
<Compile Include="ValueProviders\DictionaryBasedValueProviderTests.cs" />
<Compile Include="ValueProviders\FormValueProviderFactoryTests.cs" />
<Compile Include="ValueProviders\QueryStringValueProviderFactoryTest.cs" />
<Compile Include="ValueProviders\ReadableStringCollectionValueProviderTests.cs" />
<Compile Include="ValueProviders\ValueProviderResultTest.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>