aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/Costasdev.Busurbano.Backend.csproj
blob: 1f81e88c6e64b225076c9505d8d8fa224a64ed56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk.Web">
  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>
    <RootNamespace>Costasdev.Busurbano.Backend</RootNamespace>
    <UserSecretsId>0eff397c-f98e-4c3a-95ec-9d900f1b938c</UserSecretsId>

    <NeutralLanguage>es</NeutralLanguage>
    <Deterministic>true</Deterministic>
    <PathMap>$(MSBuildProjectDirectory)=.</PathMap>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Costasdev.VigoTransitApi" />
    <PackageReference Include="Google.Protobuf" />
    <PackageReference Include="ProjNet" />

    <PackageReference Include="NetTopologySuite" />
    <PackageReference Include="NetTopologySuite.IO.GeoJSON" />
    <PackageReference Include="NetTopologySuite.IO.VectorTiles.Mapbox" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Costasdev.Busurbano.Sources.OpenTripPlannerGql\Costasdev.Busurbano.Sources.OpenTripPlannerGql.csproj" />
    <ProjectReference Include="..\Costasdev.Busurbano.Sources.TranviasCoruna\Costasdev.Busurbano.Sources.TranviasCoruna.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Folder Include="GraphClient\" />
  </ItemGroup>
</Project>