Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Microsoft.Web.Http.Data.Helpers/Microsoft.Web.Http.Data.Helpers.csproj')
-rw-r--r--src/Microsoft.Web.Http.Data.Helpers/Microsoft.Web.Http.Data.Helpers.csproj108
1 files changed, 108 insertions, 0 deletions
diff --git a/src/Microsoft.Web.Http.Data.Helpers/Microsoft.Web.Http.Data.Helpers.csproj b/src/Microsoft.Web.Http.Data.Helpers/Microsoft.Web.Http.Data.Helpers.csproj
new file mode 100644
index 00000000..c16088ee
--- /dev/null
+++ b/src/Microsoft.Web.Http.Data.Helpers/Microsoft.Web.Http.Data.Helpers.csproj
@@ -0,0 +1,108 @@
+<?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>
+ <CodeAnalysis Condition=" '$(CodeAnalysis)' == '' ">false</CodeAnalysis>
+ <ProductVersion>8.0.30703</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{B6895A1B-382F-4A69-99EC-E965E19B0AB3}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Microsoft.Web.Http.Data.Helpers</RootNamespace>
+ <AssemblyName>Microsoft.Web.Http.Data.Helpers</AssemblyName>
+ <FileAlignment>512</FileAlignment>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>..\..\bin\Debug\</OutputPath>
+ <DefineConstants>TRACE;DEBUG;ASPNETMVC</DefineConstants>
+ <CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
+ <NoWarn>1591</NoWarn>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>..\..\bin\Release\</OutputPath>
+ <DefineConstants>TRACE;ASPNETMVC</DefineConstants>
+ <CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
+ <RunCodeAnalysis>$(CodeAnalysis)</RunCodeAnalysis>
+ <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
+ <NoWarn>1591</NoWarn>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CodeCoverage|AnyCPU'">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>..\..\bin\CodeCoverage\</OutputPath>
+ <DefineConstants>TRACE;DEBUG;CODE_COVERAGE;ASPNETMVC</DefineConstants>
+ <DebugType>full</DebugType>
+ <CodeAnalysisRuleSet>..\Strict.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.ComponentModel.DataAnnotations" />
+ <Reference Include="System.configuration" />
+ <Reference Include="System.Net.Http">
+ <HintPath>..\..\packages\Microsoft.Net.Http.2.0.20302.1\lib\net40\System.Net.Http.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Net.Http.WebRequest">
+ <HintPath>..\..\packages\Microsoft.Net.Http.2.0.20302.1\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Runtime.Serialization" />
+ <Reference Include="System.Web" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="..\AptcaCommonAssemblyInfo.cs">
+ <Link>Properties\AptcaCommonAssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="..\CommonAssemblyInfo.cs">
+ <Link>Properties\CommonAssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="GlobalSuppressions.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="DataControllerMetadataGenerator.cs" />
+ <Compile Include="MetadataExtensions.cs" />
+ <Compile Include="..\Microsoft.Web.Http.Data\TypeUtility.cs">
+ <Link>TypeUtility.cs</Link>
+ </Compile>
+ <Compile Include="..\Microsoft.Web.Http.Data\TypeDescriptorExtensions.cs">
+ <Link>TypeDescriptorExtensions.cs</Link>
+ </Compile>
+ <Compile Include="UpshotExtensions.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\System.Json\System.Json.csproj">
+ <Project>{F0441BE9-BDC0-4629-BE5A-8765FFAA2481}</Project>
+ <Name>System.Json</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Microsoft.Web.Http.Data\Microsoft.Web.Http.Data.csproj">
+ <Project>{ACE91549-D86E-4EB6-8C2A-5FF51386BB68}</Project>
+ <Name>Microsoft.Web.Http.Data</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Web.Http.WebHost\System.Web.Http.WebHost.csproj">
+ <Project>{A0187BC2-8325-4BB2-8697-7F955CF4173E}</Project>
+ <Name>System.Web.Http.WebHost</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Web.Http\System.Web.Http.csproj">
+ <Project>{DDC1CE0C-486E-4E35-BB3B-EAB61F8F9440}</Project>
+ <Name>System.Web.Http</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Web.Mvc\System.Web.Mvc.csproj">
+ <Project>{3D3FFD8A-624D-4E9B-954B-E1C105507975}</Project>
+ <Name>System.Web.Mvc</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <CodeAnalysisDictionary Include="..\CodeAnalysisDictionary.xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+</Project> \ No newline at end of file