@@ -17,16 +17,26 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5F219449
17
17
EndProject
18
18
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "AsepriteDotNet.Tests" , "tests\AsepriteDotNet.Tests\AsepriteDotNet.Tests.csproj" , "{A289C75E-0BCF-421F-AAE0-050F45AC4F4E}"
19
19
EndProject
20
- Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items " , "Solution Items " , "{2B0F6763-3C96-4753-8E12-6A2975369212}"
20
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".root " , ".root " , "{2B0F6763-3C96-4753-8E12-6A2975369212}"
21
21
Project Section (SolutionItems ) = preProject
22
+ .editorconfig = .editorconfig
23
+ .gitignore = .gitignore
22
24
Directory .Build .props = Directory .Build .props
25
+ LICENSE = LICENSE
26
+ README .md = README .md
23
27
EndProject Section
24
28
EndProject
25
29
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "benchmarks" , "benchmarks" , "{C4B76AC7-83D0-4F29-BAB9-3C0EAFB31C0D}"
30
+ Project Section (SolutionItems ) = preProject
31
+ benchmarks \Directory .Build .props = benchmarks \Directory .Build .props
32
+ EndProject Section
26
33
EndProject
27
34
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ColorProcessingBenchmark" , "benchmarks\ColorProcessingBenchmark\ColorProcessingBenchmark.csproj" , "{201F4F7E-C68D-400C-AB87-9A77578DDBEB}"
28
35
EndProject
29
36
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "build" , "build" , "{1515BA5C-6095-4F5F-94E6-7D54D09321DE}"
37
+ Project Section (SolutionItems ) = preProject
38
+ build \Directory .Build .props = build \Directory .Build .props
39
+ EndProject Section
30
40
EndProject
31
41
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "AsepriteDotNet.Build" , "build\AsepriteDotNet.Build.csproj" , "{27B2E61B-9CA4-44D2-834F-772B7D233D9F}"
32
42
EndProject
@@ -35,6 +45,19 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
35
45
.github \workflows \main .yml = .github \workflows \main .yml
36
46
EndProject Section
37
47
EndProject
48
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "examples" , "examples" , "{E55B2B0D-9615-434F-942A-6C496A02E617}"
49
+ Project Section (SolutionItems ) = preProject
50
+ examples \Directory .Build .props = examples \Directory .Build .props
51
+ EndProject Section
52
+ EndProject
53
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "FlattenFrameExample" , "examples\FlattenFrameExample\FlattenFrameExample.csproj" , "{A6243E15-9D53-4FAB-A2B5-F216614AF832}"
54
+ EndProject
55
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "LoadFileExample" , "examples\LoadFileExample\LoadFileExample.csproj" , "{E43B057B-37B4-4C77-AC25-376380318AEF}"
56
+ EndProject
57
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "ProcessorExample" , "examples\ProcessorExample\ProcessorExample.csproj" , "{DAD91498-F650-44C7-AAB8-A3454E084E5D}"
58
+ EndProject
59
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MonoGameExample" , "examples\MonoGameExample\MonoGameExample.csproj" , "{6FA09867-535B-4200-9D0A-88A2987BF033}"
60
+ EndProject
38
61
Global
39
62
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
40
63
Debug| Any CPU = Debug| Any CPU
@@ -57,6 +80,22 @@ Global
57
80
{27B2E61B-9CA4-44D2-834F-772B7D233D9F} .Debug| Any CPU .Build .0 = Debug| Any CPU
58
81
{27B2E61B-9CA4-44D2-834F-772B7D233D9F} .Release| Any CPU .ActiveCfg = Release| Any CPU
59
82
{27B2E61B-9CA4-44D2-834F-772B7D233D9F} .Release| Any CPU .Build .0 = Release| Any CPU
83
+ {A6243E15-9D53-4FAB-A2B5-F216614AF832} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
84
+ {A6243E15-9D53-4FAB-A2B5-F216614AF832} .Debug| Any CPU .Build .0 = Debug| Any CPU
85
+ {A6243E15-9D53-4FAB-A2B5-F216614AF832} .Release| Any CPU .ActiveCfg = Release| Any CPU
86
+ {A6243E15-9D53-4FAB-A2B5-F216614AF832} .Release| Any CPU .Build .0 = Release| Any CPU
87
+ {E43B057B-37B4-4C77-AC25-376380318AEF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
88
+ {E43B057B-37B4-4C77-AC25-376380318AEF} .Debug| Any CPU .Build .0 = Debug| Any CPU
89
+ {E43B057B-37B4-4C77-AC25-376380318AEF} .Release| Any CPU .ActiveCfg = Release| Any CPU
90
+ {E43B057B-37B4-4C77-AC25-376380318AEF} .Release| Any CPU .Build .0 = Release| Any CPU
91
+ {DAD91498-F650-44C7-AAB8-A3454E084E5D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
92
+ {DAD91498-F650-44C7-AAB8-A3454E084E5D} .Debug| Any CPU .Build .0 = Debug| Any CPU
93
+ {DAD91498-F650-44C7-AAB8-A3454E084E5D} .Release| Any CPU .ActiveCfg = Release| Any CPU
94
+ {DAD91498-F650-44C7-AAB8-A3454E084E5D} .Release| Any CPU .Build .0 = Release| Any CPU
95
+ {6FA09867-535B-4200-9D0A-88A2987BF033} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
96
+ {6FA09867-535B-4200-9D0A-88A2987BF033} .Debug| Any CPU .Build .0 = Debug| Any CPU
97
+ {6FA09867-535B-4200-9D0A-88A2987BF033} .Release| Any CPU .ActiveCfg = Release| Any CPU
98
+ {6FA09867-535B-4200-9D0A-88A2987BF033} .Release| Any CPU .Build .0 = Release| Any CPU
60
99
EndGlobalSection
61
100
GlobalSection (SolutionProperties ) = preSolution
62
101
HideSolutionNode = FALSE
@@ -67,5 +106,12 @@ Global
67
106
{201F4F7E-C68D-400C-AB87-9A77578DDBEB} = {C4B76AC7-83D0-4F29-BAB9-3C0EAFB31C0D}
68
107
{27B2E61B-9CA4-44D2-834F-772B7D233D9F} = {1515BA5C-6095-4F5F-94E6-7D54D09321DE}
69
108
{BC452291-6909-42FE-9343-7FD2F4F4F0E5} = {2B0F6763-3C96-4753-8E12-6A2975369212}
109
+ {A6243E15-9D53-4FAB-A2B5-F216614AF832} = {E55B2B0D-9615-434F-942A-6C496A02E617}
110
+ {E43B057B-37B4-4C77-AC25-376380318AEF} = {E55B2B0D-9615-434F-942A-6C496A02E617}
111
+ {DAD91498-F650-44C7-AAB8-A3454E084E5D} = {E55B2B0D-9615-434F-942A-6C496A02E617}
112
+ {6FA09867-535B-4200-9D0A-88A2987BF033} = {E55B2B0D-9615-434F-942A-6C496A02E617}
113
+ EndGlobalSection
114
+ GlobalSection (ExtensibilityGlobals ) = postSolution
115
+ SolutionGuid = {ABE689B5-F304-403F-A1E4-9973EB2F5FBD}
70
116
EndGlobalSection
71
117
EndGlobal
0 commit comments