-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOdePackInterop.sln
More file actions
46 lines (46 loc) · 2.56 KB
/
OdePackInterop.sln
File metadata and controls
46 lines (46 loc) · 2.56 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "OdePack", "ODEPACK\OdePack.vfproj", "{687325A7-E417-4ECF-A43A-BE1AC15CC6F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OdePackInterop", "OdePackInterop\OdePackInterop.csproj", "{4CF9DEC2-BEB5-43C2-AF5F-99C5488F35E8}"
ProjectSection(ProjectDependencies) = postProject
{687325A7-E417-4ECF-A43A-BE1AC15CC6F5} = {687325A7-E417-4ECF-A43A-BE1AC15CC6F5}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OdePackInteropTest", "OdePackInteropTest\OdePackInteropTest.csproj", "{C4FBDAB4-99C1-44C3-952F-D6D966D0F93B}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "OdePackInteropFSharpTest", "OdePackInteropFSharpTest\OdePackInteropFSharpTest.fsproj", "{9E42BB6A-8753-4A83-B649-38173B846B75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{687325A7-E417-4ECF-A43A-BE1AC15CC6F5}.Debug|x64.ActiveCfg = Debug|x64
{687325A7-E417-4ECF-A43A-BE1AC15CC6F5}.Debug|x64.Build.0 = Debug|x64
{687325A7-E417-4ECF-A43A-BE1AC15CC6F5}.Release|x64.ActiveCfg = Release|x64
{687325A7-E417-4ECF-A43A-BE1AC15CC6F5}.Release|x64.Build.0 = Release|x64
{4CF9DEC2-BEB5-43C2-AF5F-99C5488F35E8}.Debug|x64.ActiveCfg = Debug|x64
{4CF9DEC2-BEB5-43C2-AF5F-99C5488F35E8}.Debug|x64.Build.0 = Debug|x64
{4CF9DEC2-BEB5-43C2-AF5F-99C5488F35E8}.Release|x64.ActiveCfg = Release|x64
{4CF9DEC2-BEB5-43C2-AF5F-99C5488F35E8}.Release|x64.Build.0 = Release|x64
{C4FBDAB4-99C1-44C3-952F-D6D966D0F93B}.Debug|x64.ActiveCfg = Debug|x64
{C4FBDAB4-99C1-44C3-952F-D6D966D0F93B}.Debug|x64.Build.0 = Debug|x64
{C4FBDAB4-99C1-44C3-952F-D6D966D0F93B}.Release|x64.ActiveCfg = Release|x64
{C4FBDAB4-99C1-44C3-952F-D6D966D0F93B}.Release|x64.Build.0 = Release|x64
{9E42BB6A-8753-4A83-B649-38173B846B75}.Debug|x64.ActiveCfg = Debug|x64
{9E42BB6A-8753-4A83-B649-38173B846B75}.Debug|x64.Build.0 = Debug|x64
{9E42BB6A-8753-4A83-B649-38173B846B75}.Release|x64.ActiveCfg = Release|x64
{9E42BB6A-8753-4A83-B649-38173B846B75}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F3EC661B-B520-4574-BE5F-47EEDC4ED3A0}
EndGlobalSection
EndGlobal