-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathME3Server_WV.sln
44 lines (44 loc) · 2.79 KB
/
ME3Server_WV.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ME3Server_WV", "ME3Server_WV\ME3Server_WV.csproj", "{9D06055F-6D7F-4B99-8E20-92D82C3F5715}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PacketViewer", "PacketViewer\PacketViewer.csproj", "{AC224501-7783-47ED-92F1-065CB19E16F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "zlib.net", "zlib\zlib.net.csproj", "{0C89B7A2-A218-49E4-B545-5B044A45F977}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Setup", "Setup\Setup.csproj", "{30A4F964-9B74-4421-B72B-221A18FBACE9}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ME3PlayerDataEditor", "ME3PlayerDataEditor\ME3PlayerDataEditor.vbproj", "{1471FF11-4703-467A-8F63-9B01FE6B2CE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D06055F-6D7F-4B99-8E20-92D82C3F5715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D06055F-6D7F-4B99-8E20-92D82C3F5715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D06055F-6D7F-4B99-8E20-92D82C3F5715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D06055F-6D7F-4B99-8E20-92D82C3F5715}.Release|Any CPU.Build.0 = Release|Any CPU
{AC224501-7783-47ED-92F1-065CB19E16F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC224501-7783-47ED-92F1-065CB19E16F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC224501-7783-47ED-92F1-065CB19E16F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC224501-7783-47ED-92F1-065CB19E16F8}.Release|Any CPU.Build.0 = Release|Any CPU
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C89B7A2-A218-49E4-B545-5B044A45F977}.Release|Any CPU.Build.0 = Release|Any CPU
{30A4F964-9B74-4421-B72B-221A18FBACE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30A4F964-9B74-4421-B72B-221A18FBACE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30A4F964-9B74-4421-B72B-221A18FBACE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30A4F964-9B74-4421-B72B-221A18FBACE9}.Release|Any CPU.Build.0 = Release|Any CPU
{1471FF11-4703-467A-8F63-9B01FE6B2CE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1471FF11-4703-467A-8F63-9B01FE6B2CE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1471FF11-4703-467A-8F63-9B01FE6B2CE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1471FF11-4703-467A-8F63-9B01FE6B2CE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal