-
Notifications
You must be signed in to change notification settings - Fork 275
/
Pinta.sln
115 lines (115 loc) · 8.73 KB
/
Pinta.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta", "Pinta\Pinta.csproj", "{E00F5D85-87B7-4A7A-8F0F-39EF763DFFD0}"
ProjectSection(ProjectDependencies) = postProject
{71A1C3E0-7343-48FE-BD9A-508929136E92} = {71A1C3E0-7343-48FE-BD9A-508929136E92}
{526152F2-2829-4AA6-B2F2-232579858A77} = {526152F2-2829-4AA6-B2F2-232579858A77}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Core", "Pinta.Core\Pinta.Core.csproj", "{30091528-6EC1-40F8-B4BF-8EB41CBE8A8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Resources", "Pinta.Resources\Pinta.Resources.csproj", "{50AFF341-655E-45EF-83CA-58F8254E4C8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Gui.Widgets", "Pinta.Gui.Widgets\Pinta.Gui.Widgets.csproj", "{83F0C0AD-D587-457C-B72A-1A184D6D76B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Tools", "Pinta.Tools\Pinta.Tools.csproj", "{526152F2-2829-4AA6-B2F2-232579858A77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Effects", "Pinta.Effects\Pinta.Effects.csproj", "{71A1C3E0-7343-48FE-BD9A-508929136E92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Docking", "Pinta.Docking\Pinta.Docking.csproj", "{8467329A-1BDC-4F21-8349-3E484C185D14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Core.Tests", "tests\Pinta.Core.Tests\Pinta.Core.Tests.csproj", "{B207624A-5378-4F31-B2C9-43DE7F7CC10B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PintaBenchmarks", "tests\PintaBenchmarks\PintaBenchmarks.csproj", "{8A8B7C9F-4AE0-4E2B-A4DF-CBABCD0DE864}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{8D23D7B9-C97E-498C-A1C5-6159E305D9BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6DE60B92-C365-4DB5-9D5F-956317DD2E19}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Gui.Addins", "Pinta.Gui.Addins\Pinta.Gui.Addins.csproj", "{2460CAAF-37BA-4795-8C86-7DFCB57F94A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.Effects.Tests", "tests\Pinta.Effects.Tests\Pinta.Effects.Tests.csproj", "{3062EBB6-E84B-4EFF-BAB2-E0EAFF7EF755}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "installer", "installer", "{ADED7547-5FA7-4157-951F-1CA5C933B4F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pinta.AddinUtils", "installer\addins\Pinta.AddinUtils.csproj", "{90F56F18-1720-4F89-A5F9-6CA710CC9694}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E00F5D85-87B7-4A7A-8F0F-39EF763DFFD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E00F5D85-87B7-4A7A-8F0F-39EF763DFFD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E00F5D85-87B7-4A7A-8F0F-39EF763DFFD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E00F5D85-87B7-4A7A-8F0F-39EF763DFFD0}.Release|Any CPU.Build.0 = Release|Any CPU
{30091528-6EC1-40F8-B4BF-8EB41CBE8A8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30091528-6EC1-40F8-B4BF-8EB41CBE8A8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30091528-6EC1-40F8-B4BF-8EB41CBE8A8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30091528-6EC1-40F8-B4BF-8EB41CBE8A8B}.Release|Any CPU.Build.0 = Release|Any CPU
{50AFF341-655E-45EF-83CA-58F8254E4C8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50AFF341-655E-45EF-83CA-58F8254E4C8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50AFF341-655E-45EF-83CA-58F8254E4C8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50AFF341-655E-45EF-83CA-58F8254E4C8B}.Release|Any CPU.Build.0 = Release|Any CPU
{83F0C0AD-D587-457C-B72A-1A184D6D76B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83F0C0AD-D587-457C-B72A-1A184D6D76B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83F0C0AD-D587-457C-B72A-1A184D6D76B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83F0C0AD-D587-457C-B72A-1A184D6D76B3}.Release|Any CPU.Build.0 = Release|Any CPU
{526152F2-2829-4AA6-B2F2-232579858A77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{526152F2-2829-4AA6-B2F2-232579858A77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{526152F2-2829-4AA6-B2F2-232579858A77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{526152F2-2829-4AA6-B2F2-232579858A77}.Release|Any CPU.Build.0 = Release|Any CPU
{71A1C3E0-7343-48FE-BD9A-508929136E92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71A1C3E0-7343-48FE-BD9A-508929136E92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71A1C3E0-7343-48FE-BD9A-508929136E92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71A1C3E0-7343-48FE-BD9A-508929136E92}.Release|Any CPU.Build.0 = Release|Any CPU
{8467329A-1BDC-4F21-8349-3E484C185D14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8467329A-1BDC-4F21-8349-3E484C185D14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8467329A-1BDC-4F21-8349-3E484C185D14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8467329A-1BDC-4F21-8349-3E484C185D14}.Release|Any CPU.Build.0 = Release|Any CPU
{B207624A-5378-4F31-B2C9-43DE7F7CC10B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B207624A-5378-4F31-B2C9-43DE7F7CC10B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B207624A-5378-4F31-B2C9-43DE7F7CC10B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B207624A-5378-4F31-B2C9-43DE7F7CC10B}.Release|Any CPU.Build.0 = Release|Any CPU
{8A8B7C9F-4AE0-4E2B-A4DF-CBABCD0DE864}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A8B7C9F-4AE0-4E2B-A4DF-CBABCD0DE864}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A8B7C9F-4AE0-4E2B-A4DF-CBABCD0DE864}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A8B7C9F-4AE0-4E2B-A4DF-CBABCD0DE864}.Release|Any CPU.Build.0 = Release|Any CPU
{2460CAAF-37BA-4795-8C86-7DFCB57F94A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2460CAAF-37BA-4795-8C86-7DFCB57F94A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2460CAAF-37BA-4795-8C86-7DFCB57F94A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2460CAAF-37BA-4795-8C86-7DFCB57F94A5}.Release|Any CPU.Build.0 = Release|Any CPU
{3062EBB6-E84B-4EFF-BAB2-E0EAFF7EF755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3062EBB6-E84B-4EFF-BAB2-E0EAFF7EF755}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3062EBB6-E84B-4EFF-BAB2-E0EAFF7EF755}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3062EBB6-E84B-4EFF-BAB2-E0EAFF7EF755}.Release|Any CPU.Build.0 = Release|Any CPU
{90F56F18-1720-4F89-A5F9-6CA710CC9694}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90F56F18-1720-4F89-A5F9-6CA710CC9694}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90F56F18-1720-4F89-A5F9-6CA710CC9694}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90F56F18-1720-4F89-A5F9-6CA710CC9694}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B207624A-5378-4F31-B2C9-43DE7F7CC10B} = {8D23D7B9-C97E-498C-A1C5-6159E305D9BA}
{8A8B7C9F-4AE0-4E2B-A4DF-CBABCD0DE864} = {8D23D7B9-C97E-498C-A1C5-6159E305D9BA}
{3062EBB6-E84B-4EFF-BAB2-E0EAFF7EF755} = {8D23D7B9-C97E-498C-A1C5-6159E305D9BA}
{90F56F18-1720-4F89-A5F9-6CA710CC9694} = {ADED7547-5FA7-4157-951F-1CA5C933B4F7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4985F1D9-0ABE-4E83-98D2-8D119EA4075D}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.StandardHeader = $1
$1.Text = @\n${FileName}\n \nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (c) ${Year} ${CopyrightHolder}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.
$0.TextStylePolicy = $3
EndGlobalSection
EndGlobal