mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Add json 2 sql test
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.30523.141
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.1.32414.318
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlSeverTest", "SqlSeverTest\SqlSeverTest.csproj", "{B44F2513-E55B-480F-A41C-685DDD083355}"
|
||||
EndProject
|
||||
@@ -39,6 +39,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AccessTest", "AccessTest\Ac
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomDbTest", "CustomDbTest\CustomDbTest.csproj", "{7CAAE872-4A27-4373-B44C-504C5E6DDB85}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Json2Sql", "Json2Sql\Json2Sql.csproj", "{0B4998EE-28FB-4B7E-8976-B3261299B425}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -253,6 +255,18 @@ Global
|
||||
{7CAAE872-4A27-4373-B44C-504C5E6DDB85}.Release|ARM32.Build.0 = Release|ARM32
|
||||
{7CAAE872-4A27-4373-B44C-504C5E6DDB85}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{7CAAE872-4A27-4373-B44C-504C5E6DDB85}.Release|x86.Build.0 = Release|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Debug|ARM32.ActiveCfg = Debug|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Debug|ARM32.Build.0 = Debug|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Release|ARM32.ActiveCfg = Release|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Release|ARM32.Build.0 = Release|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{0B4998EE-28FB-4B7E-8976-B3261299B425}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
Reference in New Issue
Block a user