This repository has been archived by the owner on Jun 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxliveless.sln
38 lines (38 loc) · 1.98 KB
/
xliveless.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xliveless", "xliveless\xliveless.vcxproj", "{3B89B8CD-3348-4D41-9A4C-912A978D13EA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "noSDFA", "noSDFA\noSDFA.vcxproj", "{1E506547-AB0E-46F0-BC82-1EBFF7BADB81}"
ProjectSection(ProjectDependencies) = postProject
{3B89B8CD-3348-4D41-9A4C-912A978D13EA} = {3B89B8CD-3348-4D41-9A4C-912A978D13EA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iv_dll", "iv_dll\iv_dll.vcxproj", "{0C6C8518-A15E-4AA8-A79B-626F0E0DA964}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B89B8CD-3348-4D41-9A4C-912A978D13EA}.Debug|Win32.ActiveCfg = Debug|Win32
{3B89B8CD-3348-4D41-9A4C-912A978D13EA}.Debug|Win32.Build.0 = Debug|Win32
{3B89B8CD-3348-4D41-9A4C-912A978D13EA}.Release|Win32.ActiveCfg = Release|Win32
{3B89B8CD-3348-4D41-9A4C-912A978D13EA}.Release|Win32.Build.0 = Release|Win32
{1E506547-AB0E-46F0-BC82-1EBFF7BADB81}.Debug|Win32.ActiveCfg = Debug|Win32
{1E506547-AB0E-46F0-BC82-1EBFF7BADB81}.Debug|Win32.Build.0 = Debug|Win32
{1E506547-AB0E-46F0-BC82-1EBFF7BADB81}.Release|Win32.ActiveCfg = Release|Win32
{1E506547-AB0E-46F0-BC82-1EBFF7BADB81}.Release|Win32.Build.0 = Release|Win32
{0C6C8518-A15E-4AA8-A79B-626F0E0DA964}.Debug|Win32.ActiveCfg = Debug|Win32
{0C6C8518-A15E-4AA8-A79B-626F0E0DA964}.Debug|Win32.Build.0 = Debug|Win32
{0C6C8518-A15E-4AA8-A79B-626F0E0DA964}.Release|Win32.ActiveCfg = Release|Win32
{0C6C8518-A15E-4AA8-A79B-626F0E0DA964}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal