|
@@ -34,6 +34,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.Data.Console", "test
|
|
EndProject
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.Sqlite.Console", "test\Vitorm.Sqlite.Console\Vitorm.Sqlite.Console.csproj", "{FDE612FB-A590-4937-93E8-314C9DF9F39E}"
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.Sqlite.Console", "test\Vitorm.Sqlite.Console\Vitorm.Sqlite.Console.csproj", "{FDE612FB-A590-4937-93E8-314C9DF9F39E}"
|
|
EndProject
|
|
EndProject
|
|
|
|
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vitorm.Data.Benchmark", "test\Vitorm.Data.Benchmark\Vitorm.Data.Benchmark.csproj", "{02AE1368-8B79-4CE2-8518-13A7B91D345B}"
|
|
|
|
+EndProject
|
|
Global
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Debug|Any CPU = Debug|Any CPU
|
|
@@ -84,6 +86,10 @@ Global
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
|
|
+ {02AE1368-8B79-4CE2-8518-13A7B91D345B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
+ {02AE1368-8B79-4CE2-8518-13A7B91D345B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
+ {02AE1368-8B79-4CE2-8518-13A7B91D345B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
+ {02AE1368-8B79-4CE2-8518-13A7B91D345B}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
HideSolutionNode = FALSE
|
|
@@ -100,6 +106,7 @@ Global
|
|
{BF06299A-78A1-44C9-BCE6-4226BA326739} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
|
|
{BF06299A-78A1-44C9-BCE6-4226BA326739} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
|
|
{DACD0587-AF7F-4ACC-9E67-1E8196C66DAF} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
|
|
{DACD0587-AF7F-4ACC-9E67-1E8196C66DAF} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
|
|
{FDE612FB-A590-4937-93E8-314C9DF9F39E} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
|
|
|
|
+ {02AE1368-8B79-4CE2-8518-13A7B91D345B} = {7904FE51-04FF-4477-8E3A-CC340389EE32}
|
|
EndGlobalSection
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F}
|
|
SolutionGuid = {C7DA16E3-9949-49FA-B0B4-F830636DE60F}
|