-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCGeoIPModule.sln
More file actions
61 lines (61 loc) · 3.38 KB
/
Copy pathCGeoIPModule.sln
File metadata and controls
61 lines (61 loc) · 3.38 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
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35431.28
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CGeoIPModule", "src\CGeoIPModule.vcxproj", "{385074E6-E90C-4896-BB06-CC9D7ACF547C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CGeoIPModuleUI", "ui-src\CGeoIPModuleUI.csproj", "{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "CGeoIPModuleInstaller", "installer\CGeoIPModuleInstaller.wixproj", "{620D755E-A187-405B-8734-3FCFF95CE4F3}"
ProjectSection(ProjectDependencies) = postProject
{385074E6-E90C-4896-BB06-CC9D7ACF547C} = {385074E6-E90C-4896-BB06-CC9D7ACF547C}
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD} = {6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79DD56F8-8C78-480B-9C88-B832AEB9280A}"
ProjectSection(SolutionItems) = preProject
OLDREADMESTUFF.md = OLDREADMESTUFF.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Debug|x64.ActiveCfg = Debug|x64
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Debug|x64.Build.0 = Debug|x64
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Debug|x86.ActiveCfg = Debug|Win32
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Debug|x86.Build.0 = Debug|Win32
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Release|x64.ActiveCfg = Release|x64
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Release|x64.Build.0 = Release|x64
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Release|x86.ActiveCfg = Release|Win32
{385074E6-E90C-4896-BB06-CC9D7ACF547C}.Release|x86.Build.0 = Release|Win32
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Debug|x64.ActiveCfg = Debug|Any CPU
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Debug|x64.Build.0 = Debug|Any CPU
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Debug|x86.ActiveCfg = Debug|Any CPU
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Debug|x86.Build.0 = Debug|Any CPU
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Release|x64.ActiveCfg = Release|Any CPU
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Release|x64.Build.0 = Release|Any CPU
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Release|x86.ActiveCfg = Release|Any CPU
{6FDF6411-6224-4CD7-A5E5-7F539DEF72CD}.Release|x86.Build.0 = Release|Any CPU
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Debug|x64.ActiveCfg = Debug|x64
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Debug|x64.Build.0 = Debug|x64
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Debug|x86.ActiveCfg = Debug|x86
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Debug|x86.Build.0 = Debug|x86
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Release|x64.ActiveCfg = Release|x64
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Release|x64.Build.0 = Release|x64
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Release|x86.ActiveCfg = Release|x86
{620D755E-A187-405B-8734-3FCFF95CE4F3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB5E7E79-A526-48FB-96C0-7C35D4A022BF}
EndGlobalSection
EndGlobal