-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCUP.sln
More file actions
38 lines (38 loc) · 2.09 KB
/
Copy pathCUP.sln
File metadata and controls
38 lines (38 loc) · 2.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{91B16C8F-0B74-4C6B-880F-A4EC77306900}"
ProjectSection(SolutionItems) = preProject
BO-Installer-Banner.jpg = BO-Installer-Banner.jpg
bologo.jpg = bologo.jpg
strongname.snk = strongname.snk
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CUP_Core", "CUP_Core.csproj", "{168EE32C-64FB-49A9-B664-51182FD55DBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CUP", "CUP_Runtime\CUP.csproj", "{D53CD222-CB35-406B-9C80-9324D969CA61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleCalc", "simple_calc\SimpleCalc.csproj", "{FBC96E3C-0B0D-47A3-A2CC-75B0B3EB922A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{168EE32C-64FB-49A9-B664-51182FD55DBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{168EE32C-64FB-49A9-B664-51182FD55DBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{168EE32C-64FB-49A9-B664-51182FD55DBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{168EE32C-64FB-49A9-B664-51182FD55DBD}.Release|Any CPU.Build.0 = Release|Any CPU
{D53CD222-CB35-406B-9C80-9324D969CA61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D53CD222-CB35-406B-9C80-9324D969CA61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D53CD222-CB35-406B-9C80-9324D969CA61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D53CD222-CB35-406B-9C80-9324D969CA61}.Release|Any CPU.Build.0 = Release|Any CPU
{FBC96E3C-0B0D-47A3-A2CC-75B0B3EB922A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBC96E3C-0B0D-47A3-A2CC-75B0B3EB922A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBC96E3C-0B0D-47A3-A2CC-75B0B3EB922A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBC96E3C-0B0D-47A3-A2CC-75B0B3EB922A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal