-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Lurker.sln
72 lines (72 loc) · 3.89 KB
/
Lurker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Collaboration", "Collaboration", "{02208CDF-D611-4FA0-A548-F8B8F048EC54}"
ProjectSection(SolutionItems) = preProject
assets\Collaboration\Image = assets\Collaboration\Image
assets\Collaboration\Info = assets\Collaboration\Info
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AE09C520-0052-4684-8E87-4E41784AA544}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
PoeLurker.ruleset = PoeLurker.ruleset
stylecop.json = stylecop.json
WoshVsPowerTools-Settings.json = WoshVsPowerTools-Settings.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{872F0448-2198-4053-8455-394EA690471F}"
ProjectSection(SolutionItems) = preProject
assets\Data\GemInfo.json = assets\Data\GemInfo.json
assets\Data\UniqueInfo.json = assets\Data\UniqueInfo.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PoeLurker.Core", "src\PoeLurker.Core\PoeLurker.Core.csproj", "{10C2B707-4415-4C03-AFB3-A6FDAC732B74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PoeLurker.UI", "src\PoeLurker.UI\PoeLurker.UI.csproj", "{50416B8D-130B-4F85-83F0-64B2A72706C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Debug|x64.ActiveCfg = Debug|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Debug|x64.Build.0 = Debug|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Debug|x86.ActiveCfg = Debug|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Debug|x86.Build.0 = Debug|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Release|Any CPU.Build.0 = Release|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Release|x64.ActiveCfg = Release|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Release|x64.Build.0 = Release|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Release|x86.ActiveCfg = Release|Any CPU
{10C2B707-4415-4C03-AFB3-A6FDAC732B74}.Release|x86.Build.0 = Release|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Debug|x64.ActiveCfg = Debug|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Debug|x64.Build.0 = Debug|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Debug|x86.ActiveCfg = Debug|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Debug|x86.Build.0 = Debug|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Release|Any CPU.Build.0 = Release|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Release|x64.ActiveCfg = Release|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Release|x64.Build.0 = Release|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Release|x86.ActiveCfg = Release|Any CPU
{50416B8D-130B-4F85-83F0-64B2A72706C6}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {868607CC-E403-4AAF-BE86-31E7EC2B2895}
EndGlobalSection
EndGlobal