mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
19
FreeSql.sln
19
FreeSql.sln
@ -125,6 +125,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeSql.Provider.Xugu", "Pr
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeSql.Tests.Provider.Xugu", "FreeSql.Tests\FreeSql.Tests.Provider.Xugu\FreeSql.Tests.Provider.Xugu.csproj", "{16C21D77-20AC-4722-AD97-F53BDDE8210C}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeSql.Extensions.ZoreEntity", "Extensions\FreeSql.Extensions.ZoreEntity\FreeSql.Extensions.ZoreEntity.csproj", "{D9419896-BFB0-47C1-BEFD-A6C48394643B}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@ -747,6 +749,18 @@ Global
|
||||
{16C21D77-20AC-4722-AD97-F53BDDE8210C}.Release|x64.Build.0 = Release|Any CPU
|
||||
{16C21D77-20AC-4722-AD97-F53BDDE8210C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{16C21D77-20AC-4722-AD97-F53BDDE8210C}.Release|x86.Build.0 = Release|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Release|x64.Build.0 = Release|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
@ -787,10 +801,11 @@ Global
|
||||
{8A06B18A-A8BF-4AEA-AFE4-0F573C2DBFEE} = {2A381C57-2697-427B-9F10-55DA11FD02E4}
|
||||
{71A6F937-D11B-4AE4-9933-BB6B4D925665} = {4A92E8A6-9A6D-41A1-9CDA-DE10899648AA}
|
||||
{8064870C-22EA-4A58-972D-DBD57D096D91} = {2A381C57-2697-427B-9F10-55DA11FD02E4}
|
||||
{D9419896-BFB0-47C1-BEFD-A6C48394643B} = {4A92E8A6-9A6D-41A1-9CDA-DE10899648AA}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
RESX_NeutralResourcesLanguage = en-US
|
||||
RESX_PrefixTranslations = True
|
||||
SolutionGuid = {089687FD-5D25-40AB-BA8A-A10D1E137F98}
|
||||
RESX_PrefixTranslations = True
|
||||
RESX_NeutralResourcesLanguage = en-US
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
Reference in New Issue
Block a user