Renamed Roadie.Api.Library to Roadie.Library and tests.

This commit is contained in:
Steven Hildreth 2019-02-03 09:51:31 -06:00
parent 71b4fb6b9a
commit 5e21e63c65
6 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
</ItemGroup>
</Project>

View file

@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
</ItemGroup>
</Project>

View file

@ -3,13 +3,13 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyName>Roadie.Api.Library</AssemblyName>
<RootNamespace>Roadie.Api.Library</RootNamespace>
<AssemblyName>Roadie.Library</AssemblyName>
<RootNamespace>Roadie.Library</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="12.1.2" />
<PackageReference Include="EFCore.BulkExtensions" Version="2.3.8" />
<PackageReference Include="EFCore.BulkExtensions" Version="2.3.9" />
<PackageReference Include="FluentFTP" Version="19.2.4" />
<PackageReference Include="HtmlAgilityPack" Version="1.8.14" />
<PackageReference Include="IdSharp.Common" Version="1.0.1" />

View file

@ -14,7 +14,7 @@
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
</ItemGroup>
<ItemGroup>

View file

@ -43,7 +43,7 @@
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Hubs\Roadie.Api.Hubs.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Api.Library.csproj" />
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
<ProjectReference Include="..\Roadie.Api.Services\Roadie.Api.Services.csproj" />
</ItemGroup>

View file

@ -5,9 +5,9 @@ VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Api", "Roadie.Api\Roadie.Api.csproj", "{68C80416-0D72-409D-B727-3FEA7AB7FD2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Api.Library", "Roadie.Api.Library\Roadie.Api.Library.csproj", "{99DE01E6-A61C-4D7C-9DF7-513AD365D5E0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Library", "Roadie.Api.Library\Roadie.Library.csproj", "{99DE01E6-A61C-4D7C-9DF7-513AD365D5E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Api.Library.Tests", "Roadie.Api.Library.Tests\Roadie.Api.Library.Tests.csproj", "{52E58F4B-88F0-4336-AD06-1184E857FA2C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roadie.Library.Tests", "Roadie.Api.Library.Tests\Roadie.Library.Tests.csproj", "{52E58F4B-88F0-4336-AD06-1184E857FA2C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{1BA7115B-6E37-4546-BBD6-C8B0787A3FE0}"
ProjectSection(SolutionItems) = preProject