-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStrongTypeIdGenerator.sln
70 lines (70 loc) · 4.54 KB
/
StrongTypeIdGenerator.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.34929.205
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C2A0F0A-4EB1-4025-B357-62C86136ECFB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrongTypeIdGenerator.Tests", "StrongTypeIdGenerator.Tests\StrongTypeIdGenerator.Tests.csproj", "{F44CA131-E9DC-4B7F-A775-94F9041B69FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrongTypeIdGenerator.Abstractions", "StrongTypeIdGenerator.Abstractions\StrongTypeIdGenerator.Abstractions.csproj", "{D6F45F02-A86A-4336-8CA1-273C0163CA55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrongTypeIdGenerator.Json", "StrongTypeIdGenerator.Json\StrongTypeIdGenerator.Json.csproj", "{C05022B2-BE8F-45E1-8783-D738E1995E1D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StrongTypeIdGenerator.Tests.IdTypes", "StrongTypeIdGenerator.Tests.IdTypes\StrongTypeIdGenerator.Tests.IdTypes.csproj", "{8EF5AAF0-0AB3-408C-90D0-53BD767AD4AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StrongTypeIdGenerator.Json.Tests", "StrongTypeIdGenerator.Json.Tests\StrongTypeIdGenerator.Json.Tests.csproj", "{998E1F59-3A9B-4A8C-A370-55EFEC2210D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AA16F88E-B22D-46F5-AD78-E816982B3619}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StrongTypeIdGenerator.SourceGenerator", "StrongTypeIdGenerator.SourceGenerator\StrongTypeIdGenerator.SourceGenerator.csproj", "{5787B4E7-1788-4E6B-B6C1-C35B4753F6EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F44CA131-E9DC-4B7F-A775-94F9041B69FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F44CA131-E9DC-4B7F-A775-94F9041B69FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F44CA131-E9DC-4B7F-A775-94F9041B69FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F44CA131-E9DC-4B7F-A775-94F9041B69FC}.Release|Any CPU.Build.0 = Release|Any CPU
{D6F45F02-A86A-4336-8CA1-273C0163CA55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F45F02-A86A-4336-8CA1-273C0163CA55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F45F02-A86A-4336-8CA1-273C0163CA55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6F45F02-A86A-4336-8CA1-273C0163CA55}.Release|Any CPU.Build.0 = Release|Any CPU
{C05022B2-BE8F-45E1-8783-D738E1995E1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05022B2-BE8F-45E1-8783-D738E1995E1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05022B2-BE8F-45E1-8783-D738E1995E1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05022B2-BE8F-45E1-8783-D738E1995E1D}.Release|Any CPU.Build.0 = Release|Any CPU
{8EF5AAF0-0AB3-408C-90D0-53BD767AD4AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EF5AAF0-0AB3-408C-90D0-53BD767AD4AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EF5AAF0-0AB3-408C-90D0-53BD767AD4AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EF5AAF0-0AB3-408C-90D0-53BD767AD4AD}.Release|Any CPU.Build.0 = Release|Any CPU
{998E1F59-3A9B-4A8C-A370-55EFEC2210D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{998E1F59-3A9B-4A8C-A370-55EFEC2210D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{998E1F59-3A9B-4A8C-A370-55EFEC2210D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{998E1F59-3A9B-4A8C-A370-55EFEC2210D3}.Release|Any CPU.Build.0 = Release|Any CPU
{5787B4E7-1788-4E6B-B6C1-C35B4753F6EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5787B4E7-1788-4E6B-B6C1-C35B4753F6EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5787B4E7-1788-4E6B-B6C1-C35B4753F6EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5787B4E7-1788-4E6B-B6C1-C35B4753F6EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F44CA131-E9DC-4B7F-A775-94F9041B69FC} = {AA16F88E-B22D-46F5-AD78-E816982B3619}
{8EF5AAF0-0AB3-408C-90D0-53BD767AD4AD} = {AA16F88E-B22D-46F5-AD78-E816982B3619}
{998E1F59-3A9B-4A8C-A370-55EFEC2210D3} = {AA16F88E-B22D-46F5-AD78-E816982B3619}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A1DBD56-6EB3-485A-8632-B6A8E154B068}
EndGlobalSection
EndGlobal