This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBFast.sln
47 lines (47 loc) · 2.25 KB
/
BFast.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F2F5AF1-3EE3-40C0-B555-0AB8BF8740E9}"
ProjectSection(SolutionItems) = preProject
license.txt = license.txt
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vim.BFast.Tests", "csharp\Vim.BFast.Tests\Vim.BFast.Tests.csproj", "{9B63543E-EA02-40C8-A463-8C7937E163A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vim.BFast", "csharp\Vim.BFast\Vim.BFast.csproj", "{C2826E9C-CF2C-41F8-9C39-D8F0A101DB87}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "js", "js", "{9B5D81B1-C60B-4085-AB31-0563D4CE52F9}"
ProjectSection(SolutionItems) = preProject
js\bfastParser.js = js\bfastParser.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cpp", "cpp", "{4752FFB0-F898-4AD4-8E16-1DCA4A8CAF08}"
ProjectSection(SolutionItems) = preProject
include\bfast.h = include\bfast.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B63543E-EA02-40C8-A463-8C7937E163A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B63543E-EA02-40C8-A463-8C7937E163A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B63543E-EA02-40C8-A463-8C7937E163A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B63543E-EA02-40C8-A463-8C7937E163A5}.Release|Any CPU.Build.0 = Release|Any CPU
{C2826E9C-CF2C-41F8-9C39-D8F0A101DB87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2826E9C-CF2C-41F8-9C39-D8F0A101DB87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2826E9C-CF2C-41F8-9C39-D8F0A101DB87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2826E9C-CF2C-41F8-9C39-D8F0A101DB87}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5AE3F53-D4A7-4C75-AFF1-F600F07CA7E3}
EndGlobalSection
EndGlobal