forked from chrisoldwood/DDECmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DDECmd.sln
48 lines (48 loc) · 2.89 KB
/
DDECmd.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
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DDECmd", "DDECmd.vcproj", "{521103EC-E75A-42A4-A144-67489D2C04C3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Core", "..\Lib\Core\Core.vcproj", "{790BC113-52FB-4565-8968-79B8B011C520}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wcl", "..\Lib\WCL\Wcl.vcproj", "{9B0335B6-93BE-4604-8497-27431874D758}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NCL", "..\Lib\NCL\NCL.vcproj", "{FAB8D717-85EC-4896-B5DC-FDF0A0B67C92}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "Test\Test.vcproj", "{A45C5206-309C-4F36-974C-182B27AE3F1B}"
ProjectSection(ProjectDependencies) = postProject
{790BC113-52FB-4565-8968-79B8B011C520} = {790BC113-52FB-4565-8968-79B8B011C520}
{FAB8D717-85EC-4896-B5DC-FDF0A0B67C92} = {FAB8D717-85EC-4896-B5DC-FDF0A0B67C92}
{9B0335B6-93BE-4604-8497-27431874D758} = {9B0335B6-93BE-4604-8497-27431874D758}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{521103EC-E75A-42A4-A144-67489D2C04C3}.Debug|Win32.ActiveCfg = Debug|Win32
{521103EC-E75A-42A4-A144-67489D2C04C3}.Debug|Win32.Build.0 = Debug|Win32
{521103EC-E75A-42A4-A144-67489D2C04C3}.Release|Win32.ActiveCfg = Release|Win32
{521103EC-E75A-42A4-A144-67489D2C04C3}.Release|Win32.Build.0 = Release|Win32
{790BC113-52FB-4565-8968-79B8B011C520}.Debug|Win32.ActiveCfg = Debug|Win32
{790BC113-52FB-4565-8968-79B8B011C520}.Debug|Win32.Build.0 = Debug|Win32
{790BC113-52FB-4565-8968-79B8B011C520}.Release|Win32.ActiveCfg = Release|Win32
{790BC113-52FB-4565-8968-79B8B011C520}.Release|Win32.Build.0 = Release|Win32
{9B0335B6-93BE-4604-8497-27431874D758}.Debug|Win32.ActiveCfg = Debug|Win32
{9B0335B6-93BE-4604-8497-27431874D758}.Debug|Win32.Build.0 = Debug|Win32
{9B0335B6-93BE-4604-8497-27431874D758}.Release|Win32.ActiveCfg = Release|Win32
{9B0335B6-93BE-4604-8497-27431874D758}.Release|Win32.Build.0 = Release|Win32
{FAB8D717-85EC-4896-B5DC-FDF0A0B67C92}.Debug|Win32.ActiveCfg = Debug|Win32
{FAB8D717-85EC-4896-B5DC-FDF0A0B67C92}.Debug|Win32.Build.0 = Debug|Win32
{FAB8D717-85EC-4896-B5DC-FDF0A0B67C92}.Release|Win32.ActiveCfg = Release|Win32
{FAB8D717-85EC-4896-B5DC-FDF0A0B67C92}.Release|Win32.Build.0 = Release|Win32
{A45C5206-309C-4F36-974C-182B27AE3F1B}.Debug|Win32.ActiveCfg = Debug|Win32
{A45C5206-309C-4F36-974C-182B27AE3F1B}.Debug|Win32.Build.0 = Debug|Win32
{A45C5206-309C-4F36-974C-182B27AE3F1B}.Release|Win32.ActiveCfg = Release|Win32
{A45C5206-309C-4F36-974C-182B27AE3F1B}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal