@@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{6CEB3EDE
20
20
..\build \build -core .proj = ..\build \build -core .proj
21
21
ServiceStack .OrmLite .Sqlite .Data \ServiceStack .OrmLite .Sqlite .Data .csproj = ServiceStack .OrmLite .Sqlite .Data \ServiceStack .OrmLite .Sqlite .Data .csproj
22
22
ServiceStack .OrmLite .SqlServer .Data \ServiceStack .OrmLite .SqlServer .Data .csproj = ServiceStack .OrmLite .SqlServer .Data \ServiceStack .OrmLite .SqlServer .Data .csproj
23
+ ServiceStack .OrmLite .SqlServer .Data \ServiceStack .OrmLite .SqlServer .Data .Core .csproj = ServiceStack .OrmLite .SqlServer .Data \ServiceStack .OrmLite .SqlServer .Data .Core .csproj
23
24
EndProject Section
24
25
EndProject
25
26
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ServiceStack.OrmLite.Sqlite" , "ServiceStack.OrmLite.Sqlite\ServiceStack.OrmLite.Sqlite.csproj" , "{CF68A37D-D071-469D-AE04-68594CB95382}"
@@ -79,8 +80,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceStack.OrmLite.Sqlite
79
80
EndProject
80
81
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ServiceStack.OrmLite.SqlServer.Data" , "ServiceStack.OrmLite.SqlServer.Data\ServiceStack.OrmLite.SqlServer.Data.csproj" , "{A889689C-3B66-42E8-91EE-E2BCCDC00592}"
81
82
EndProject
82
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "ServiceStack.OrmLite.SqlServer.Data.Core" , "ServiceStack.OrmLite.SqlServer.Data\ServiceStack.OrmLite.SqlServer.Data.Core.csproj" , "{D1EB7B70-AD15-4F6A-86D3-639AA083030A}"
83
- EndProject
84
83
Global
85
84
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
86
85
Debug| Any CPU = Debug| Any CPU
@@ -472,24 +471,6 @@ Global
472
471
{A889689C-3B66-42E8-91EE-E2BCCDC00592} .Release| Mixed Platforms .Build .0 = Release| Any CPU
473
472
{A889689C-3B66-42E8-91EE-E2BCCDC00592} .Release| x86 .ActiveCfg = Release| Any CPU
474
473
{A889689C-3B66-42E8-91EE-E2BCCDC00592} .Release| x86 .Build .0 = Release| Any CPU
475
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
476
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Debug| Any CPU .Build .0 = Debug| Any CPU
477
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Debug| Mixed Platforms .ActiveCfg = Debug| Any CPU
478
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Debug| Mixed Platforms .Build .0 = Debug| Any CPU
479
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Debug| x86 .ActiveCfg = Debug| Any CPU
480
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Debug| x86 .Build .0 = Debug| Any CPU
481
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Default| Any CPU .ActiveCfg = Debug| Any CPU
482
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Default| Any CPU .Build .0 = Debug| Any CPU
483
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Default| Mixed Platforms .ActiveCfg = Debug| Any CPU
484
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Default| Mixed Platforms .Build .0 = Debug| Any CPU
485
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Default| x86 .ActiveCfg = Debug| Any CPU
486
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Default| x86 .Build .0 = Debug| Any CPU
487
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Release| Any CPU .ActiveCfg = Release| Any CPU
488
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Release| Any CPU .Build .0 = Release| Any CPU
489
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Release| Mixed Platforms .ActiveCfg = Release| Any CPU
490
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Release| Mixed Platforms .Build .0 = Release| Any CPU
491
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Release| x86 .ActiveCfg = Release| Any CPU
492
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} .Release| x86 .Build .0 = Release| Any CPU
493
474
EndGlobalSection
494
475
GlobalSection (SolutionProperties ) = preSolution
495
476
HideSolutionNode = FALSE
@@ -501,6 +482,5 @@ Global
501
482
StartupItem = ServiceStack .OrmLite .Sqlite \ServiceStack .OrmLite .Sqlite .csproj
502
483
EndGlobalSection
503
484
GlobalSection (NestedProjects ) = preSolution
504
- {D1EB7B70-AD15-4F6A-86D3-639AA083030A} = {6CEB3EDE-9F02-4F4F-BD8A-1B2939C1AE6E}
505
485
EndGlobalSection
506
486
EndGlobal
0 commit comments