Skip to content

Commit

Permalink
solution reorg in anticipation of upcoming additions
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Mar 29, 2018
1 parent 5d60e9c commit 4a0dde0
Show file tree
Hide file tree
Showing 35 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions SODA.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SODA.Utilities", "SODA.Utilities\SODA.Utilities.csproj", "{63B7FAD7-5927-417C-AD2A-608D777AD1A7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{63B7FAD7-5927-417C-AD2A-608D777AD1A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SODA.Utilities.Tests", "SODA.Utilities.Tests\SODA.Utilities.Tests.csproj", "{6AAB405A-D32F-4D8B-B491-BDD5088561A7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities.Tests", "Utilities.Tests\Utilities.Tests.csproj", "{6AAB405A-D32F-4D8B-B491-BDD5088561A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Utilities", "Utilities", "{C2E27366-ABDF-4FE3-A399-A6792C33D437}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -51,6 +53,10 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{63B7FAD7-5927-417C-AD2A-608D777AD1A7} = {C2E27366-ABDF-4FE3-A399-A6792C33D437}
{6AAB405A-D32F-4D8B-B491-BDD5088561A7} = {C2E27366-ABDF-4FE3-A399-A6792C33D437}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {17A9746D-4584-4AD5-B2FA-2A9EDFC6ED09}
EndGlobalSection
Expand Down
2 changes: 1 addition & 1 deletion SODA/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
using System.Runtime.CompilerServices;

[assembly: AssemblyTitle("SODA")]
[assembly: AssemblyDescription("Socrata Open Data API client library target .NET 4.5 and above.")]
[assembly: AssemblyDescription("Socrata Open Data API client library targeting .NET 4.5 and above.")]
[assembly: InternalsVisibleTo("SODA.Tests")]
2 changes: 1 addition & 1 deletion SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[assembly: AssemblyCompany("City of Santa Monica, CA")]
[assembly: AssemblyProduct("SODA")]
[assembly: AssemblyCopyright("Copyright © 2017 City of Santa Monica, CA")]
[assembly: AssemblyCopyright("Copyright © 2018 City of Santa Monica, CA")]
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AssemblyInformationalVersion("0.8.0")]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
<Project>{837ebdd7-eb58-44f8-834b-f2903a05a16e}</Project>
<Name>SODA</Name>
</ProjectReference>
<ProjectReference Include="..\SODA.Utilities\SODA.Utilities.csproj">
<ProjectReference Include="..\Utilities\Utilities.csproj">
<Project>{63b7fad7-5927-417c-ad2a-608d777ad1a7}</Project>
<Name>SODA.Utilities</Name>
<Name>Utilities</Name>
</ProjectReference>
</ItemGroup>
<Choose>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4a0dde0

Please sign in to comment.