-
Notifications
You must be signed in to change notification settings - Fork 16
/
3DS Theme Editor.sln
41 lines (41 loc) · 2.24 KB
/
3DS Theme Editor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThemeEditor.WPF", "ThemeEditor.WPF\ThemeEditor.WPF.csproj", "{4C33A76C-4B19-44EE-A90F-9F81FFF429AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThemeEditor.Common", "ThemeEditor.Common\ThemeEditor.Common.csproj", "{1BE625E8-F696-4DCB-858A-A6F66EA3BACE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF712B2C-AD87-40E2-8B10-6089C76132AB}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
Readme.md = Readme.md
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThemeEditor.Sandbox", "ThemeEditor.Sandbox\ThemeEditor.Sandbox.csproj", "{D7A6392A-4AFD-4E45-9A9D-5BBA16AB4ABF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C33A76C-4B19-44EE-A90F-9F81FFF429AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C33A76C-4B19-44EE-A90F-9F81FFF429AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C33A76C-4B19-44EE-A90F-9F81FFF429AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C33A76C-4B19-44EE-A90F-9F81FFF429AF}.Release|Any CPU.Build.0 = Release|Any CPU
{1BE625E8-F696-4DCB-858A-A6F66EA3BACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BE625E8-F696-4DCB-858A-A6F66EA3BACE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BE625E8-F696-4DCB-858A-A6F66EA3BACE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BE625E8-F696-4DCB-858A-A6F66EA3BACE}.Release|Any CPU.Build.0 = Release|Any CPU
{D7A6392A-4AFD-4E45-9A9D-5BBA16AB4ABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7A6392A-4AFD-4E45-9A9D-5BBA16AB4ABF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7A6392A-4AFD-4E45-9A9D-5BBA16AB4ABF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7A6392A-4AFD-4E45-9A9D-5BBA16AB4ABF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal