FormulaOneApp.ErgastAPI.csproj 5.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{87994CF7-24C7-47FC-9F41-28F63966F60E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>FormulaOneApp.ErgastAPI</RootNamespace>
  12. <AssemblyName>FormulaOneApp.ErgastAPI</AssemblyName>
  13. <DefaultLanguage>es-ES</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  19. <RestorePackages>true</RestorePackages>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="Model\Circuit\Circuit.cs" />
  40. <Compile Include="Model\Circuit\CircuitTable.cs" />
  41. <Compile Include="Model\Constructor\Constructor.cs" />
  42. <Compile Include="Model\Constructor\ConstructorTable.cs" />
  43. <Compile Include="Model\Driver\Driver.cs" />
  44. <Compile Include="Model\Driver\DriverTable.cs" />
  45. <Compile Include="Model\Location.cs" />
  46. <Compile Include="Model\MRData.cs" />
  47. <Compile Include="Model\QualifyingResult.cs" />
  48. <Compile Include="Model\Race\Race.cs" />
  49. <Compile Include="Model\Race\RaceRootObject.cs" />
  50. <Compile Include="Model\Race\RaceTable.cs" />
  51. <Compile Include="Model\Race\Result.cs" />
  52. <Compile Include="Model\Standing\ConstructorStanding.cs" />
  53. <Compile Include="Model\Standing\DriverStanding.cs" />
  54. <Compile Include="Model\Standing\StandingList.cs" />
  55. <Compile Include="Model\Standing\StandingMRData.cs" />
  56. <Compile Include="Model\Standing\StandingRootObject.cs" />
  57. <Compile Include="Model\Standing\StandingTable.cs" />
  58. <Compile Include="Model\Time\Time.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="Services\Base\HttpWebBase.cs" />
  61. <Compile Include="Services\Circuits\CircuitService.cs" />
  62. <Compile Include="Services\Circuits\ICircuitService.cs" />
  63. <Compile Include="Services\Constructors\ConstructorService.cs" />
  64. <Compile Include="Services\Constructors\IConstructorService.cs" />
  65. <Compile Include="Services\Driver\DriverService.cs" />
  66. <Compile Include="Services\Driver\IDriverService.cs" />
  67. <Compile Include="Services\Qualifying\IQualifyingService.cs" />
  68. <Compile Include="Services\Qualifying\QualifyingService.cs" />
  69. <Compile Include="Services\Race\IRaceService.cs" />
  70. <Compile Include="Services\Race\RaceService.cs" />
  71. <Compile Include="Services\Standings\IStandingService.cs" />
  72. <Compile Include="Services\Standings\StandingService.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="app.config" />
  76. <None Include="packages.config" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Reference Include="Newtonsoft.Json">
  80. <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll</HintPath>
  81. </Reference>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  84. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  85. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  86. <PropertyGroup>
  87. <ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Habilite la restauración del paquete NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
  88. </PropertyGroup>
  89. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  90. </Target>
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>