59 lines
3.1 KiB
XML
59 lines
3.1 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>a8aa326e-8ee8-4f11-b750-23028e0949d7</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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ActionAttributeTests.cs" />
|
|
<Compile Include="ActionExecutorTests.cs" />
|
|
<Compile Include="ActionResults\RedirectToActionResultTest.cs" />
|
|
<Compile Include="ActionResults\RedirectToRouteResultTest.cs" />
|
|
<Compile Include="ActionSelectionConventionTests.cs" />
|
|
<Compile Include="AntiXsrf\AntiForgeryTokenSerializerTest.cs" />
|
|
<Compile Include="AntiXsrf\ITokenProvider.cs" />
|
|
<Compile Include="AntiXsrf\ValidateAntiForgeryTokenAttributeTest.cs" />
|
|
<Compile Include="Filters\AuthorizeAttributeTests.cs" />
|
|
<Compile Include="Filters\AuthorizeAttributeTestsBase.cs" />
|
|
<Compile Include="AntiXsrf\AntiForgeryTokenStoreTest.cs" />
|
|
<Compile Include="AntiXsrf\AntiForgeryTokenTest.cs" />
|
|
<Compile Include="AntiXsrf\AntiForgeryWorkerTests.cs" />
|
|
<Compile Include="AntiXsrf\BinaryBlobTest.cs" />
|
|
<Compile Include="AntiXsrf\ClaimUidExtractorTest.cs" />
|
|
<Compile Include="AntiXsrf\MockAntiForgeryConfig.cs" />
|
|
<Compile Include="AntiXsrf\MockClaimsIdentity.cs" />
|
|
<Compile Include="AntiXsrf\TokenProviderTests.cs" />
|
|
<Compile Include="ControllerTests.cs" />
|
|
<Compile Include="DefaultActionSelectorTest.cs" />
|
|
<Compile Include="DefaultControllerAssemblyProviderTests.cs" />
|
|
<Compile Include="DefaultControllerFactoryTest.cs" />
|
|
<Compile Include="JsonResultTest.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="PropertyHelperTest.cs" />
|
|
<Compile Include="ReflectedActionInvokerTest.cs" />
|
|
<Compile Include="Rendering\HtmlAttributePropertyHelperTest.cs" />
|
|
<Compile Include="Rendering\ViewContextTests.cs" />
|
|
<Compile Include="Rendering\ViewDataOfTTest.cs" />
|
|
<Compile Include="TestController.cs" />
|
|
<Compile Include="TypeHelperTest.cs" />
|
|
<Compile Include="UrlHelperTest.cs" />
|
|
<Compile Include="ViewResultTest.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |