forked from w8tcha/ripper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PG-Ripper.sln
85 lines (85 loc) · 5.68 KB
/
PG-Ripper.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PG-Ripper", "PG-Ripper\PG-Ripper.csproj", "{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Setups", "Setups", "{975FA6A0-566E-4789-A366-7667E591030F}"
ProjectSection(SolutionItems) = preProject
PG-Ripper-Setup\PG-Ripper-Setup.iss = PG-Ripper-Setup\PG-Ripper-Setup.iss
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ripper.Services", "Ripper.Services\Ripper.Services.csproj", "{8233EB04-64CA-499B-8A45-052C0DB5B7E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ripper.Core", "Ripper.Core\Ripper.Core.csproj", "{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CodeAnalysisDebug|Any CPU = CodeAnalysisDebug|Any CPU
CodeAnalysisDebug|x64 = CodeAnalysisDebug|x64
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
PG-Ripper|Any CPU = PG-Ripper|Any CPU
PG-Ripper|x64 = PG-Ripper|x64
PG-RipperX|Any CPU = PG-RipperX|Any CPU
PG-RipperX|x64 = PG-RipperX|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.CodeAnalysisDebug|Any CPU.ActiveCfg = Debug|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.CodeAnalysisDebug|Any CPU.Build.0 = Debug|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.CodeAnalysisDebug|x64.ActiveCfg = Debug|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.CodeAnalysisDebug|x64.Build.0 = Debug|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Debug|x64.ActiveCfg = Debug|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Debug|x64.Build.0 = Debug|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-Ripper|Any CPU.ActiveCfg = PG-Ripper|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-Ripper|Any CPU.Build.0 = PG-Ripper|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-Ripper|x64.ActiveCfg = PG-Ripper|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-Ripper|x64.Build.0 = PG-Ripper|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-RipperX|Any CPU.ActiveCfg = PG-RipperX|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-RipperX|Any CPU.Build.0 = PG-RipperX|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-RipperX|x64.ActiveCfg = PG-RipperX|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.PG-RipperX|x64.Build.0 = PG-RipperX|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Release|Any CPU.Build.0 = Release|Any CPU
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Release|x64.ActiveCfg = Release|x64
{FAA3C26B-5C99-45ED-A489-CFE19C76EB44}.Release|x64.Build.0 = Release|x64
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.CodeAnalysisDebug|Any CPU.ActiveCfg = Debug|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.CodeAnalysisDebug|Any CPU.Build.0 = Debug|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.CodeAnalysisDebug|x64.ActiveCfg = Debug|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.Debug|x64.ActiveCfg = Debug|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.PG-Ripper|Any CPU.ActiveCfg = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.PG-Ripper|Any CPU.Build.0 = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.PG-Ripper|x64.ActiveCfg = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.PG-RipperX|Any CPU.ActiveCfg = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.PG-RipperX|Any CPU.Build.0 = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.PG-RipperX|x64.ActiveCfg = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.Release|Any CPU.Build.0 = Release|Any CPU
{8233EB04-64CA-499B-8A45-052C0DB5B7E2}.Release|x64.ActiveCfg = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.CodeAnalysisDebug|Any CPU.ActiveCfg = Debug|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.CodeAnalysisDebug|Any CPU.Build.0 = Debug|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.CodeAnalysisDebug|x64.ActiveCfg = Debug|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.Debug|x64.ActiveCfg = Debug|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.PG-Ripper|Any CPU.ActiveCfg = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.PG-Ripper|Any CPU.Build.0 = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.PG-Ripper|x64.ActiveCfg = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.PG-RipperX|Any CPU.ActiveCfg = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.PG-RipperX|Any CPU.Build.0 = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.PG-RipperX|x64.ActiveCfg = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.Release|Any CPU.Build.0 = Release|Any CPU
{4AE38478-FAA4-4ECA-BD06-30D5CB87DF68}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal