-
Notifications
You must be signed in to change notification settings - Fork 0
/
NServiceBus.Persistence.Sqlite.sln
37 lines (37 loc) · 2.17 KB
/
NServiceBus.Persistence.Sqlite.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NServiceBus.Persistence.Sqlite", "src\NServiceBus.Persistence.Sqlite\NServiceBus.Persistence.Sqlite.csproj", "{A965F01A-4CA7-48D9-B977-85AD72FADDBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Persistence.Sqlite.Tests", "tests\NServiceBus.Persistence.Sqlite.Tests\NServiceBus.Persistence.Sqlite.Tests.csproj", "{547FF4AD-BFB1-40BE-BAE1-FB431DA04042}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "samples\TestClient\TestClient.csproj", "{23269682-5DD4-4D31-8460-881511A343E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A965F01A-4CA7-48D9-B977-85AD72FADDBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A965F01A-4CA7-48D9-B977-85AD72FADDBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A965F01A-4CA7-48D9-B977-85AD72FADDBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A965F01A-4CA7-48D9-B977-85AD72FADDBB}.Release|Any CPU.Build.0 = Release|Any CPU
{547FF4AD-BFB1-40BE-BAE1-FB431DA04042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{547FF4AD-BFB1-40BE-BAE1-FB431DA04042}.Debug|Any CPU.Build.0 = Debug|Any CPU
{547FF4AD-BFB1-40BE-BAE1-FB431DA04042}.Release|Any CPU.ActiveCfg = Release|Any CPU
{547FF4AD-BFB1-40BE-BAE1-FB431DA04042}.Release|Any CPU.Build.0 = Release|Any CPU
{23269682-5DD4-4D31-8460-881511A343E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23269682-5DD4-4D31-8460-881511A343E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23269682-5DD4-4D31-8460-881511A343E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23269682-5DD4-4D31-8460-881511A343E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D20EC76-DC40-4AC6-9B00-CF2CE3DC0B65}
EndGlobalSection
EndGlobal