-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTerraFX.Optimizer.sln
120 lines (120 loc) · 6.2 KB
/
TerraFX.Optimizer.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34414.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{2F337CB6-0B9E-4765-A277-487E429DE9F1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.sh = build.sh
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
exclusion.dic = exclusion.dic
global.json = global.json
LICENSE.md = LICENSE.md
NuGet.config = NuGet.config
pack.cmd = pack.cmd
pack.sh = pack.sh
restore.cmd = restore.cmd
restore.sh = restore.sh
TerraFX.snk = TerraFX.snk
test.cmd = test.cmd
test.sh = test.sh
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{8793898A-6542-4606-AA82-AB14151D2D20}"
ProjectSection(SolutionItems) = preProject
docs\CODEOWNERS = docs\CODEOWNERS
docs\CODE_OF_CONDUCT.md = docs\CODE_OF_CONDUCT.md
docs\CONTRIBUTING.md = docs\CONTRIBUTING.md
docs\ISSUE_TEMPLATE.md = docs\ISSUE_TEMPLATE.md
docs\PULL_REQUEST_TEMPLATE.md = docs\PULL_REQUEST_TEMPLATE.md
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sources", "sources", "{0B821858-8E47-4485-AC06-D2E971A53EB2}"
ProjectSection(SolutionItems) = preProject
sources\Directory.Build.props = sources\Directory.Build.props
sources\Directory.Build.targets = sources\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Optimization", "Optimization", "{9EC8DCF1-639B-4C5F-AD99-77E30D51393C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TerraFX.Optimization", "sources\Optimization\TerraFX.Optimization.csproj", "{039611EC-89D5-4010-B732-7CF31B4CFA69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Optimizer", "Optimizer", "{49107E22-6DFB-4C57-A3D1-8F9C69D22406}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TerraFX.Optimizer", "sources\Optimizer\TerraFX.Optimizer.csproj", "{0EB1EAEB-6645-49C7-977F-8A93EEACE74E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EFB05081-EC44-49D3-B6D1-52AE42085B5B}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
tests\Directory.Build.targets = tests\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Optimization", "Optimization", "{77FBA110-86F8-4A94-8705-C31CC96673DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TerraFX.Optimization.UnitTests", "tests\Optimization\TerraFX.Optimization.UnitTests.csproj", "{9E8C6582-63D1-4A36-8E63-611A656E725E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{48E1F49D-7103-4DE6-9F69-915183B85095}"
ProjectSection(SolutionItems) = preProject
scripts\build.ps1 = scripts\build.ps1
scripts\build.sh = scripts\build.sh
scripts\cibuild.cmd = scripts\cibuild.cmd
scripts\cibuild.sh = scripts\cibuild.sh
scripts\SignClientFileList.txt = scripts\SignClientFileList.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BC7BAD90-CD4D-40E6-BC1B-C31599D62F13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{61C7F60A-6E36-4D78-A04E-559C3E9744B9}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug.md = .github\ISSUE_TEMPLATE\bug.md
.github\ISSUE_TEMPLATE\proposal.md = .github\ISSUE_TEMPLATE\proposal.md
.github\ISSUE_TEMPLATE\regression.md = .github\ISSUE_TEMPLATE\regression.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{6340E481-AFBA-4AEC-AAC0-3F3A1E0F4AB9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{039611EC-89D5-4010-B732-7CF31B4CFA69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{039611EC-89D5-4010-B732-7CF31B4CFA69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{039611EC-89D5-4010-B732-7CF31B4CFA69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{039611EC-89D5-4010-B732-7CF31B4CFA69}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB1EAEB-6645-49C7-977F-8A93EEACE74E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB1EAEB-6645-49C7-977F-8A93EEACE74E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB1EAEB-6645-49C7-977F-8A93EEACE74E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB1EAEB-6645-49C7-977F-8A93EEACE74E}.Release|Any CPU.Build.0 = Release|Any CPU
{9E8C6582-63D1-4A36-8E63-611A656E725E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E8C6582-63D1-4A36-8E63-611A656E725E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E8C6582-63D1-4A36-8E63-611A656E725E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E8C6582-63D1-4A36-8E63-611A656E725E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9EC8DCF1-639B-4C5F-AD99-77E30D51393C} = {0B821858-8E47-4485-AC06-D2E971A53EB2}
{039611EC-89D5-4010-B732-7CF31B4CFA69} = {9EC8DCF1-639B-4C5F-AD99-77E30D51393C}
{49107E22-6DFB-4C57-A3D1-8F9C69D22406} = {0B821858-8E47-4485-AC06-D2E971A53EB2}
{0EB1EAEB-6645-49C7-977F-8A93EEACE74E} = {49107E22-6DFB-4C57-A3D1-8F9C69D22406}
{77FBA110-86F8-4A94-8705-C31CC96673DD} = {EFB05081-EC44-49D3-B6D1-52AE42085B5B}
{9E8C6582-63D1-4A36-8E63-611A656E725E} = {77FBA110-86F8-4A94-8705-C31CC96673DD}
{61C7F60A-6E36-4D78-A04E-559C3E9744B9} = {BC7BAD90-CD4D-40E6-BC1B-C31599D62F13}
{6340E481-AFBA-4AEC-AAC0-3F3A1E0F4AB9} = {BC7BAD90-CD4D-40E6-BC1B-C31599D62F13}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2FE36DF8-2D9C-4F20-8787-45DC74B57461}
EndGlobalSection
EndGlobal