-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLiversage.Primitives.sln
More file actions
61 lines (61 loc) · 3.43 KB
/
Liversage.Primitives.sln
File metadata and controls
61 lines (61 loc) · 3.43 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
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generators", "Generators\Generators.csproj", "{CCFD5DED-3675-4B1F-BECC-961E2F7F56A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generators.Tests", "Generators.Tests\Generators.Tests.csproj", "{0852BD24-1582-4D5A-A46C-D16ECDE3B3E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples", "Samples\Samples.csproj", "{4ECFCD2A-5BE1-44C5-9F83-71B803FD71E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C6E4056-60F9-4CD7-BC45-ACBCD298F6DC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
Liversage.Primitives.sln.DotSettings = Liversage.Primitives.sln.DotSettings
nuget.config = nuget.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{DD3EB071-E616-413D-9B3B-9E1966D5A010}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Primitives", "Primitives\Primitives.csproj", "{F8991365-4988-479D-9436-C78B6E305FFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCFD5DED-3675-4B1F-BECC-961E2F7F56A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCFD5DED-3675-4B1F-BECC-961E2F7F56A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCFD5DED-3675-4B1F-BECC-961E2F7F56A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCFD5DED-3675-4B1F-BECC-961E2F7F56A6}.Release|Any CPU.Build.0 = Release|Any CPU
{0852BD24-1582-4D5A-A46C-D16ECDE3B3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0852BD24-1582-4D5A-A46C-D16ECDE3B3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0852BD24-1582-4D5A-A46C-D16ECDE3B3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0852BD24-1582-4D5A-A46C-D16ECDE3B3E1}.Release|Any CPU.Build.0 = Release|Any CPU
{4ECFCD2A-5BE1-44C5-9F83-71B803FD71E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ECFCD2A-5BE1-44C5-9F83-71B803FD71E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ECFCD2A-5BE1-44C5-9F83-71B803FD71E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ECFCD2A-5BE1-44C5-9F83-71B803FD71E1}.Release|Any CPU.Build.0 = Release|Any CPU
{DD3EB071-E616-413D-9B3B-9E1966D5A010}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD3EB071-E616-413D-9B3B-9E1966D5A010}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD3EB071-E616-413D-9B3B-9E1966D5A010}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD3EB071-E616-413D-9B3B-9E1966D5A010}.Release|Any CPU.Build.0 = Release|Any CPU
{F8991365-4988-479D-9436-C78B6E305FFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8991365-4988-479D-9436-C78B6E305FFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8991365-4988-479D-9436-C78B6E305FFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8991365-4988-479D-9436-C78B6E305FFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E21E302E-9AEF-40F2-A3D5-300E90E86A6B}
EndGlobalSection
EndGlobal