-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSharpExtender.sln
More file actions
66 lines (66 loc) · 3.4 KB
/
Copy pathCSharpExtender.sln
File metadata and controls
66 lines (66 loc) · 3.4 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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpExtender", "CSharpExtender\CSharpExtender.csproj", "{219F4895-3B91-4291-8D06-02A5A5749BB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.CSharpExtender", "Tests.CSharpExtender\Tests.CSharpExtender.csproj", "{E58959C9-A22B-4B5D-9507-B6A2CD8B2607}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkTestBench", "BenchmarkTestBench\BenchmarkTestBench.csproj", "{1CF1DAEF-0755-4F06-89CD-6ABCF50A838C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CLAUDE.md = CLAUDE.md
Directory.Build.props = Directory.Build.props
LICENSE.txt = LICENSE.txt
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{A344A16F-0891-4C85-AEB9-3974D4606C22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{7B81E5AC-5679-484F-8757-6C3DE84DACBF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{3F2C8A41-6D5B-4E97-9C13-7A0E5B84D216}"
ProjectSection(SolutionItems) = preProject
docs\ARCHITECTURE.md = docs\ARCHITECTURE.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{219F4895-3B91-4291-8D06-02A5A5749BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{219F4895-3B91-4291-8D06-02A5A5749BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{219F4895-3B91-4291-8D06-02A5A5749BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{219F4895-3B91-4291-8D06-02A5A5749BB4}.Release|Any CPU.Build.0 = Release|Any CPU
{E58959C9-A22B-4B5D-9507-B6A2CD8B2607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E58959C9-A22B-4B5D-9507-B6A2CD8B2607}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E58959C9-A22B-4B5D-9507-B6A2CD8B2607}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E58959C9-A22B-4B5D-9507-B6A2CD8B2607}.Release|Any CPU.Build.0 = Release|Any CPU
{1CF1DAEF-0755-4F06-89CD-6ABCF50A838C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CF1DAEF-0755-4F06-89CD-6ABCF50A838C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CF1DAEF-0755-4F06-89CD-6ABCF50A838C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CF1DAEF-0755-4F06-89CD-6ABCF50A838C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A344A16F-0891-4C85-AEB9-3974D4606C22} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{7B81E5AC-5679-484F-8757-6C3DE84DACBF} = {A344A16F-0891-4C85-AEB9-3974D4606C22}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B310B14-9E81-497D-8284-40A19D9A89A4}
EndGlobalSection
EndGlobal