-
Notifications
You must be signed in to change notification settings - Fork 36
/
FASTER.sln
48 lines (48 loc) · 2.47 KB
/
FASTER.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FASTER", "FASTER\FASTER.csproj", "{AB94896A-D1E3-4206-897C-4198B3F93AB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE94794A-BA61-43A4-8C33-7DDA84F531E9}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
FASTER_Version.xml = FASTER_Version.xml
NuGet.Config = NuGet.Config
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FASTERTests", "FASTERTests\FASTERTests.csproj", "{65FDF864-BF9B-414A-A6E6-3473BCFB62BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FASTER Maintenance", "FASTER Maintenance\FASTER Maintenance.csproj", "{465FB100-A08C-4E4F-A321-EC85C5C177B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB94896A-D1E3-4206-897C-4198B3F93AB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB94896A-D1E3-4206-897C-4198B3F93AB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB94896A-D1E3-4206-897C-4198B3F93AB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB94896A-D1E3-4206-897C-4198B3F93AB9}.Release|Any CPU.Build.0 = Release|Any CPU
{65FDF864-BF9B-414A-A6E6-3473BCFB62BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65FDF864-BF9B-414A-A6E6-3473BCFB62BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65FDF864-BF9B-414A-A6E6-3473BCFB62BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65FDF864-BF9B-414A-A6E6-3473BCFB62BE}.Release|Any CPU.Build.0 = Release|Any CPU
{465FB100-A08C-4E4F-A321-EC85C5C177B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{465FB100-A08C-4E4F-A321-EC85C5C177B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {737F3CB4-E95E-4202-82AA-1B1E9165B99F}
EndGlobalSection
EndGlobal