This commit is contained in:
Paul Schneider 2017-04-03 15:34:47 +02:00
commit e8806b22cb
7 changed files with 56 additions and 12 deletions

View file

@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" Sdk="Microsoft.NET.Sdk" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets')"/>
<Import Project="$(MSBuildExtensionsPath32)\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" Condition="Exists('$(MSBuildExtensionsPath32)\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets')"/>
<PropertyGroup>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -84,8 +93,6 @@
<Compile Include="IBaseTrackedEntity.cs" />
<Compile Include="Identity\IApplicationUser.cs" />
<Compile Include="Identity\IChatUserInfo.cs" />
<Compile Include="Identity\ICircle.cs" />
<Compile Include="Identity\ICircleMember.cs" />
<Compile Include="Identity\Security\ICircleAuthorization.cs" />
<Compile Include="Identity\Security\ICircleAuthorized.cs" />
<Compile Include="IT\ICode.cs" />
@ -109,12 +116,10 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="project.json" />
<Content Include="HairCut\IHairCutQuery.cs" />
<Content Include="HairCut\IPrestation.cs" />
<Content Include="HairCut\HairLength.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText>
@ -127,4 +132,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View file

@ -24,6 +24,6 @@
"System.Resources.ResourceManager": "4.0.0",
"System.Collections": "4.0.0"
}
}
}
}
}