-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathFluent.Net.sln
55 lines (55 loc) · 3.34 KB
/
Fluent.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29403.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluent.Net", "Fluent.Net\Fluent.Net.csproj", "{A530F7A4-009E-4376-8A14-932771446575}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluent.Net.Test", "Fluent.Net.Test\Fluent.Net.Test.csproj", "{D028E809-62B8-4F89-84B8-BC2955B09C7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A1E62A39-A342-4ED3-9D3F-3C2677DC5BA5}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluent.Net.SyntaxTest", "Fluent.Net.SyntaxTest\Fluent.Net.SyntaxTest.csproj", "{F0CFAA41-FC32-4579-A7CD-A0A20723352C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Fluent.Net.SyntaxTest.Test", "Fluent.Net.SyntaxTest.Test\Fluent.Net.SyntaxTest.Test.csproj", "{91637454-B5D4-4C31-966E-8F257F891D5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fluent.Net.SimpleExample", "Fluent.Net.SimpleExample\Fluent.Net.SimpleExample.csproj", "{D65B34FF-7797-421D-8468-39583548F6E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A530F7A4-009E-4376-8A14-932771446575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A530F7A4-009E-4376-8A14-932771446575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A530F7A4-009E-4376-8A14-932771446575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A530F7A4-009E-4376-8A14-932771446575}.Release|Any CPU.Build.0 = Release|Any CPU
{D028E809-62B8-4F89-84B8-BC2955B09C7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D028E809-62B8-4F89-84B8-BC2955B09C7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D028E809-62B8-4F89-84B8-BC2955B09C7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D028E809-62B8-4F89-84B8-BC2955B09C7C}.Release|Any CPU.Build.0 = Release|Any CPU
{F0CFAA41-FC32-4579-A7CD-A0A20723352C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0CFAA41-FC32-4579-A7CD-A0A20723352C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0CFAA41-FC32-4579-A7CD-A0A20723352C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0CFAA41-FC32-4579-A7CD-A0A20723352C}.Release|Any CPU.Build.0 = Release|Any CPU
{91637454-B5D4-4C31-966E-8F257F891D5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91637454-B5D4-4C31-966E-8F257F891D5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91637454-B5D4-4C31-966E-8F257F891D5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91637454-B5D4-4C31-966E-8F257F891D5C}.Release|Any CPU.Build.0 = Release|Any CPU
{D65B34FF-7797-421D-8468-39583548F6E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D65B34FF-7797-421D-8468-39583548F6E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D65B34FF-7797-421D-8468-39583548F6E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D65B34FF-7797-421D-8468-39583548F6E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E03BEB45-BA60-418A-A967-BB904523C662}
EndGlobalSection
EndGlobal