-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathxtEntityFramework.sln
More file actions
57 lines (57 loc) · 3.4 KB
/
xtEntityFramework.sln
File metadata and controls
57 lines (57 loc) · 3.4 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xtEntityFramework", "xtEntityFramework\xtEntityFramework.csproj", "{052308B9-81EC-4FB4-BEB5-D91FD56558B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Blazor.Server", "Example.Blazor\Server\Example.Blazor.Server.csproj", "{1F49C916-B74B-4EFD-8F1E-5394F5B946EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Blazor.Client", "Example.Blazor\Client\Example.Blazor.Client.csproj", "{9E50FF0D-86CC-4AEC-AE60-36A216A92FD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Blazor.Shared", "Example.Blazor\Shared\Example.Blazor.Shared.csproj", "{6EA19728-74A2-4A1F-B20B-7C68EC93B0E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xtEntityFramework.Tests", "xtEntityFramework.Tests\xtEntityFramework.Tests.csproj", "{C50606DC-F352-4A2D-BF6A-8B8D8F2009C7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{052308B9-81EC-4FB4-BEB5-D91FD56558B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{052308B9-81EC-4FB4-BEB5-D91FD56558B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{052308B9-81EC-4FB4-BEB5-D91FD56558B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{052308B9-81EC-4FB4-BEB5-D91FD56558B1}.Release|Any CPU.Build.0 = Release|Any CPU
{1F49C916-B74B-4EFD-8F1E-5394F5B946EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F49C916-B74B-4EFD-8F1E-5394F5B946EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F49C916-B74B-4EFD-8F1E-5394F5B946EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F49C916-B74B-4EFD-8F1E-5394F5B946EA}.Release|Any CPU.Build.0 = Release|Any CPU
{9E50FF0D-86CC-4AEC-AE60-36A216A92FD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E50FF0D-86CC-4AEC-AE60-36A216A92FD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E50FF0D-86CC-4AEC-AE60-36A216A92FD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E50FF0D-86CC-4AEC-AE60-36A216A92FD7}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA19728-74A2-4A1F-B20B-7C68EC93B0E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA19728-74A2-4A1F-B20B-7C68EC93B0E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA19728-74A2-4A1F-B20B-7C68EC93B0E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA19728-74A2-4A1F-B20B-7C68EC93B0E0}.Release|Any CPU.Build.0 = Release|Any CPU
{C50606DC-F352-4A2D-BF6A-8B8D8F2009C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C50606DC-F352-4A2D-BF6A-8B8D8F2009C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C50606DC-F352-4A2D-BF6A-8B8D8F2009C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C50606DC-F352-4A2D-BF6A-8B8D8F2009C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72BAD65C-F76E-4F3A-A9B5-248A741CC967}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
version = 1.0.1
EndGlobalSection
EndGlobal