-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathyaap.sln
More file actions
55 lines (55 loc) · 2.77 KB
/
yaap.sln
File metadata and controls
55 lines (55 loc) · 2.77 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yaap", "Yaap\Yaap.csproj", "{DA7332ED-894C-477B-B781-5246341821CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{C9C6B4F8-06CA-40BA-8715-25963EF749CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yaap.Tests", "Yaap.Tests\Yaap.Tests.csproj", "{A1096E69-2C97-48A1-B85E-4265B99F24B4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{BD2E8F8E-CD93-469A-A6A7-785CD42ECF50}"
ProjectSection(SolutionItems) = preProject
docs\docfx.json = docs\docfx.json
docs\index.md = docs\index.md
docs\toc.yml = docs\toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "articles", "articles", "{AA546219-3890-4514-AE6D-56F16442FAF6}"
ProjectSection(SolutionItems) = preProject
docs\articles\FAQ.md = docs\articles\FAQ.md
docs\articles\start-here.md = docs\articles\start-here.md
docs\articles\Windows.md = docs\articles\Windows.md
docs\articles\toc.yml = docs\articles\toc.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA7332ED-894C-477B-B781-5246341821CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA7332ED-894C-477B-B781-5246341821CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA7332ED-894C-477B-B781-5246341821CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA7332ED-894C-477B-B781-5246341821CB}.Release|Any CPU.Build.0 = Release|Any CPU
{C9C6B4F8-06CA-40BA-8715-25963EF749CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9C6B4F8-06CA-40BA-8715-25963EF749CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9C6B4F8-06CA-40BA-8715-25963EF749CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9C6B4F8-06CA-40BA-8715-25963EF749CA}.Release|Any CPU.Build.0 = Release|Any CPU
{A1096E69-2C97-48A1-B85E-4265B99F24B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1096E69-2C97-48A1-B85E-4265B99F24B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1096E69-2C97-48A1-B85E-4265B99F24B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1096E69-2C97-48A1-B85E-4265B99F24B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF13B771-76E4-4C86-A722-67358F65D19A}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA546219-3890-4514-AE6D-56F16442FAF6} = {BD2E8F8E-CD93-469A-A6A7-785CD42ECF50}
EndGlobalSection
EndGlobal