-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSAP_Toolkit.sln
More file actions
43 lines (43 loc) · 2.49 KB
/
SAP_Toolkit.sln
File metadata and controls
43 lines (43 loc) · 2.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAP_oM", "SAP_oM\SAP_oM.csproj", "{0F4B959B-F452-4219-B55F-284C80264BF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SAP_Engine", "SAP_Engine\SAP_Engine.csproj", "{B44C6113-2EAF-4358-85C0-EFD63A562061}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Argyle_Adapter", "Argyle_Adapter\Argyle_Adapter.csproj", "{63F79D7D-2C8B-437B-A3E1-0D539524D1AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SAP_Adapter", "SAP_Adapter\SAP_Adapter.csproj", "{7DFB91CC-B553-47A3-8B21-31FB6292B35F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F4B959B-F452-4219-B55F-284C80264BF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F4B959B-F452-4219-B55F-284C80264BF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F4B959B-F452-4219-B55F-284C80264BF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F4B959B-F452-4219-B55F-284C80264BF4}.Release|Any CPU.Build.0 = Release|Any CPU
{B44C6113-2EAF-4358-85C0-EFD63A562061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B44C6113-2EAF-4358-85C0-EFD63A562061}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B44C6113-2EAF-4358-85C0-EFD63A562061}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B44C6113-2EAF-4358-85C0-EFD63A562061}.Release|Any CPU.Build.0 = Release|Any CPU
{63F79D7D-2C8B-437B-A3E1-0D539524D1AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63F79D7D-2C8B-437B-A3E1-0D539524D1AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63F79D7D-2C8B-437B-A3E1-0D539524D1AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63F79D7D-2C8B-437B-A3E1-0D539524D1AB}.Release|Any CPU.Build.0 = Release|Any CPU
{7DFB91CC-B553-47A3-8B21-31FB6292B35F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DFB91CC-B553-47A3-8B21-31FB6292B35F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DFB91CC-B553-47A3-8B21-31FB6292B35F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DFB91CC-B553-47A3-8B21-31FB6292B35F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0456B8D3-737E-4993-8C16-DB12D4386B60}
EndGlobalSection
EndGlobal