-
Notifications
You must be signed in to change notification settings - Fork 29
/
ExpressionToCode.sln
56 lines (56 loc) · 3.23 KB
/
ExpressionToCode.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 16
VisualStudioVersion = 16.0.30803.129
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpressionToCodeLib", "ExpressionToCodeLib\ExpressionToCodeLib.csproj", "{2472FFFC-E2F9-4043-8CA6-EB65D4059A0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpressionToCodeTest", "ExpressionToCodeTest\ExpressionToCodeTest.csproj", "{404475DF-91DC-40B2-A933-1C4A3C9B7710}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CA5B9979-2CAD-4D93-9591-128F5F8BA053}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
how-to-push-to-nuget.txt = how-to-push-to-nuget.txt
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3FA226A6-D138-487E-96FB-41FFACBD74B8}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExpressionToCode.Benchmarks", "ExpressionToCode.Benchmarks\ExpressionToCode.Benchmarks.csproj", "{DE1DC107-D465-46B6-9198-5BB887E91619}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TopLevelProgramExample", "TopLevelProgramExample\TopLevelProgramExample.csproj", "{12DDCFE5-62AE-4795-86A4-BBE8C15DA908}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2472FFFC-E2F9-4043-8CA6-EB65D4059A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2472FFFC-E2F9-4043-8CA6-EB65D4059A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2472FFFC-E2F9-4043-8CA6-EB65D4059A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2472FFFC-E2F9-4043-8CA6-EB65D4059A0F}.Release|Any CPU.Build.0 = Release|Any CPU
{404475DF-91DC-40B2-A933-1C4A3C9B7710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{404475DF-91DC-40B2-A933-1C4A3C9B7710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{404475DF-91DC-40B2-A933-1C4A3C9B7710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{404475DF-91DC-40B2-A933-1C4A3C9B7710}.Release|Any CPU.Build.0 = Release|Any CPU
{DE1DC107-D465-46B6-9198-5BB887E91619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE1DC107-D465-46B6-9198-5BB887E91619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE1DC107-D465-46B6-9198-5BB887E91619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE1DC107-D465-46B6-9198-5BB887E91619}.Release|Any CPU.Build.0 = Release|Any CPU
{12DDCFE5-62AE-4795-86A4-BBE8C15DA908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12DDCFE5-62AE-4795-86A4-BBE8C15DA908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12DDCFE5-62AE-4795-86A4-BBE8C15DA908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12DDCFE5-62AE-4795-86A4-BBE8C15DA908}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE4D304A-FE54-49CE-8998-CBD4E9757CDA}
EndGlobalSection
EndGlobal