-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNScumm-Linux.sln
85 lines (85 loc) · 5.54 KB
/
NScumm-Linux.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NScumm.Core", "NScumm.Core\NScumm.Core.csproj", "{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D326366-843A-46C2-B75D-3AEF082E5A8B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NScumm.MonoGame", "NScumm.MonoGame\Platforms\Linux\NScumm.MonoGame.csproj", "{B1F1416B-C52A-4CE5-AF06-C960F5165784}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NScumm.Platform_Desktop", "Platforms\NScumm.Platform_Desktop\NScumm.Platform_Desktop.csproj", "{D42434C7-459D-461A-8B1D-1451F7FF4B13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Debug|x86.ActiveCfg = Debug|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Debug|x86.Build.0 = Debug|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Release|Any CPU.Build.0 = Release|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Release|x86.ActiveCfg = Release|Any CPU
{8E7A9E5B-D7EB-4DA1-8EE7-A5D8DE202372}.Release|x86.Build.0 = Release|Any CPU
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Debug|Any CPU.ActiveCfg = Debug|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Debug|Any CPU.Build.0 = Debug|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Debug|x86.ActiveCfg = Debug|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Debug|x86.Build.0 = Debug|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Release|Any CPU.ActiveCfg = Release|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Release|Mixed Platforms.Build.0 = Release|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Release|x86.ActiveCfg = Release|x86
{B1F1416B-C52A-4CE5-AF06-C960F5165784}.Release|x86.Build.0 = Release|x86
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Debug|x86.ActiveCfg = Debug|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Debug|x86.Build.0 = Debug|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Release|Any CPU.Build.0 = Release|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Release|x86.ActiveCfg = Release|Any CPU
{D42434C7-459D-461A-8B1D-1451F7FF4B13}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.StandardHeader = $2
$2.Text = @ \n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see <http://www.gnu.org/licenses/>.
$2.IncludeInNewFiles = True
$0.NameConventionPolicy = $3
$3.Rules = $4
$4.NamingRule = $5
$5.AffectedEntity = None
$5.VisibilityMask = VisibilityMask
$5.NamingStyle = None
$5.IncludeInstanceMembers = True
$5.IncludeStaticEntities = True
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal