-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFigLeaf.sln
More file actions
53 lines (53 loc) · 3.03 KB
/
FigLeaf.sln
File metadata and controls
53 lines (53 loc) · 3.03 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigLeaf.UI", "FigLeaf.UI\FigLeaf.UI.csproj", "{4BFF3960-0F64-4D83-92EB-AC54218706F4}"
ProjectSection(ProjectDependencies) = postProject
{D4BA8856-B532-4940-8F46-300A06958532} = {D4BA8856-B532-4940-8F46-300A06958532}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigLeaf.Core", "FigLeaf.Core\FigLeaf.Core.csproj", "{07718E8E-3120-4C83-8E27-50E31DD45AB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigLeaf.Console", "FigLeaf.Console\FigLeaf.Console.csproj", "{D4BA8856-B532-4940-8F46-300A06958532}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57A19CBD-7E8C-455D-BD86-0B50A4DC9783}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AD25DB8A-DAAC-48A7-BE30-5C3790B5DEDC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigLeaf.Core.UnitTest", "FigLeaf.Core.UnitTest\FigLeaf.Core.UnitTest.csproj", "{B5605917-35C1-44CD-9913-372FE407F483}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BFF3960-0F64-4D83-92EB-AC54218706F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BFF3960-0F64-4D83-92EB-AC54218706F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BFF3960-0F64-4D83-92EB-AC54218706F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BFF3960-0F64-4D83-92EB-AC54218706F4}.Release|Any CPU.Build.0 = Release|Any CPU
{07718E8E-3120-4C83-8E27-50E31DD45AB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07718E8E-3120-4C83-8E27-50E31DD45AB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07718E8E-3120-4C83-8E27-50E31DD45AB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07718E8E-3120-4C83-8E27-50E31DD45AB2}.Release|Any CPU.Build.0 = Release|Any CPU
{D4BA8856-B532-4940-8F46-300A06958532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4BA8856-B532-4940-8F46-300A06958532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4BA8856-B532-4940-8F46-300A06958532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4BA8856-B532-4940-8F46-300A06958532}.Release|Any CPU.Build.0 = Release|Any CPU
{B5605917-35C1-44CD-9913-372FE407F483}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5605917-35C1-44CD-9913-372FE407F483}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5605917-35C1-44CD-9913-372FE407F483}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5605917-35C1-44CD-9913-372FE407F483}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal