forked from manyhelp/ExtendLuaForWireshark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExtendLuaForWireshark.sln
31 lines (31 loc) · 1.54 KB
/
ExtendLuaForWireshark.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luadll", "luadll\luadll.vcxproj", "{C514F92D-B06C-4310-B015-AEBC2B27C507}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luaexe", "luaexe\luaexe.vcxproj", "{C38C14A3-17F5-4554-BFA4-A3F0538BBB4D}"
ProjectSection(ProjectDependencies) = postProject
{C514F92D-B06C-4310-B015-AEBC2B27C507} = {C514F92D-B06C-4310-B015-AEBC2B27C507}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C514F92D-B06C-4310-B015-AEBC2B27C507}.Release|Win32.ActiveCfg = Release|Win32
{C514F92D-B06C-4310-B015-AEBC2B27C507}.Release|Win32.Build.0 = Release|Win32
{C514F92D-B06C-4310-B015-AEBC2B27C507}.Release|x64.ActiveCfg = Release|x64
{C514F92D-B06C-4310-B015-AEBC2B27C507}.Release|x64.Build.0 = Release|x64
{C38C14A3-17F5-4554-BFA4-A3F0538BBB4D}.Release|Win32.ActiveCfg = Release|Win32
{C38C14A3-17F5-4554-BFA4-A3F0538BBB4D}.Release|Win32.Build.0 = Release|Win32
{C38C14A3-17F5-4554-BFA4-A3F0538BBB4D}.Release|x64.ActiveCfg = Release|x64
{C38C14A3-17F5-4554-BFA4-A3F0538BBB4D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal