-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathEVE Isk per Hour.sln
70 lines (70 loc) · 4.22 KB
/
EVE Isk per Hour.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
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
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34601.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EVE Isk per Hour", "EVE Isk per Hour.vbproj", "{51FD6CD9-84DB-4892-800F-4E45B7E79D57}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EVEIPH SQLite DLL Updater", "EVEIPH SQLite DLL Updater\EVEIPH SQLite DLL Updater.vbproj", "{E2B6A9F5-8213-4295-93B9-FC869A5DA320}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EVEIPH Updater", "EVE-IPH-Update-Program\EVEIPH Updater.vbproj", "{B8C20620-05D1-4EC4-93AC-6080878CB931}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D070570-45C8-4E0D-8D29-DBDD08C701B5}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Itanium = Debug|Itanium
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Itanium = Release|Itanium
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Debug|Any CPU.ActiveCfg = Debug|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Debug|Any CPU.Build.0 = Debug|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Debug|Itanium.ActiveCfg = Debug|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Debug|Itanium.Build.0 = Debug|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Debug|x86.ActiveCfg = Debug|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Debug|x86.Build.0 = Debug|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Release|Any CPU.ActiveCfg = Release|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Release|Any CPU.Build.0 = Release|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Release|Itanium.ActiveCfg = Release|Itanium
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Release|Itanium.Build.0 = Release|Itanium
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Release|x86.ActiveCfg = Release|x86
{51FD6CD9-84DB-4892-800F-4E45B7E79D57}.Release|x86.Build.0 = Release|x86
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Debug|Itanium.ActiveCfg = Debug|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Debug|Itanium.Build.0 = Debug|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Debug|x86.ActiveCfg = Debug|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Debug|x86.Build.0 = Debug|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Release|Any CPU.Build.0 = Release|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Release|Itanium.ActiveCfg = Release|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Release|Itanium.Build.0 = Release|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Release|x86.ActiveCfg = Release|Any CPU
{E2B6A9F5-8213-4295-93B9-FC869A5DA320}.Release|x86.Build.0 = Release|Any CPU
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Debug|Any CPU.ActiveCfg = Debug|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Debug|Any CPU.Build.0 = Debug|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Debug|Itanium.ActiveCfg = Debug|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Debug|Itanium.Build.0 = Debug|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Debug|x86.ActiveCfg = Debug|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Debug|x86.Build.0 = Debug|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Release|Any CPU.ActiveCfg = Release|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Release|Any CPU.Build.0 = Release|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Release|Itanium.ActiveCfg = Release|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Release|Itanium.Build.0 = Release|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Release|x86.ActiveCfg = Release|x86
{B8C20620-05D1-4EC4-93AC-6080878CB931}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EF52669-5A19-478C-A668-310E7DE89EBB}
EndGlobalSection
EndGlobal