-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathAsepriteDotNet.sln
More file actions
112 lines (112 loc) · 7.05 KB
/
AsepriteDotNet.sln
File metadata and controls
112 lines (112 loc) · 7.05 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{B63FA11D-4B29-45F2-AAD9-BF489AEE7BAA}"
ProjectSection(SolutionItems) = preProject
source\Directory.Build.props = source\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsepriteDotNet", "source\AsepriteDotNet\AsepriteDotNet.csproj", "{18E8668C-4BF2-4F9B-8016-E1F22BD53BCA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5F219449-CE10-4DD9-BBE5-251720F3B5E3}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsepriteDotNet.Tests", "tests\AsepriteDotNet.Tests\AsepriteDotNet.Tests.csproj", "{A289C75E-0BCF-421F-AAE0-050F45AC4F4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{2B0F6763-3C96-4753-8E12-6A2975369212}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{C4B76AC7-83D0-4F29-BAB9-3C0EAFB31C0D}"
ProjectSection(SolutionItems) = preProject
benchmarks\Directory.Build.props = benchmarks\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ColorProcessingBenchmark", "benchmarks\ColorProcessingBenchmark\ColorProcessingBenchmark.csproj", "{201F4F7E-C68D-400C-AB87-9A77578DDBEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{BC452291-6909-42FE-9343-7FD2F4F4F0E5}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{E55B2B0D-9615-434F-942A-6C496A02E617}"
ProjectSection(SolutionItems) = preProject
examples\Directory.Build.props = examples\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlattenFrameExample", "examples\FlattenFrameExample\FlattenFrameExample.csproj", "{A6243E15-9D53-4FAB-A2B5-F216614AF832}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoadFileExample", "examples\LoadFileExample\LoadFileExample.csproj", "{E43B057B-37B4-4C77-AC25-376380318AEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessorExample", "examples\ProcessorExample\ProcessorExample.csproj", "{DAD91498-F650-44C7-AAB8-A3454E084E5D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonoGameExample", "examples\MonoGameExample\MonoGameExample.csproj", "{6FA09867-535B-4200-9D0A-88A2987BF033}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtractCelExample", "examples\ExtractCelExample\ExtractCelExample.csproj", "{11D9BF92-538C-4B1D-B996-22E64F3F3ECF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18E8668C-4BF2-4F9B-8016-E1F22BD53BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18E8668C-4BF2-4F9B-8016-E1F22BD53BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18E8668C-4BF2-4F9B-8016-E1F22BD53BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18E8668C-4BF2-4F9B-8016-E1F22BD53BCA}.Release|Any CPU.Build.0 = Release|Any CPU
{A289C75E-0BCF-421F-AAE0-050F45AC4F4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A289C75E-0BCF-421F-AAE0-050F45AC4F4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A289C75E-0BCF-421F-AAE0-050F45AC4F4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A289C75E-0BCF-421F-AAE0-050F45AC4F4E}.Release|Any CPU.Build.0 = Release|Any CPU
{201F4F7E-C68D-400C-AB87-9A77578DDBEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{201F4F7E-C68D-400C-AB87-9A77578DDBEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{201F4F7E-C68D-400C-AB87-9A77578DDBEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{201F4F7E-C68D-400C-AB87-9A77578DDBEB}.Release|Any CPU.Build.0 = Release|Any CPU
{A6243E15-9D53-4FAB-A2B5-F216614AF832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6243E15-9D53-4FAB-A2B5-F216614AF832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6243E15-9D53-4FAB-A2B5-F216614AF832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6243E15-9D53-4FAB-A2B5-F216614AF832}.Release|Any CPU.Build.0 = Release|Any CPU
{E43B057B-37B4-4C77-AC25-376380318AEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E43B057B-37B4-4C77-AC25-376380318AEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E43B057B-37B4-4C77-AC25-376380318AEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E43B057B-37B4-4C77-AC25-376380318AEF}.Release|Any CPU.Build.0 = Release|Any CPU
{DAD91498-F650-44C7-AAB8-A3454E084E5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAD91498-F650-44C7-AAB8-A3454E084E5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAD91498-F650-44C7-AAB8-A3454E084E5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAD91498-F650-44C7-AAB8-A3454E084E5D}.Release|Any CPU.Build.0 = Release|Any CPU
{6FA09867-535B-4200-9D0A-88A2987BF033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FA09867-535B-4200-9D0A-88A2987BF033}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FA09867-535B-4200-9D0A-88A2987BF033}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FA09867-535B-4200-9D0A-88A2987BF033}.Release|Any CPU.Build.0 = Release|Any CPU
{11D9BF92-538C-4B1D-B996-22E64F3F3ECF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11D9BF92-538C-4B1D-B996-22E64F3F3ECF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11D9BF92-538C-4B1D-B996-22E64F3F3ECF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11D9BF92-538C-4B1D-B996-22E64F3F3ECF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18E8668C-4BF2-4F9B-8016-E1F22BD53BCA} = {B63FA11D-4B29-45F2-AAD9-BF489AEE7BAA}
{A289C75E-0BCF-421F-AAE0-050F45AC4F4E} = {5F219449-CE10-4DD9-BBE5-251720F3B5E3}
{201F4F7E-C68D-400C-AB87-9A77578DDBEB} = {C4B76AC7-83D0-4F29-BAB9-3C0EAFB31C0D}
{BC452291-6909-42FE-9343-7FD2F4F4F0E5} = {2B0F6763-3C96-4753-8E12-6A2975369212}
{A6243E15-9D53-4FAB-A2B5-F216614AF832} = {E55B2B0D-9615-434F-942A-6C496A02E617}
{E43B057B-37B4-4C77-AC25-376380318AEF} = {E55B2B0D-9615-434F-942A-6C496A02E617}
{DAD91498-F650-44C7-AAB8-A3454E084E5D} = {E55B2B0D-9615-434F-942A-6C496A02E617}
{6FA09867-535B-4200-9D0A-88A2987BF033} = {E55B2B0D-9615-434F-942A-6C496A02E617}
{11D9BF92-538C-4B1D-B996-22E64F3F3ECF} = {E55B2B0D-9615-434F-942A-6C496A02E617}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ABE689B5-F304-403F-A1E4-9973EB2F5FBD}
EndGlobalSection
EndGlobal