This repository was archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathAPNG.NET.sln
More file actions
107 lines (107 loc) · 7.73 KB
/
APNG.NET.sln
File metadata and controls
107 lines (107 loc) · 7.73 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibAPNG", "LibAPNG\LibAPNG.csproj", "{6A14ED50-7995-4EAF-B6D5-6E734283B415}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibAPNG.Test", "LibAPNG.Test\LibAPNG.Test.csproj", "{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibAPNG.XNA.Test", "LibAPNG.XNA.Test\LibAPNG.XNA.Test\LibAPNG.XNA.Test.csproj", "{35CF1CD3-A197-4A14-9B92-15868DC808E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36B4DA2A-244D-4453-81B0-4F38305D740C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibAPNG.XNA.APNGPipelineExtension", "LibAPNG.XNA.APNGPipelineExtension\LibAPNG.XNA.APNGPipelineExtension.csproj", "{9FC6885B-1347-48EB-B427-34BCF8778483}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibAPNG.XNA.APNGTextureProvider", "LibAPNG.XNA.APNGTextureProvider\LibAPNG.XNA.APNGTextureProvider.csproj", "{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibAPNG.XNA.Test.WithPipeline", "LibAPNG.XNA.Test.WithPipeline\LibAPNG.XNA.Test.WithPipeline\LibAPNG.XNA.Test.WithPipeline.csproj", "{183127B8-43E4-4354-BC87-720845739963}"
EndProject
Project("{96E2B04D-8817-42C6-938A-82C39BA4D311}") = "LibAPNG.XNA.Test.WithPipelineContent", "LibAPNG.XNA.Test.WithPipeline\LibAPNG.XNA.Test.WithPipelineContent\LibAPNG.XNA.Test.WithPipelineContent.contentproj", "{AD4E5B87-F690-4A78-A304-223C5DCC8AB6}"
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
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Debug|x86.ActiveCfg = Debug|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Release|Any CPU.Build.0 = Release|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6A14ED50-7995-4EAF-B6D5-6E734283B415}.Release|x86.ActiveCfg = Release|Any CPU
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Debug|Any CPU.ActiveCfg = Debug|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Debug|x86.ActiveCfg = Debug|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Debug|x86.Build.0 = Debug|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Release|Any CPU.ActiveCfg = Release|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Release|Mixed Platforms.Build.0 = Release|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Release|x86.ActiveCfg = Release|x86
{AC9F9813-FE62-4797-9A06-3D51D5AAFA97}.Release|x86.Build.0 = Release|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Debug|Any CPU.ActiveCfg = Debug|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Debug|Mixed Platforms.Build.0 = Debug|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Debug|x86.ActiveCfg = Debug|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Debug|x86.Build.0 = Debug|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Release|Any CPU.ActiveCfg = Release|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Release|Mixed Platforms.ActiveCfg = Release|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Release|Mixed Platforms.Build.0 = Release|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Release|x86.ActiveCfg = Release|x86
{35CF1CD3-A197-4A14-9B92-15868DC808E5}.Release|x86.Build.0 = Release|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Debug|Any CPU.ActiveCfg = Debug|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Debug|Any CPU.Build.0 = Debug|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Debug|Mixed Platforms.Build.0 = Debug|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Debug|x86.ActiveCfg = Debug|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Debug|x86.Build.0 = Debug|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Release|Any CPU.ActiveCfg = Release|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Release|Any CPU.Build.0 = Release|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Release|Mixed Platforms.ActiveCfg = Release|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Release|Mixed Platforms.Build.0 = Release|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Release|x86.ActiveCfg = Release|x86
{9FC6885B-1347-48EB-B427-34BCF8778483}.Release|x86.Build.0 = Release|x86
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Debug|x86.ActiveCfg = Debug|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Release|Any CPU.Build.0 = Release|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1AFB77F4-21AF-4830-82A1-95E9FB683AA6}.Release|x86.ActiveCfg = Release|Any CPU
{183127B8-43E4-4354-BC87-720845739963}.Debug|Any CPU.ActiveCfg = Debug|x86
{183127B8-43E4-4354-BC87-720845739963}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{183127B8-43E4-4354-BC87-720845739963}.Debug|Mixed Platforms.Build.0 = Debug|x86
{183127B8-43E4-4354-BC87-720845739963}.Debug|x86.ActiveCfg = Debug|x86
{183127B8-43E4-4354-BC87-720845739963}.Debug|x86.Build.0 = Debug|x86
{183127B8-43E4-4354-BC87-720845739963}.Release|Any CPU.ActiveCfg = Release|x86
{183127B8-43E4-4354-BC87-720845739963}.Release|Mixed Platforms.ActiveCfg = Release|x86
{183127B8-43E4-4354-BC87-720845739963}.Release|Mixed Platforms.Build.0 = Release|x86
{183127B8-43E4-4354-BC87-720845739963}.Release|x86.ActiveCfg = Release|x86
{183127B8-43E4-4354-BC87-720845739963}.Release|x86.Build.0 = Release|x86
{AD4E5B87-F690-4A78-A304-223C5DCC8AB6}.Debug|Any CPU.ActiveCfg = Debug|x86
{AD4E5B87-F690-4A78-A304-223C5DCC8AB6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AD4E5B87-F690-4A78-A304-223C5DCC8AB6}.Debug|x86.ActiveCfg = Debug|x86
{AD4E5B87-F690-4A78-A304-223C5DCC8AB6}.Release|Any CPU.ActiveCfg = Release|x86
{AD4E5B87-F690-4A78-A304-223C5DCC8AB6}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AD4E5B87-F690-4A78-A304-223C5DCC8AB6}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal