2016-08-20 05:10:55 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{7E2B4F61-1C11-4471-AF80-5480E94C0664}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BuildFeed.Model</RootNamespace>
|
|
|
|
|
<AssemblyName>BuildFeed.Model</AssemblyName>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
2018-04-17 02:08:06 +08:00
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
2016-08-20 05:10:55 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
<PackageReference Include="AutoMapper">
|
2018-07-20 02:50:12 +08:00
|
|
|
|
<Version>7.0.1</Version>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="HtmlAgilityPack">
|
2018-07-20 02:50:12 +08:00
|
|
|
|
<Version>1.8.5</Version>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNet.Mvc">
|
2018-06-05 05:09:05 +08:00
|
|
|
|
<Version>5.2.6</Version>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNet.Razor">
|
2018-06-05 05:09:05 +08:00
|
|
|
|
<Version>3.2.6</Version>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNet.WebPages">
|
2018-06-05 05:09:05 +08:00
|
|
|
|
<Version>3.2.6</Version>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="MongoDB.Driver">
|
2018-07-20 02:50:12 +08:00
|
|
|
|
<Version>2.7.0</Version>
|
2018-03-31 23:26:50 +08:00
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2017-12-15 15:52:51 +08:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-04-19 04:29:43 +08:00
|
|
|
|
<Compile Include="Api\ApiBuild.cs" />
|
2017-04-23 06:21:02 +08:00
|
|
|
|
<Compile Include="Api\FamilyOverview.cs" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Compile Include="Api\NewBuild.cs" />
|
|
|
|
|
<Compile Include="Api\SearchResult.cs" />
|
2017-04-17 06:22:48 +08:00
|
|
|
|
<Compile Include="BuildDetails.cs" />
|
2016-08-21 22:17:56 +08:00
|
|
|
|
<Compile Include="BuildRepository-Group.cs" />
|
|
|
|
|
<Compile Include="BuildRepository-Lab.cs" />
|
2017-04-23 06:21:02 +08:00
|
|
|
|
<Compile Include="BuildRepository-Family.cs" />
|
2016-08-21 22:17:56 +08:00
|
|
|
|
<Compile Include="BuildRepository-Source.cs" />
|
|
|
|
|
<Compile Include="BuildRepository-Version.cs" />
|
|
|
|
|
<Compile Include="BuildRepository-Year.cs" />
|
2016-08-21 07:09:56 +08:00
|
|
|
|
<Compile Include="BuildRepository.cs" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Compile Include="BuildGroup.cs" />
|
2016-08-21 07:09:56 +08:00
|
|
|
|
<Compile Include="Build.cs" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Compile Include="BuildVersion.cs" />
|
2017-04-16 22:46:02 +08:00
|
|
|
|
<Compile Include="ItemHistory.cs" />
|
|
|
|
|
<Compile Include="ItemHistoryType.cs" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Compile Include="MetaItem.cs" />
|
2017-05-26 04:21:40 +08:00
|
|
|
|
<Compile Include="ModelMappings.cs" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Compile Include="MongoConfig.cs" />
|
|
|
|
|
<Compile Include="ProjectFamily.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="TypeOfSource.cs" />
|
2017-01-23 06:50:19 +08:00
|
|
|
|
<Compile Include="View\AddBulk.cs" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Compile Include="View\ChangePassword.cs" />
|
|
|
|
|
<Compile Include="View\FrontBuildGroup.cs" />
|
|
|
|
|
<Compile Include="View\FrontPage.cs" />
|
|
|
|
|
<Compile Include="View\LoginUser.cs" />
|
|
|
|
|
<Compile Include="View\RegistrationUser.cs" />
|
|
|
|
|
<Compile Include="View\SitemapData.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-12-10 10:08:24 +08:00
|
|
|
|
<None Include="app.config" />
|
2016-08-20 05:10:55 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BuildFeed.Local\BuildFeed.Local.csproj">
|
2018-04-01 06:18:10 +08:00
|
|
|
|
<Project>{9ebd4db1-1d37-456b-ad90-357aa89dd1b7}</Project>
|
2016-08-20 05:10:55 +08:00
|
|
|
|
<Name>BuildFeed.Local</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2018-03-31 23:26:50 +08:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
2016-08-20 05:10:55 +08:00
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|