-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathELM.sln
31 lines (31 loc) · 1.53 KB
/
ELM.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ELMAPI", "ELMAPI\ELMAPI.csproj", "{165C7D53-3B1C-42A8-A3D7-7DB1D2375239}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{96A30A6E-B00F-42C6-A8C9-81374C44444B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{165C7D53-3B1C-42A8-A3D7-7DB1D2375239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{165C7D53-3B1C-42A8-A3D7-7DB1D2375239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{165C7D53-3B1C-42A8-A3D7-7DB1D2375239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{165C7D53-3B1C-42A8-A3D7-7DB1D2375239}.Release|Any CPU.Build.0 = Release|Any CPU
{96A30A6E-B00F-42C6-A8C9-81374C44444B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96A30A6E-B00F-42C6-A8C9-81374C44444B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96A30A6E-B00F-42C6-A8C9-81374C44444B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96A30A6E-B00F-42C6-A8C9-81374C44444B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E53109F3-00C0-4EBF-865A-34AEE78AC59E}
EndGlobalSection
EndGlobal