Skip to content

Commit

Permalink
Fix names; Sync -> Ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Apr 3, 2019
1 parent aaacb39 commit b2b82d1
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 37 deletions.
2 changes: 1 addition & 1 deletion equinox-ingest/Ingest/Infrastructure.fs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[<AutoOpen>]
module private SyncTemplate.Infrastructure
module private IngestTemplate.Infrastructure

open Equinox.Store // AwaitTaskCorrect
open System
Expand Down
2 changes: 1 addition & 1 deletion equinox-ingest/Ingest/Program.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SyncTemplate.Program
module IngestTemplate.Program

open Equinox.Store // Infra
open FSharp.Control
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Sync\Sync.fsproj" />
<ProjectReference Include="..\Ingest\Ingest.fsproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SyncTemplate.Tests.IngesterTests
module IngestTemplate.Tests.IngesterTests

open Swensen.Unquote
open SyncTemplate.Program.Ingester
open IngestTemplate.Program.Ingester
open Xunit

let canonicalTime = System.DateTimeOffset.UtcNow
Expand Down
32 changes: 0 additions & 32 deletions equinox-ingest/Sync.Tests/equinox-sync.sln

This file was deleted.

30 changes: 30 additions & 0 deletions equinox-ingest/equinox-ingest.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Sync.Tests", "Sync.Tests\Sync.Tests.fsproj", "{4EB96E19-B6BA-4B62-97B9-4CB35B9270F4}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Ingest", "Ingest\Ingest.fsproj", "{AFEB8BA3-F506-4137-A7C2-DBE2922C9C91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EB96E19-B6BA-4B62-97B9-4CB35B9270F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EB96E19-B6BA-4B62-97B9-4CB35B9270F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EB96E19-B6BA-4B62-97B9-4CB35B9270F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EB96E19-B6BA-4B62-97B9-4CB35B9270F4}.Release|Any CPU.Build.0 = Release|Any CPU
{AFEB8BA3-F506-4137-A7C2-DBE2922C9C91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFEB8BA3-F506-4137-A7C2-DBE2922C9C91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFEB8BA3-F506-4137-A7C2-DBE2922C9C91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFEB8BA3-F506-4137-A7C2-DBE2922C9C91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D7BF395-42EA-45B4-B353-040636AD73CE}
EndGlobalSection
EndGlobal

0 comments on commit b2b82d1

Please sign in to comment.