-
Notifications
You must be signed in to change notification settings - Fork 1
/
libnzbfetch.sln
executable file
·29 lines (29 loc) · 1.47 KB
/
libnzbfetch.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example", "example\example.vcproj", "{AFD6C8E9-60B4-4035-B610-989249BC350D}"
ProjectSection(ProjectDependencies) = postProject
{A7AE9510-9303-4255-A1A9-CDF23536FF6C} = {A7AE9510-9303-4255-A1A9-CDF23536FF6C}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libnzbfetch", "src\libnzbfetch.vcproj", "{A7AE9510-9303-4255-A1A9-CDF23536FF6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFD6C8E9-60B4-4035-B610-989249BC350D}.Debug|Win32.ActiveCfg = Debug|Win32
{AFD6C8E9-60B4-4035-B610-989249BC350D}.Debug|Win32.Build.0 = Debug|Win32
{AFD6C8E9-60B4-4035-B610-989249BC350D}.Release|Win32.ActiveCfg = Release|Win32
{AFD6C8E9-60B4-4035-B610-989249BC350D}.Release|Win32.Build.0 = Release|Win32
{A7AE9510-9303-4255-A1A9-CDF23536FF6C}.Debug|Win32.ActiveCfg = Debug|Win32
{A7AE9510-9303-4255-A1A9-CDF23536FF6C}.Debug|Win32.Build.0 = Debug|Win32
{A7AE9510-9303-4255-A1A9-CDF23536FF6C}.Release|Win32.ActiveCfg = Release|Win32
{A7AE9510-9303-4255-A1A9-CDF23536FF6C}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal