-
Notifications
You must be signed in to change notification settings - Fork 0
/
Metalsharp.sln
49 lines (49 loc) · 2.48 KB
/
Metalsharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Metalsharp", "Metalsharp\Metalsharp.csproj", "{BC5A2CC9-9F50-4061-8A1A-B7AB8D131251}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B3C1270-CEE2-4A3C-ABB0-3861215D80B6}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Icon.png = Icon.png
LICENSE = LICENSE
Metalsharp.png = Metalsharp.png
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Metalsharp.Tests", "Metalsharp.Tests\Metalsharp.Tests.csproj", "{A969B480-A460-4F6F-86E4-8E2D4CE2A5A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Metalsharp.Documentation", "Metalsharp.Documentation", "{546D55B0-7888-4947-A29B-3017232C1181}"
ProjectSection(SolutionItems) = preProject
Metalsharp.Documentation\quickstart.md = Metalsharp.Documentation\quickstart.md
Metalsharp.Documentation\README.md = Metalsharp.Documentation\README.md
Metalsharp.Documentation\tutorial-plugin.md = Metalsharp.Documentation\tutorial-plugin.md
Metalsharp.Documentation\tutorial-website.md = Metalsharp.Documentation\tutorial-website.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC5A2CC9-9F50-4061-8A1A-B7AB8D131251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC5A2CC9-9F50-4061-8A1A-B7AB8D131251}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC5A2CC9-9F50-4061-8A1A-B7AB8D131251}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC5A2CC9-9F50-4061-8A1A-B7AB8D131251}.Release|Any CPU.Build.0 = Release|Any CPU
{A969B480-A460-4F6F-86E4-8E2D4CE2A5A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A969B480-A460-4F6F-86E4-8E2D4CE2A5A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A969B480-A460-4F6F-86E4-8E2D4CE2A5A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A969B480-A460-4F6F-86E4-8E2D4CE2A5A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1302004-B5D6-48D4-B9DE-2B069A693245}
EndGlobalSection
EndGlobal