-
Notifications
You must be signed in to change notification settings - Fork 42
/
sqltorrent.sln
28 lines (28 loc) · 1.38 KB
/
sqltorrent.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
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}") = "sqltorrent", "sqltorrent.vcxproj", "{941A6C45-4732-4F1B-BAA3-0B6979F9EDBE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reddit-browser", "reddit-browser\reddit-browser.vcxproj", "{2F53BC6B-DF32-4EEB-8F2B-378C2B670ED4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{941A6C45-4732-4F1B-BAA3-0B6979F9EDBE}.Debug|Win32.ActiveCfg = Debug|Win32
{941A6C45-4732-4F1B-BAA3-0B6979F9EDBE}.Debug|Win32.Build.0 = Debug|Win32
{941A6C45-4732-4F1B-BAA3-0B6979F9EDBE}.Release|Win32.ActiveCfg = Release|Win32
{941A6C45-4732-4F1B-BAA3-0B6979F9EDBE}.Release|Win32.Build.0 = Release|Win32
{2F53BC6B-DF32-4EEB-8F2B-378C2B670ED4}.Debug|Win32.ActiveCfg = Debug|Win32
{2F53BC6B-DF32-4EEB-8F2B-378C2B670ED4}.Debug|Win32.Build.0 = Debug|Win32
{2F53BC6B-DF32-4EEB-8F2B-378C2B670ED4}.Release|Win32.ActiveCfg = Release|Win32
{2F53BC6B-DF32-4EEB-8F2B-378C2B670ED4}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal