forked from TrinityCore/WowPacketParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWowPacketParser.sln
More file actions
32 lines (32 loc) · 1.86 KB
/
WowPacketParser.sln
File metadata and controls
32 lines (32 loc) · 1.86 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WowPacketParser", "WowPacketParser\WowPacketParser.csproj", "{0BF6F270-0B6F-4705-8E1A-F57DB76DB407}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SettingsUI", "SettingsUI\SettingsUI.csproj", "{FB1CFFDE-B370-47D8-AE1C-28C838507DC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WowPacketParser.Tests", "WowPacketParser.Tests\WowPacketParser.Tests.csproj", "{8C846C92-DEBC-47A7-BDF9-E86D8A5374DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HandlerQuery", "HandlerQuery\HandlerQuery.csproj", "{1D77131D-E0DC-4229-995A-5D972B4F5E9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BF6F270-0B6F-4705-8E1A-F57DB76DB407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BF6F270-0B6F-4705-8E1A-F57DB76DB407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BF6F270-0B6F-4705-8E1A-F57DB76DB407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BF6F270-0B6F-4705-8E1A-F57DB76DB407}.Release|Any CPU.Build.0 = Release|Any CPU
{FB1CFFDE-B370-47D8-AE1C-28C838507DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB1CFFDE-B370-47D8-AE1C-28C838507DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C846C92-DEBC-47A7-BDF9-E86D8A5374DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C846C92-DEBC-47A7-BDF9-E86D8A5374DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D77131D-E0DC-4229-995A-5D972B4F5E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D77131D-E0DC-4229-995A-5D972B4F5E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal