Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
67 lines (67 loc) · 3.34 KB

File metadata and controls

67 lines (67 loc) · 3.34 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
67

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35424.110
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1CE9670B-D5FF-46A7-9D00-24E70E6ED48B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9E154A29-1796-4B85-BD81-B6A385D8FF71}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{36CCE840-6FE5-4DB9-A8D5-8CF3CB6D342A}"
ProjectSection(SolutionItems) = preProject
test\.editorconfig = test\.editorconfig
test\Directory.Build.props = test\Directory.Build.props
test\Directory.Build.targets = test\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B621E378-EA43-4CEB-9A96-3116689679E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMeta", "src\sharp-meta\SharpMeta.csproj", "{C4A3B044-8676-4FE7-980C-4344240B52C8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D013307E-C256-48C4-88C6-E8FC8BB09078}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMeta.Tests", "test\sharp-meta.Tests\SharpMeta.Tests.csproj", "{5E3027A4-922A-4E64-8CE1-F9B7F193B6C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4A3B044-8676-4FE7-980C-4344240B52C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4A3B044-8676-4FE7-980C-4344240B52C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4A3B044-8676-4FE7-980C-4344240B52C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4A3B044-8676-4FE7-980C-4344240B52C8}.Release|Any CPU.Build.0 = Release|Any CPU
{5E3027A4-922A-4E64-8CE1-F9B7F193B6C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E3027A4-922A-4E64-8CE1-F9B7F193B6C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E3027A4-922A-4E64-8CE1-F9B7F193B6C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E3027A4-922A-4E64-8CE1-F9B7F193B6C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E154A29-1796-4B85-BD81-B6A385D8FF71} = {1CE9670B-D5FF-46A7-9D00-24E70E6ED48B}
{36CCE840-6FE5-4DB9-A8D5-8CF3CB6D342A} = {1CE9670B-D5FF-46A7-9D00-24E70E6ED48B}
{C4A3B044-8676-4FE7-980C-4344240B52C8} = {B621E378-EA43-4CEB-9A96-3116689679E4}
{5E3027A4-922A-4E64-8CE1-F9B7F193B6C0} = {D013307E-C256-48C4-88C6-E8FC8BB09078}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3944F6A-384B-4B0F-B93F-3BD513DC57BD}
EndGlobalSection
EndGlobal
Morty Proxy This is a proxified and sanitized view of the page, visit original site.