-
Notifications
You must be signed in to change notification settings - Fork 2
/
SqlUserTypeGenerator.sln
56 lines (56 loc) · 3.42 KB
/
SqlUserTypeGenerator.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlUserTypeGenerator", "SqlUserTypeGenerator\SqlUserTypeGenerator.csproj", "{11E808BF-CCE0-4B3B-9A9C-6C6A11041AF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbClasses", "DbClasses\DbClasses.csproj", "{93D2F48A-432B-47A5-9B53-64508DE2A1B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbClassesWithCustomSqlFolder", "DbClassesWithCustomSqlFolder\DbClassesWithCustomSqlFolder.csproj", "{8B7843D0-8FDE-4E87-931A-A493326F3395}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{800E93C2-38A3-4902-9ADF-28E4F6590C30}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
readme.md = readme.md
tools\SqlUserTypeGenerator_GlobalProps.props = tools\SqlUserTypeGenerator_GlobalProps.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlUserTypeGenerator.Tests", "SqlUserTypeGenerator.Tests\SqlUserTypeGenerator.Tests.csproj", "{FEB26F4C-FB03-4119-A751-2807D987371D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DbMigrations", "DbMigrations\DbMigrations.csproj", "{CE79811C-A984-4946-9606-1EA04E2C7619}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11E808BF-CCE0-4B3B-9A9C-6C6A11041AF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E808BF-CCE0-4B3B-9A9C-6C6A11041AF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E808BF-CCE0-4B3B-9A9C-6C6A11041AF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E808BF-CCE0-4B3B-9A9C-6C6A11041AF6}.Release|Any CPU.Build.0 = Release|Any CPU
{93D2F48A-432B-47A5-9B53-64508DE2A1B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93D2F48A-432B-47A5-9B53-64508DE2A1B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93D2F48A-432B-47A5-9B53-64508DE2A1B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D2F48A-432B-47A5-9B53-64508DE2A1B9}.Release|Any CPU.Build.0 = Release|Any CPU
{8B7843D0-8FDE-4E87-931A-A493326F3395}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B7843D0-8FDE-4E87-931A-A493326F3395}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B7843D0-8FDE-4E87-931A-A493326F3395}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B7843D0-8FDE-4E87-931A-A493326F3395}.Release|Any CPU.Build.0 = Release|Any CPU
{FEB26F4C-FB03-4119-A751-2807D987371D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEB26F4C-FB03-4119-A751-2807D987371D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEB26F4C-FB03-4119-A751-2807D987371D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEB26F4C-FB03-4119-A751-2807D987371D}.Release|Any CPU.Build.0 = Release|Any CPU
{CE79811C-A984-4946-9606-1EA04E2C7619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE79811C-A984-4946-9606-1EA04E2C7619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE79811C-A984-4946-9606-1EA04E2C7619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE79811C-A984-4946-9606-1EA04E2C7619}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1FE3F446-D835-4D73-8F18-24575C506E10}
EndGlobalSection
EndGlobal