-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDnc.Extensions.sln
More file actions
43 lines (43 loc) · 2.62 KB
/
Dnc.Extensions.sln
File metadata and controls
43 lines (43 loc) · 2.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dnc.Extensions.Dapper", "Dnc.Extensions.Dapper\Dnc.Extensions.Dapper.csproj", "{481029CD-301F-4E30-8FB2-0A85A674E5F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dnc.Extensions.Ui", "Dnc.Extensions.Ui\Dnc.Extensions.Ui.csproj", "{207BBDB0-BC4B-4E18-BB7C-B1B2A0DA644C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dnc.Extensions.Ui.Layui", "Dnc.Extensions.Ui.Layui\Dnc.Extensions.Ui.Layui.csproj", "{40CD4047-245E-4656-8AA8-8DC44BA8F9A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dnc.Extensions.Dapper.Test", "Tests\Dnc.Extensions.Dapper.Test\Dnc.Extensions.Dapper.Test.csproj", "{EA87C7CB-7FE5-4BF8-A644-38ED208495CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{481029CD-301F-4E30-8FB2-0A85A674E5F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{481029CD-301F-4E30-8FB2-0A85A674E5F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{481029CD-301F-4E30-8FB2-0A85A674E5F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{481029CD-301F-4E30-8FB2-0A85A674E5F4}.Release|Any CPU.Build.0 = Release|Any CPU
{207BBDB0-BC4B-4E18-BB7C-B1B2A0DA644C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{207BBDB0-BC4B-4E18-BB7C-B1B2A0DA644C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{207BBDB0-BC4B-4E18-BB7C-B1B2A0DA644C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{207BBDB0-BC4B-4E18-BB7C-B1B2A0DA644C}.Release|Any CPU.Build.0 = Release|Any CPU
{40CD4047-245E-4656-8AA8-8DC44BA8F9A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40CD4047-245E-4656-8AA8-8DC44BA8F9A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40CD4047-245E-4656-8AA8-8DC44BA8F9A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40CD4047-245E-4656-8AA8-8DC44BA8F9A2}.Release|Any CPU.Build.0 = Release|Any CPU
{EA87C7CB-7FE5-4BF8-A644-38ED208495CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA87C7CB-7FE5-4BF8-A644-38ED208495CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA87C7CB-7FE5-4BF8-A644-38ED208495CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA87C7CB-7FE5-4BF8-A644-38ED208495CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E986AA3-EF6D-4B85-9CBE-C2299C3C3082}
EndGlobalSection
EndGlobal