forked from codeicon/disParity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisParity.sln
39 lines (39 loc) · 2.3 KB
/
disParity.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "disParity", "disParity.csproj", "{8727AE7A-CA0A-4412-A437-A34CC4A0FA0C}"
ProjectSection(ProjectDependencies) = postProject
{14ACE386-D8E4-4A6A-AC93-DBC792E03A00} = {14ACE386-D8E4-4A6A-AC93-DBC792E03A00}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "disParityLib", "disParityLib\disParityLib.csproj", "{14ACE386-D8E4-4A6A-AC93-DBC792E03A00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "disParityUI", "disParityUI\disParityUI.csproj", "{CE9D044E-94E7-4E5F-B352-2919E4166A39}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "disParitySetup", "disParitySetup\disParitySetup.vdproj", "{582A8525-0835-4B09-ABC7-D728A2C0910E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8727AE7A-CA0A-4412-A437-A34CC4A0FA0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8727AE7A-CA0A-4412-A437-A34CC4A0FA0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8727AE7A-CA0A-4412-A437-A34CC4A0FA0C}.Release|Any CPU.Build.0 = Release|Any CPU
{14ACE386-D8E4-4A6A-AC93-DBC792E03A00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14ACE386-D8E4-4A6A-AC93-DBC792E03A00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14ACE386-D8E4-4A6A-AC93-DBC792E03A00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14ACE386-D8E4-4A6A-AC93-DBC792E03A00}.Release|Any CPU.Build.0 = Release|Any CPU
{CE9D044E-94E7-4E5F-B352-2919E4166A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE9D044E-94E7-4E5F-B352-2919E4166A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE9D044E-94E7-4E5F-B352-2919E4166A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE9D044E-94E7-4E5F-B352-2919E4166A39}.Release|Any CPU.Build.0 = Release|Any CPU
{582A8525-0835-4B09-ABC7-D728A2C0910E}.Debug|Any CPU.ActiveCfg = Debug
{582A8525-0835-4B09-ABC7-D728A2C0910E}.Release|Any CPU.ActiveCfg = Release
{582A8525-0835-4B09-ABC7-D728A2C0910E}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal