This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSporeMaster.sln
32 lines (32 loc) · 1.86 KB
/
SporeMaster.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SporeMaster", "SporeMaster\SporeMaster.csproj", "{47D70385-030C-4B4C-968B-08E22E1BAD22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VTreeView", "..\VTreeView\VTreeView\VTreeView.csproj", "{4100E1C3-7033-402C-8073-236CA3F8B81A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DecodeRW4", "DecodeRW4\DecodeRW4.csproj", "{38369DBE-2891-4DD2-B4C0-7228D7316934}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47D70385-030C-4B4C-968B-08E22E1BAD22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47D70385-030C-4B4C-968B-08E22E1BAD22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47D70385-030C-4B4C-968B-08E22E1BAD22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D70385-030C-4B4C-968B-08E22E1BAD22}.Release|Any CPU.Build.0 = Release|Any CPU
{4100E1C3-7033-402C-8073-236CA3F8B81A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4100E1C3-7033-402C-8073-236CA3F8B81A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4100E1C3-7033-402C-8073-236CA3F8B81A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4100E1C3-7033-402C-8073-236CA3F8B81A}.Release|Any CPU.Build.0 = Release|Any CPU
{38369DBE-2891-4DD2-B4C0-7228D7316934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38369DBE-2891-4DD2-B4C0-7228D7316934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38369DBE-2891-4DD2-B4C0-7228D7316934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38369DBE-2891-4DD2-B4C0-7228D7316934}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal