-
Notifications
You must be signed in to change notification settings - Fork 77
/
Questor.sln
112 lines (112 loc) · 7.91 KB
/
Questor.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Questor", "Questor\Questor.csproj", "{0E528457-6A20-441F-94BB-84F6FC0EEE70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValueDump", "ValueDump\ValueDump.csproj", "{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Questor.Modules", "Questor.Modules\Questor.Modules.csproj", "{0C0BE1A3-BA5B-41A1-B578-F20777D02304}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateInvTypes", "UpdateInvTypes\UpdateInvTypes.csproj", "{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuyLPI", "BuyLPI\BuyLPI.csproj", "{ABCCE619-8340-4BE1-A241-2A7277FC433D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestorSettings", "QuestorSettings\QuestorSettings.csproj", "{714EA558-4FC8-4335-8173-2811997F61AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestorStatistics", "QuestorStatistics\QuestorStatistics.csproj", "{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestorManager", "QuestorManager\QuestorManager.csproj", "{393DE7BE-C792-477A-B884-75F174BAB9B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Debug|Any CPU.ActiveCfg = Debug|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Debug|Mixed Platforms.Build.0 = Debug|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Debug|x86.ActiveCfg = Debug|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Debug|x86.Build.0 = Debug|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Release|Any CPU.ActiveCfg = Release|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Release|Mixed Platforms.ActiveCfg = Release|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Release|Mixed Platforms.Build.0 = Release|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Release|x86.ActiveCfg = Release|x86
{0E528457-6A20-441F-94BB-84F6FC0EEE70}.Release|x86.Build.0 = Release|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Debug|Any CPU.ActiveCfg = Debug|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Debug|Mixed Platforms.Build.0 = Debug|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Debug|x86.ActiveCfg = Debug|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Debug|x86.Build.0 = Debug|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Release|Any CPU.ActiveCfg = Release|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Release|Mixed Platforms.ActiveCfg = Release|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Release|Mixed Platforms.Build.0 = Release|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Release|x86.ActiveCfg = Release|x86
{4E4C340D-0D20-4C96-A44B-55B86C5CEA77}.Release|x86.Build.0 = Release|x86
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Debug|x86.ActiveCfg = Debug|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Release|Any CPU.Build.0 = Release|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Release|x86.ActiveCfg = Release|Any CPU
{0C0BE1A3-BA5B-41A1-B578-F20777D02304}.Release|x86.Build.0 = Release|Any CPU
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Debug|Any CPU.ActiveCfg = Debug|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Debug|Mixed Platforms.Build.0 = Debug|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Debug|x86.ActiveCfg = Debug|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Debug|x86.Build.0 = Debug|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Release|Any CPU.ActiveCfg = Release|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Release|Mixed Platforms.ActiveCfg = Release|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Release|Mixed Platforms.Build.0 = Release|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Release|x86.ActiveCfg = Release|x86
{69F44183-8D8B-48A7-B3CA-813A9B57E2A2}.Release|x86.Build.0 = Release|x86
{ABCCE619-8340-4BE1-A241-2A7277FC433D}.Debug|Any CPU.ActiveCfg = Debug|x86
{ABCCE619-8340-4BE1-A241-2A7277FC433D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{ABCCE619-8340-4BE1-A241-2A7277FC433D}.Debug|x86.ActiveCfg = Debug|x86
{ABCCE619-8340-4BE1-A241-2A7277FC433D}.Release|Any CPU.ActiveCfg = Release|x86
{ABCCE619-8340-4BE1-A241-2A7277FC433D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{ABCCE619-8340-4BE1-A241-2A7277FC433D}.Release|x86.ActiveCfg = Release|x86
{ABCCE619-8340-4BE1-A241-2A7277FC433D}.Release|x86.Build.0 = Release|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Debug|Any CPU.ActiveCfg = Debug|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Debug|Mixed Platforms.Build.0 = Debug|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Debug|x86.ActiveCfg = Debug|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Debug|x86.Build.0 = Debug|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Release|Any CPU.ActiveCfg = Release|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Release|Mixed Platforms.ActiveCfg = Release|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Release|Mixed Platforms.Build.0 = Release|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Release|x86.ActiveCfg = Release|x86
{714EA558-4FC8-4335-8173-2811997F61AE}.Release|x86.Build.0 = Release|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Debug|Any CPU.ActiveCfg = Debug|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Debug|x86.ActiveCfg = Debug|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Debug|x86.Build.0 = Debug|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Release|Any CPU.ActiveCfg = Release|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Release|Mixed Platforms.Build.0 = Release|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Release|x86.ActiveCfg = Release|x86
{C6FE1C9A-534F-4E7B-B70C-15981B48A46D}.Release|x86.Build.0 = Release|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Debug|Any CPU.ActiveCfg = Debug|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Debug|Mixed Platforms.Build.0 = Debug|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Debug|x86.ActiveCfg = Debug|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Debug|x86.Build.0 = Debug|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Release|Any CPU.ActiveCfg = Release|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Release|Mixed Platforms.ActiveCfg = Release|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Release|Mixed Platforms.Build.0 = Release|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Release|x86.ActiveCfg = Release|x86
{393DE7BE-C792-477A-B884-75F174BAB9B6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal