-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsepriteImporter.sln
43 lines (43 loc) · 2.71 KB
/
AsepriteImporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsepriteImporter", "Source\Core\AsepriteImporter\AsepriteImporter.csproj", "{4E1B3D4C-8DED-44D9-AAFB-C8647CEA83AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsepriteImporter.Tests", "Source\Core\AsepriteImporter.Tests\AsepriteImporter.Tests.csproj", "{CC37C203-16FF-4FE9-834F-6540A123CA5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsepriteImporter.MG", "Source\MonoGame\AsepriteImporter.MG\AsepriteImporter.MG.csproj", "{DD7938C3-D5C6-4670-BE45-B88562E70847}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsepriteImporter.MG.Tests", "Source\MonoGame\AsepriteImporter.MG.Tests\AsepriteImporter.MG.Tests.csproj", "{A2AB677B-E162-48F2-B5B0-F46DE241853C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E1B3D4C-8DED-44D9-AAFB-C8647CEA83AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E1B3D4C-8DED-44D9-AAFB-C8647CEA83AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E1B3D4C-8DED-44D9-AAFB-C8647CEA83AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E1B3D4C-8DED-44D9-AAFB-C8647CEA83AD}.Release|Any CPU.Build.0 = Release|Any CPU
{CC37C203-16FF-4FE9-834F-6540A123CA5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC37C203-16FF-4FE9-834F-6540A123CA5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC37C203-16FF-4FE9-834F-6540A123CA5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC37C203-16FF-4FE9-834F-6540A123CA5E}.Release|Any CPU.Build.0 = Release|Any CPU
{DD7938C3-D5C6-4670-BE45-B88562E70847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD7938C3-D5C6-4670-BE45-B88562E70847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD7938C3-D5C6-4670-BE45-B88562E70847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD7938C3-D5C6-4670-BE45-B88562E70847}.Release|Any CPU.Build.0 = Release|Any CPU
{A2AB677B-E162-48F2-B5B0-F46DE241853C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2AB677B-E162-48F2-B5B0-F46DE241853C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2AB677B-E162-48F2-B5B0-F46DE241853C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2AB677B-E162-48F2-B5B0-F46DE241853C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B35907A8-269B-4007-A463-386569520622}
EndGlobalSection
EndGlobal