-
Notifications
You must be signed in to change notification settings - Fork 137
/
tlsh.VC2005.sln
39 lines (39 loc) · 2.19 KB
/
tlsh.VC2005.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tlsh", "tlsh_dll\tlsh.VC2005.vcproj", "{212EF5EF-1784-489A-8C6A-167547EE10A4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tlsh_unittest", "tlsh_unittest\tlsh_unittest.VC2005.vcproj", "{D00316D5-289C-402B-AF41-383DC67DF285}"
ProjectSection(ProjectDependencies) = postProject
{F52168A3-4310-429A-B214-5F790769DF45} = {F52168A3-4310-429A-B214-5F790769DF45}
{212EF5EF-1784-489A-8C6A-167547EE10A4} = {212EF5EF-1784-489A-8C6A-167547EE10A4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tlsh_version", "tlsh_version\tlsh_version.VC2005.vcproj", "{F52168A3-4310-429A-B214-5F790769DF45}"
ProjectSection(ProjectDependencies) = postProject
{212EF5EF-1784-489A-8C6A-167547EE10A4} = {212EF5EF-1784-489A-8C6A-167547EE10A4}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{212EF5EF-1784-489A-8C6A-167547EE10A4}.Debug|Win32.ActiveCfg = Debug|Win32
{212EF5EF-1784-489A-8C6A-167547EE10A4}.Debug|Win32.Build.0 = Debug|Win32
{212EF5EF-1784-489A-8C6A-167547EE10A4}.Release|Win32.ActiveCfg = Release|Win32
{212EF5EF-1784-489A-8C6A-167547EE10A4}.Release|Win32.Build.0 = Release|Win32
{D00316D5-289C-402B-AF41-383DC67DF285}.Debug|Win32.ActiveCfg = Debug|Win32
{D00316D5-289C-402B-AF41-383DC67DF285}.Debug|Win32.Build.0 = Debug|Win32
{D00316D5-289C-402B-AF41-383DC67DF285}.Release|Win32.ActiveCfg = Release|Win32
{D00316D5-289C-402B-AF41-383DC67DF285}.Release|Win32.Build.0 = Release|Win32
{F52168A3-4310-429A-B214-5F790769DF45}.Debug|Win32.ActiveCfg = Debug|Win32
{F52168A3-4310-429A-B214-5F790769DF45}.Debug|Win32.Build.0 = Debug|Win32
{F52168A3-4310-429A-B214-5F790769DF45}.Release|Win32.ActiveCfg = Release|Win32
{F52168A3-4310-429A-B214-5F790769DF45}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal