-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicrofluidCompiler.sln
More file actions
56 lines (56 loc) · 3.27 KB
/
MicrofluidCompiler.sln
File metadata and controls
56 lines (56 loc) · 3.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BioCompiler", "BioCompiler\BioCompiler.csproj", "{CB95BB79-E0FA-44FF-8335-0D9F2C9BDD0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Executor", "Executor\Executor.csproj", "{3C23E2FE-A800-440A-8313-C63E6ED674FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToolSupporter", "ANTLRSupporter\ToolSupporter.csproj", "{40B8C4DF-5C34-4F5D-852E-691265427276}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestCompiler", "test\TestCompiler\TestCompiler.csproj", "{7F4A9B5B-09DC-4194-AB38-F82E66455606}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE64ABE3-2DB4-4EA4-ACE1-1A7B29A9A682}"
ProjectSection(SolutionItems) = preProject
Config.xml = Config.xml
template.basm = template.basm
template.json = template.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestExecutor", "test\TestExecutor\TestExecutor.csproj", "{57B2AA03-716B-42FE-B396-761C7E79805F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB95BB79-E0FA-44FF-8335-0D9F2C9BDD0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB95BB79-E0FA-44FF-8335-0D9F2C9BDD0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB95BB79-E0FA-44FF-8335-0D9F2C9BDD0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB95BB79-E0FA-44FF-8335-0D9F2C9BDD0E}.Release|Any CPU.Build.0 = Release|Any CPU
{3C23E2FE-A800-440A-8313-C63E6ED674FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C23E2FE-A800-440A-8313-C63E6ED674FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C23E2FE-A800-440A-8313-C63E6ED674FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C23E2FE-A800-440A-8313-C63E6ED674FD}.Release|Any CPU.Build.0 = Release|Any CPU
{40B8C4DF-5C34-4F5D-852E-691265427276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40B8C4DF-5C34-4F5D-852E-691265427276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40B8C4DF-5C34-4F5D-852E-691265427276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40B8C4DF-5C34-4F5D-852E-691265427276}.Release|Any CPU.Build.0 = Release|Any CPU
{7F4A9B5B-09DC-4194-AB38-F82E66455606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F4A9B5B-09DC-4194-AB38-F82E66455606}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F4A9B5B-09DC-4194-AB38-F82E66455606}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F4A9B5B-09DC-4194-AB38-F82E66455606}.Release|Any CPU.Build.0 = Release|Any CPU
{57B2AA03-716B-42FE-B396-761C7E79805F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B2AA03-716B-42FE-B396-761C7E79805F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B2AA03-716B-42FE-B396-761C7E79805F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B2AA03-716B-42FE-B396-761C7E79805F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B0E0AFF-C2E3-4306-BA42-FB3FE15EC79E}
EndGlobalSection
EndGlobal