-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRAM_Toolkit.sln
More file actions
40 lines (40 loc) · 2.18 KB
/
RAM_Toolkit.sln
File metadata and controls
40 lines (40 loc) · 2.18 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 14 for Windows Desktop
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAM_Adapter", "RAM_Adapter\RAM_Adapter.csproj", "{BAA1043A-A029-492C-A1C1-B42FF856E808}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAM_Engine", "RAM_Engine\RAM_Engine.csproj", "{3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61}"
ProjectSection(ProjectDependencies) = postProject
{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F} = {26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAM_oM", "RAM_oM\RAM_oM.csproj", "{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAA1043A-A029-492C-A1C1-B42FF856E808}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA1043A-A029-492C-A1C1-B42FF856E808}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA1043A-A029-492C-A1C1-B42FF856E808}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA1043A-A029-492C-A1C1-B42FF856E808}.Release|Any CPU.Build.0 = Release|Any CPU
{3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6EF1E1-51EA-4BEA-9247-CAA7DF62BD61}.Release|Any CPU.Build.0 = Release|Any CPU
{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26D0FF3A-D1C7-428C-9517-8CF0AE9A7A8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {566CA546-40A9-4BE4-A641-AA285B1AE3DD}
EndGlobalSection
EndGlobal