Skip to content

Commit

Permalink
Moved Dimensions in under Providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsessebe committed May 12, 2023
1 parent d6e9adb commit a912273
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 29 deletions.
16 changes: 0 additions & 16 deletions DateTimeProviders.Dimensions/DateTimeProviders.Dimensions.csproj

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@
<PackageId>Tsessebe.DateTimeProviders</PackageId>
<Authors>Tsessebe</Authors>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\DateTimeProviders.Dimensions\DateTimeProviders.Dimensions.csproj" />
</ItemGroup>
</Project>
18 changes: 9 additions & 9 deletions DateTimeProviders.sln
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DateTimeProviders.Dimensions", "DateTimeProviders.Dimensions\DateTimeProviders.Dimensions.csproj", "{ED26D706-E51A-4596-81E3-8D87FD1E7C3C}"
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DateTimeProviders.Providers", "DateTimeProviders.Providers\DateTimeProviders.Providers.csproj", "{0A4246CD-D724-4648-A9F9-D4718E23FFFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DateTimeProviders.Providers", "DateTimeProviders.Providers\DateTimeProviders.Providers.csproj", "{0A4246CD-D724-4648-A9F9-D4718E23FFFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DateTimeProviders.UnitTests", "DateTimeProviders.UnitTests\DateTimeProviders.UnitTests.csproj", "{FD5D13CF-67C4-4A3E-9FD8-A4FFEBF81696}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DateTimeProviders.UnitTests", "DateTimeProviders.UnitTests\DateTimeProviders.UnitTests.csproj", "{FD5D13CF-67C4-4A3E-9FD8-A4FFEBF81696}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{DE992D4B-A4B1-45EF-A2F5-B6083CFEAFBF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Global
Expand All @@ -18,10 +19,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED26D706-E51A-4596-81E3-8D87FD1E7C3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED26D706-E51A-4596-81E3-8D87FD1E7C3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED26D706-E51A-4596-81E3-8D87FD1E7C3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED26D706-E51A-4596-81E3-8D87FD1E7C3C}.Release|Any CPU.Build.0 = Release|Any CPU
{0A4246CD-D724-4648-A9F9-D4718E23FFFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A4246CD-D724-4648-A9F9-D4718E23FFFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A4246CD-D724-4648-A9F9-D4718E23FFFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -31,4 +28,7 @@ Global
{FD5D13CF-67C4-4A3E-9FD8-A4FFEBF81696}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD5D13CF-67C4-4A3E-9FD8-A4FFEBF81696}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit a912273

Please sign in to comment.