-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDewRecode.sln
49 lines (49 loc) · 2.79 KB
/
DewRecode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DewRecode", "DewRecode\DewRecode.vcxproj", "{A737B7B0-D18C-4625-9137-6DE99BE398AC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExamplePlugin", "ExamplePlugin\ExamplePlugin.vcxproj", "{42FC1BB2-5286-49AD-9114-0EDA1A87AE29}"
ProjectSection(ProjectDependencies) = postProject
{A737B7B0-D18C-4625-9137-6DE99BE398AC} = {A737B7B0-D18C-4625-9137-6DE99BE398AC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ServerPlugin", "ServerPlugin\ServerPlugin.vcxproj", "{41F48857-73BF-4CC7-B21D-BEE91A18CB8A}"
ProjectSection(ProjectDependencies) = postProject
{A737B7B0-D18C-4625-9137-6DE99BE398AC} = {A737B7B0-D18C-4625-9137-6DE99BE398AC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChatPlugin", "ChatPlugin\ChatPlugin.vcxproj", "{AD5AF798-EC8B-4F9E-A89C-43DBFF9C91FD}"
ProjectSection(ProjectDependencies) = postProject
{A737B7B0-D18C-4625-9137-6DE99BE398AC} = {A737B7B0-D18C-4625-9137-6DE99BE398AC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A737B7B0-D18C-4625-9137-6DE99BE398AC}.Debug|Win32.ActiveCfg = Debug|Win32
{A737B7B0-D18C-4625-9137-6DE99BE398AC}.Debug|Win32.Build.0 = Debug|Win32
{A737B7B0-D18C-4625-9137-6DE99BE398AC}.Release|Win32.ActiveCfg = Release|Win32
{A737B7B0-D18C-4625-9137-6DE99BE398AC}.Release|Win32.Build.0 = Release|Win32
{42FC1BB2-5286-49AD-9114-0EDA1A87AE29}.Debug|Win32.ActiveCfg = Debug|Win32
{42FC1BB2-5286-49AD-9114-0EDA1A87AE29}.Debug|Win32.Build.0 = Debug|Win32
{42FC1BB2-5286-49AD-9114-0EDA1A87AE29}.Release|Win32.ActiveCfg = Release|Win32
{42FC1BB2-5286-49AD-9114-0EDA1A87AE29}.Release|Win32.Build.0 = Release|Win32
{41F48857-73BF-4CC7-B21D-BEE91A18CB8A}.Debug|Win32.ActiveCfg = Debug|Win32
{41F48857-73BF-4CC7-B21D-BEE91A18CB8A}.Debug|Win32.Build.0 = Debug|Win32
{41F48857-73BF-4CC7-B21D-BEE91A18CB8A}.Release|Win32.ActiveCfg = Release|Win32
{41F48857-73BF-4CC7-B21D-BEE91A18CB8A}.Release|Win32.Build.0 = Release|Win32
{AD5AF798-EC8B-4F9E-A89C-43DBFF9C91FD}.Debug|Win32.ActiveCfg = Debug|Win32
{AD5AF798-EC8B-4F9E-A89C-43DBFF9C91FD}.Debug|Win32.Build.0 = Debug|Win32
{AD5AF798-EC8B-4F9E-A89C-43DBFF9C91FD}.Release|Win32.ActiveCfg = Release|Win32
{AD5AF798-EC8B-4F9E-A89C-43DBFF9C91FD}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal