-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCppTranslatorLinux.sln
More file actions
74 lines (74 loc) · 4.43 KB
/
CppTranslatorLinux.sln
File metadata and controls
74 lines (74 loc) · 4.43 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
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1022
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CppTranslatorSupport", "CppTranslatorSupport\CppTranslatorSupport.csproj", "{51945AAB-5B5D-495D-BAA8-27178401D4FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2CFF07F4-C680-4EB4-932D-AFE67B7957DE}"
ProjectSection(SolutionItems) = preProject
CMakeLists.txt = CMakeLists.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CppTranslatorLinux", "CppTranslator\CppTranslatorLinux.csproj", "{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CppTranslatorFeatureTest", "CppTranslatorFeatureTest\CppTranslatorFeatureTest.csproj", "{45B6E9B8-628C-4077-8FC8-EEDFBC450198}"
ProjectSection(ProjectDependencies) = postProject
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851} = {99F0DEED-1E9A-4CEF-B040-96C98FCE0851}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Debug|x64.ActiveCfg = Debug|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Debug|x64.Build.0 = Debug|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Debug|x86.ActiveCfg = Debug|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Debug|x86.Build.0 = Debug|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Release|Any CPU.Build.0 = Release|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Release|x64.ActiveCfg = Release|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Release|x64.Build.0 = Release|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Release|x86.ActiveCfg = Release|Any CPU
{51945AAB-5B5D-495D-BAA8-27178401D4FD}.Release|x86.Build.0 = Release|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Debug|x64.ActiveCfg = Debug|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Debug|x64.Build.0 = Debug|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Debug|x86.ActiveCfg = Debug|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Debug|x86.Build.0 = Debug|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Release|Any CPU.Build.0 = Release|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Release|x64.ActiveCfg = Release|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Release|x64.Build.0 = Release|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Release|x86.ActiveCfg = Release|Any CPU
{99F0DEED-1E9A-4CEF-B040-96C98FCE0851}.Release|x86.Build.0 = Release|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Debug|x64.ActiveCfg = Debug|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Debug|x64.Build.0 = Debug|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Debug|x86.ActiveCfg = Debug|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Debug|x86.Build.0 = Debug|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Release|Any CPU.Build.0 = Release|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Release|x64.ActiveCfg = Release|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Release|x64.Build.0 = Release|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Release|x86.ActiveCfg = Release|Any CPU
{45B6E9B8-628C-4077-8FC8-EEDFBC450198}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CB25E5D-9A8B-40B5-B168-4F3E2B431839}
EndGlobalSection
EndGlobal