Skip to content

Commit

Permalink
Merge pull request #1 from PauliusKu/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
PauliusKu authored Feb 11, 2020
2 parents b4b2989 + 6952ad6 commit f233900
Show file tree
Hide file tree
Showing 184 changed files with 1,454 additions and 3,753 deletions.
16 changes: 11 additions & 5 deletions FlightSystem2/FlightSystem.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Src\Integration\FileSystem\**" />
<Compile Remove="Src\Integration\Redis\**" />
<Content Remove="Src\Integration\FileSystem\**" />
<Content Remove="Src\Integration\Redis\**" />
<EmbeddedResource Remove="Src\Integration\FileSystem\**" />
<EmbeddedResource Remove="Src\Integration\Redis\**" />
<None Remove="Src\Integration\FileSystem\**" />
<None Remove="Src\Integration\Redis\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
Expand All @@ -21,9 +32,4 @@
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>

<ItemGroup>
<Folder Include="Src\Integration\FileSystem\Common\" />
<Folder Include="Src\Integration\Redis\Data\" />
</ItemGroup>

</Project>
12 changes: 0 additions & 12 deletions FlightSystem2/Src/Application/Common/IAirportData.cs

This file was deleted.

13 changes: 0 additions & 13 deletions FlightSystem2/Src/Application/Common/IBackupData.cs

This file was deleted.

12 changes: 0 additions & 12 deletions FlightSystem2/Src/Application/Common/ICountryData.cs

This file was deleted.

13 changes: 0 additions & 13 deletions FlightSystem2/Src/Application/Common/IFlagImageData.cs

This file was deleted.

19 changes: 0 additions & 19 deletions FlightSystem2/Src/Application/Common/IFlight.cs

This file was deleted.

18 changes: 0 additions & 18 deletions FlightSystem2/Src/Application/Common/IFlightData.cs

This file was deleted.

18 changes: 0 additions & 18 deletions FlightSystem2/Src/Application/Common/IJourney.cs

This file was deleted.

19 changes: 0 additions & 19 deletions FlightSystem2/Src/Application/Common/ILocation.cs

This file was deleted.

13 changes: 0 additions & 13 deletions FlightSystem2/Src/Application/Common/ILocationsData.cs

This file was deleted.

16 changes: 0 additions & 16 deletions FlightSystem2/Src/Application/Common/IRouteData.cs

This file was deleted.

118 changes: 0 additions & 118 deletions FlightSystem2/Src/Application/Common/SetterData.cs

This file was deleted.

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions FlightSystem2/Src/Application/FlightInfo/FlightManager.cs

This file was deleted.

Loading

0 comments on commit f233900

Please sign in to comment.