-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIGCLWrapper.sln
More file actions
56 lines (56 loc) · 3.31 KB
/
IGCLWrapper.sln
File metadata and controls
56 lines (56 loc) · 3.31 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
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11222.15 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IGCLWrapper", "IGCLWrapper\IGCLWrapper.csproj", "{BBC7D129-1A0B-459C-9272-A5D801C39245}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IGCLWrapper.NativeTests", "IGCLWrapper.NativeTests\IGCLWrapper.NativeTests.csproj", "{2DB79533-049C-4579-C8BD-5012934D8160}"
ProjectSection(ProjectDependencies) = postProject
{BBC7D129-1A0B-459C-9272-A5D801C39245} = {BBC7D129-1A0B-459C-9272-A5D801C39245}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IGCLWrapper.FacadeTests", "IGCLWrapper.FacadeTests\IGCLWrapper.FacadeTests.csproj", "{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}"
ProjectSection(ProjectDependencies) = postProject
{BBC7D129-1A0B-459C-9272-A5D801C39245} = {BBC7D129-1A0B-459C-9272-A5D801C39245}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Debug|x64.ActiveCfg = Debug|x64
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Debug|x64.Build.0 = Debug|x64
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Release|x64.ActiveCfg = Release|x64
{BBC7D129-1A0B-459C-9272-A5D801C39245}.Release|x64.Build.0 = Release|x64
{2DB79533-049C-4579-C8BD-5012934D8160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB79533-049C-4579-C8BD-5012934D8160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB79533-049C-4579-C8BD-5012934D8160}.Debug|x64.ActiveCfg = Debug|x64
{2DB79533-049C-4579-C8BD-5012934D8160}.Debug|x64.Build.0 = Debug|x64
{2DB79533-049C-4579-C8BD-5012934D8160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB79533-049C-4579-C8BD-5012934D8160}.Release|Any CPU.Build.0 = Release|Any CPU
{2DB79533-049C-4579-C8BD-5012934D8160}.Release|x64.ActiveCfg = Release|x64
{2DB79533-049C-4579-C8BD-5012934D8160}.Release|x64.Build.0 = Release|x64
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Debug|x64.ActiveCfg = Debug|x64
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Debug|x64.Build.0 = Debug|x64
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Release|Any CPU.Build.0 = Release|Any CPU
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Release|x64.ActiveCfg = Release|x64
{6E422B9E-1474-4F2E-9C40-7B0B5F7C9C40}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6D377CF-3E6D-42D4-A55F-0C834FFAE085}
EndGlobalSection
EndGlobal