|
|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
|
|
- <Import Project="..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
|
|
|
+ <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
|
|
+ <Import Project="..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" />
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
@@ -15,7 +15,7 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>MobiParc</RootNamespace>
|
|
|
<AssemblyName>MobiParc</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
<UseIISExpress>true</UseIISExpress>
|
|
|
<IISExpressSSLPort />
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
@@ -24,6 +24,7 @@
|
|
|
<UseGlobalApplicationHostFile />
|
|
|
<NuGetPackageImportStamp>
|
|
|
</NuGetPackageImportStamp>
|
|
|
+ <TargetFrameworkProfile />
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -43,15 +44,18 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
|
|
+ <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
@@ -64,9 +68,9 @@
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
+ <Reference Include="System.Web" />
|
|
|
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
|
|
@@ -77,15 +81,16 @@
|
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
|
|
<Private>True</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
- <Reference Include="System.Drawing" />
|
|
|
- <Reference Include="System.Web" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="System.Configuration" />
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Content Include="bin\fr\System.Net.Http.Formatting.resources.dll" />
|
|
|
+ <Content Include="bin\fr\System.Web.Http.resources.dll" />
|
|
|
+ <Content Include="bin\fr\System.Web.Http.WebHost.resources.dll" />
|
|
|
<Content Include="packages.config" />
|
|
|
<Content Include="data\530e3b26-5b66-4aa0-af9b-446980d322fa.json" />
|
|
|
<Content Include="data\5eee9fc9-68e0-447f-8e9e-98cfc91f220d.json" />
|
|
|
@@ -182,8 +187,8 @@
|
|
|
<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>
|
|
|
</PropertyGroup>
|
|
|
- <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
|
|
|
- <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
|
|
+ <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.6.1\build\Microsoft.Net.Compilers.props'))" />
|
|
|
+ <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
|
|
</Target>
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|