-
Notifications
You must be signed in to change notification settings - Fork 4
/
ProconPlugins.sln
73 lines (73 loc) · 4.68 KB
/
ProconPlugins.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{2CCC36CF-413A-43F4-B13B-993EB70977A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemoteManager", "RemoteManager\RemoteManager.csproj", "{8ABE5AD8-BECB-4B86-A529-0218725F89A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F85DC2B6-050B-4C80-A94D-D816CAF82AED}"
ProjectSection(SolutionItems) = preProject
PRoConPlugin.zip = PRoConPlugin.zip
README.MD = README.MD
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerLogger", "ServerLogger\ServerLogger.csproj", "{A9FCD56A-B054-4E81-B696-B62CE6C781B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleCollection", "ExampleCollection\ExampleCollection.csproj", "{86533BE3-B1B6-432D-9BD5-6C5D923F9712}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InGameExtension", "InGameExtension\InGameExtension.csproj", "{7A539888-F236-4B77-8C96-61987A10D92F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CInGameAdminEx", "CInGameAdminEx\CInGameAdminEx.csproj", "{18712CCA-E508-4686-A6E6-A876336A6CCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoIdleTime", "AutoIdleTime\AutoIdleTime.csproj", "{D03531AE-154C-41A3-8573-26B88303BFA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminLogger", "AdminLogger\AdminLogger.csproj", "{33964061-9D90-4C07-8828-7A94F0DEF10C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CCC36CF-413A-43F4-B13B-993EB70977A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CCC36CF-413A-43F4-B13B-993EB70977A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CCC36CF-413A-43F4-B13B-993EB70977A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CCC36CF-413A-43F4-B13B-993EB70977A8}.Release|Any CPU.Build.0 = Release|Any CPU
{8ABE5AD8-BECB-4B86-A529-0218725F89A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ABE5AD8-BECB-4B86-A529-0218725F89A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ABE5AD8-BECB-4B86-A529-0218725F89A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ABE5AD8-BECB-4B86-A529-0218725F89A9}.Release|Any CPU.Build.0 = Release|Any CPU
{A9FCD56A-B054-4E81-B696-B62CE6C781B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9FCD56A-B054-4E81-B696-B62CE6C781B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9FCD56A-B054-4E81-B696-B62CE6C781B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9FCD56A-B054-4E81-B696-B62CE6C781B9}.Release|Any CPU.Build.0 = Release|Any CPU
{86533BE3-B1B6-432D-9BD5-6C5D923F9712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86533BE3-B1B6-432D-9BD5-6C5D923F9712}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86533BE3-B1B6-432D-9BD5-6C5D923F9712}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86533BE3-B1B6-432D-9BD5-6C5D923F9712}.Release|Any CPU.Build.0 = Release|Any CPU
{7A539888-F236-4B77-8C96-61987A10D92F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A539888-F236-4B77-8C96-61987A10D92F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A539888-F236-4B77-8C96-61987A10D92F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A539888-F236-4B77-8C96-61987A10D92F}.Release|Any CPU.Build.0 = Release|Any CPU
{18712CCA-E508-4686-A6E6-A876336A6CCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18712CCA-E508-4686-A6E6-A876336A6CCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18712CCA-E508-4686-A6E6-A876336A6CCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18712CCA-E508-4686-A6E6-A876336A6CCE}.Release|Any CPU.Build.0 = Release|Any CPU
{D03531AE-154C-41A3-8573-26B88303BFA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D03531AE-154C-41A3-8573-26B88303BFA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D03531AE-154C-41A3-8573-26B88303BFA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D03531AE-154C-41A3-8573-26B88303BFA3}.Release|Any CPU.Build.0 = Release|Any CPU
{33964061-9D90-4C07-8828-7A94F0DEF10C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33964061-9D90-4C07-8828-7A94F0DEF10C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33964061-9D90-4C07-8828-7A94F0DEF10C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33964061-9D90-4C07-8828-7A94F0DEF10C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6D212AC-C950-4A22-8B66-5C8007CD364F}
EndGlobalSection
EndGlobal