Skip to content

Commit

Permalink
Upgrade to MsBuild Project files, and the C++ project to 2107
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei13 authored and zhanglei13 committed Mar 9, 2017
1 parent 45b3dd3 commit e81cb1c
Show file tree
Hide file tree
Showing 150 changed files with 641 additions and 82,247 deletions.
1,000 changes: 0 additions & 1,000 deletions .vs/config/applicationhost.config

This file was deleted.

39 changes: 0 additions & 39 deletions .vs/restore.dg

This file was deleted.

31 changes: 31 additions & 0 deletions AspNetCore/YOYO.AspNetCore.Builder/YOYO.AspNetCore.Builder.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>0.1.3</VersionPrefix>
<TargetFrameworks>netstandard1.6;net451</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>YOYO.AspNetCore.Builder</AssemblyName>
<PackageId>YOYO.AspNetCore.Builder</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\YOYO.AspNetCore.Mvc\YOYO.AspNetCore.Mvc.csproj" />
<ProjectReference Include="..\YOYO.AspNetCore.Owin\YOYO.AspNetCore.Owin.csproj" />
<ProjectReference Include="..\YOYO.Extensions.DI\YOYO.Extensions.DI.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="1.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Owin" Version="1.1.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<PackageReference Include="Owin" Version="1.0.0" />
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

</Project>
Loading

0 comments on commit e81cb1c

Please sign in to comment.