-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathForge.sln
More file actions
66 lines (66 loc) · 3.08 KB
/
Forge.sln
File metadata and controls
66 lines (66 loc) · 3.08 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
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Forge", "Forge\Forge.csproj", "{A494A1D0-9355-4CEB-9F9D-100A0477E36F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{00FFFD7A-9C1F-41D5-B270-2E2BE7F70FED}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Forge.Tests", "Forge.Tests\Forge.Tests.csproj", "{AFF633E2-59FC-4134-9090-11E04759ACCD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
docs\attributes.md = docs\attributes.md
docs\cues.md = docs\cues.md
docs\quick-start.md = docs\quick-start.md
docs\README.md = docs\README.md
docs\tags.md = docs\tags.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "effects", "effects", "{165A7B54-5612-4533-A67A-D27A8883E0F6}"
ProjectSection(SolutionItems) = preProject
docs\effects\calculators.md = docs\effects\calculators.md
docs\effects\components.md = docs\effects\components.md
docs\effects\duration.md = docs\effects\duration.md
docs\effects\modifiers.md = docs\effects\modifiers.md
docs\effects\periodic.md = docs\effects\periodic.md
docs\effects\README.md = docs\effects\README.md
docs\effects\stacking.md = docs\effects\stacking.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A494A1D0-9355-4CEB-9F9D-100A0477E36F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A494A1D0-9355-4CEB-9F9D-100A0477E36F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A494A1D0-9355-4CEB-9F9D-100A0477E36F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A494A1D0-9355-4CEB-9F9D-100A0477E36F}.Release|Any CPU.Build.0 = Release|Any CPU
{AFF633E2-59FC-4134-9090-11E04759ACCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFF633E2-59FC-4134-9090-11E04759ACCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFF633E2-59FC-4134-9090-11E04759ACCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFF633E2-59FC-4134-9090-11E04759ACCD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {00FFFD7A-9C1F-41D5-B270-2E2BE7F70FED}
{165A7B54-5612-4533-A67A-D27A8883E0F6} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3A08099-B336-49EB-B289-336934AE6022}
EndGlobalSection
EndGlobal