-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZySharp.Metaprogramming.sln
47 lines (47 loc) · 2.59 KB
/
ZySharp.Metaprogramming.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZySharp.Metaprogramming", "ZySharp.Metaprogramming\ZySharp.Metaprogramming.csproj", "{F0BF498A-EE9E-47A6-93B8-391E7A38FA85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZySharp.Metaprogramming.Tests", "ZySharp.Metaprogramming.Tests\ZySharp.Metaprogramming.Tests.csproj", "{2AC9B15B-8925-47A1-8439-9F5F60D8AE8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZySharp.Metaprogramming.Examples", "ZySharp.Metaprogramming.Examples\ZySharp.Metaprogramming.Examples.csproj", "{AFAA753D-DFC0-4520-A688-A18A762ACF6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{480F96DD-6F16-4691-85E6-C609F0C114E5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
NuGet.Config = NuGet.Config
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0BF498A-EE9E-47A6-93B8-391E7A38FA85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0BF498A-EE9E-47A6-93B8-391E7A38FA85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0BF498A-EE9E-47A6-93B8-391E7A38FA85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0BF498A-EE9E-47A6-93B8-391E7A38FA85}.Release|Any CPU.Build.0 = Release|Any CPU
{2AC9B15B-8925-47A1-8439-9F5F60D8AE8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AC9B15B-8925-47A1-8439-9F5F60D8AE8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AC9B15B-8925-47A1-8439-9F5F60D8AE8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AC9B15B-8925-47A1-8439-9F5F60D8AE8B}.Release|Any CPU.Build.0 = Release|Any CPU
{AFAA753D-DFC0-4520-A688-A18A762ACF6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFAA753D-DFC0-4520-A688-A18A762ACF6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFAA753D-DFC0-4520-A688-A18A762ACF6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFAA753D-DFC0-4520-A688-A18A762ACF6B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {138BB4A1-75A4-470B-85A3-CD9CDC5CECDF}
EndGlobalSection
EndGlobal