-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLizard.sln
60 lines (60 loc) · 3.32 KB
/
Lizard.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
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{2FB3EC41-6235-4F31-850F-6E990B7FF47C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skins", "Skins", "{12792447-2614-4267-8E69-330616F5DC57}"
ProjectSection(SolutionItems) = preProject
Skins\Vista.fsl = Skins\Vista.fsl
Skins\WMP11.fsl = Skins\WMP11.fsl
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E6246B0B-2126-4598-BAE9-9AFC98088D37}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomCaption", "Samples\CustomCaption\CustomCaption.csproj", "{B12D6BAB-9F3F-4E17-895A-FA605C0CE36A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Samples\Demo\Demo.csproj", "{AAD89744-457D-411C-85F2-BF682CFA509C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lizard", "Lizard\Lizard.csproj", "{328686D4-C064-4D7C-818D-3E34EBB69377}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LizardEditor", "LizardEditor\LizardEditor.csproj", "{15411817-C10E-4328-B088-CD788E237B3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B12D6BAB-9F3F-4E17-895A-FA605C0CE36A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B12D6BAB-9F3F-4E17-895A-FA605C0CE36A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B12D6BAB-9F3F-4E17-895A-FA605C0CE36A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B12D6BAB-9F3F-4E17-895A-FA605C0CE36A}.Release|Any CPU.Build.0 = Release|Any CPU
{AAD89744-457D-411C-85F2-BF682CFA509C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAD89744-457D-411C-85F2-BF682CFA509C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAD89744-457D-411C-85F2-BF682CFA509C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAD89744-457D-411C-85F2-BF682CFA509C}.Release|Any CPU.Build.0 = Release|Any CPU
{328686D4-C064-4D7C-818D-3E34EBB69377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{328686D4-C064-4D7C-818D-3E34EBB69377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{328686D4-C064-4D7C-818D-3E34EBB69377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{328686D4-C064-4D7C-818D-3E34EBB69377}.Release|Any CPU.Build.0 = Release|Any CPU
{15411817-C10E-4328-B088-CD788E237B3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15411817-C10E-4328-B088-CD788E237B3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15411817-C10E-4328-B088-CD788E237B3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15411817-C10E-4328-B088-CD788E237B3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B12D6BAB-9F3F-4E17-895A-FA605C0CE36A} = {2FB3EC41-6235-4F31-850F-6E990B7FF47C}
{AAD89744-457D-411C-85F2-BF682CFA509C} = {2FB3EC41-6235-4F31-850F-6E990B7FF47C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F9B28D13-7658-4C27-A821-65E71568B491}
EndGlobalSection
EndGlobal