MobiParc.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <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')" />
  4. <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')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>
  10. </ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <ProjectGuid>{125C6568-4B8E-40E9-A29D-8577AA7C89F2}</ProjectGuid>
  13. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>MobiParc</RootNamespace>
  17. <AssemblyName>MobiParc</AssemblyName>
  18. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  19. <UseIISExpress>true</UseIISExpress>
  20. <IISExpressSSLPort />
  21. <IISExpressAnonymousAuthentication />
  22. <IISExpressWindowsAuthentication />
  23. <IISExpressUseClassicPipelineMode />
  24. <UseGlobalApplicationHostFile />
  25. <NuGetPackageImportStamp>
  26. </NuGetPackageImportStamp>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\</OutputPath>
  33. <DefineConstants>DEBUG;TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="System.Web.DynamicData" />
  62. <Reference Include="System.Web.Entity" />
  63. <Reference Include="System.Web.ApplicationServices" />
  64. <Reference Include="System.ComponentModel.DataAnnotations" />
  65. <Reference Include="System" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="System.Web.Extensions" />
  70. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  78. <Private>True</Private>
  79. </Reference>
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Drawing" />
  82. <Reference Include="System.Web" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="System.Configuration" />
  85. <Reference Include="System.Web.Services" />
  86. <Reference Include="System.EnterpriseServices" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Content Include="packages.config" />
  90. <Content Include="data\530e3b26-5b66-4aa0-af9b-446980d322fa.json" />
  91. <Content Include="data\5eee9fc9-68e0-447f-8e9e-98cfc91f220d.json" />
  92. <Content Include="data\anomalies.json" />
  93. <Content Include="data\contacts.json" />
  94. <Content Include="data\releves.json" />
  95. <Content Include="data\users.json" />
  96. <Content Include="obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
  97. <Content Include="obj\Debug\MobiParc.csprojResolveAssemblyReference.cache" />
  98. <Content Include="bin\MobiParc.dll.config" />
  99. <Content Include="bin\roslyn\Microsoft.CSharp.Core.targets" />
  100. <Content Include="bin\roslyn\Microsoft.VisualBasic.Core.targets" />
  101. <Content Include="bin\roslyn\VBCSCompiler.exe.config" />
  102. <Content Include="manifest.json" />
  103. <None Include="Web.Debug.config">
  104. <DependentUpon>Web.config</DependentUpon>
  105. </None>
  106. <None Include="Web.Release.config">
  107. <DependentUpon>Web.config</DependentUpon>
  108. </None>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" />
  112. <Content Include="bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml" />
  113. <Content Include="bin\MobiParc.dll" />
  114. <Content Include="bin\MobiParc.pdb" />
  115. <Content Include="bin\Newtonsoft.Json.dll" />
  116. <Content Include="bin\roslyn\csc.exe" />
  117. <Content Include="bin\roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll" />
  118. <Content Include="bin\roslyn\Microsoft.CodeAnalysis.CSharp.dll" />
  119. <Content Include="bin\roslyn\Microsoft.CodeAnalysis.dll" />
  120. <Content Include="bin\roslyn\Microsoft.CodeAnalysis.VisualBasic.dll" />
  121. <Content Include="bin\roslyn\System.Collections.Immutable.dll" />
  122. <Content Include="bin\roslyn\System.Reflection.Metadata.dll" />
  123. <Content Include="bin\roslyn\vbc.exe" />
  124. <Content Include="bin\roslyn\VBCSCompiler.exe" />
  125. <Content Include="bin\System.Net.Http.Formatting.dll" />
  126. <Content Include="bin\System.Web.Http.dll" />
  127. <Content Include="bin\System.Web.Http.WebHost.dll" />
  128. <Content Include="css\mobiparc.css" />
  129. <Content Include="Global.asax" />
  130. <Content Include="img\tools.svg" />
  131. <Content Include="img\tools_128.png" />
  132. <Content Include="img\tools_512.png" />
  133. <Content Include="index.html" />
  134. <Content Include="js\handlebars.min.js" />
  135. <Content Include="js\jquery-3.2.1.min.js" />
  136. <Content Include="js\jquery-ui.min.js" />
  137. <Content Include="js\mobiparc.js" />
  138. <Content Include="sw.js" />
  139. <Content Include="tools.ico" />
  140. <Content Include="Web.config" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Compile Include="App_Start\WebApiConfig.cs" />
  144. <Compile Include="Controllers\CanalbisController.cs" />
  145. <Compile Include="Global.asax.cs">
  146. <DependentUpon>Global.asax</DependentUpon>
  147. </Compile>
  148. <Compile Include="obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs" />
  149. <Compile Include="obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs" />
  150. <Compile Include="obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs" />
  151. <Compile Include="Properties\AssemblyInfo.cs" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Folder Include="obj\Debug\TempPE\" />
  155. </ItemGroup>
  156. <PropertyGroup>
  157. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  158. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  159. </PropertyGroup>
  160. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  161. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  162. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  163. <ProjectExtensions>
  164. <VisualStudio>
  165. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  166. <WebProjectProperties>
  167. <UseIIS>True</UseIIS>
  168. <AutoAssignPort>True</AutoAssignPort>
  169. <DevelopmentServerPort>62188</DevelopmentServerPort>
  170. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  171. <IISUrl>http://localhost:62188/</IISUrl>
  172. <NTLMAuthentication>False</NTLMAuthentication>
  173. <UseCustomServer>False</UseCustomServer>
  174. <CustomServerUrl>
  175. </CustomServerUrl>
  176. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  177. </WebProjectProperties>
  178. </FlavorProperties>
  179. </VisualStudio>
  180. </ProjectExtensions>
  181. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  182. <PropertyGroup>
  183. <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>
  184. </PropertyGroup>
  185. <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'))" />
  186. <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'))" />
  187. </Target>
  188. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  189. Other similar extension points exist, see Microsoft.Common.targets.
  190. <Target Name="BeforeBuild">
  191. </Target>
  192. <Target Name="AfterBuild">
  193. </Target>
  194. -->
  195. </Project>