-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPngRead.sln
More file actions
38 lines (38 loc) · 1.85 KB
/
PngRead.sln
File metadata and controls
38 lines (38 loc) · 1.85 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PngRead", "PngRead\PngRead.csproj", "{744512E0-E18A-42C2-94A5-867D66DDA0DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{E02F039A-E725-45E2-8BC7-7FD7A582404B}"
ProjectSection(SolutionItems) = preProject
PngRead\Lib\ICSharpCode.SharpZipLib.dll = PngRead\Lib\ICSharpCode.SharpZipLib.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{9A60B53C-E581-4302-84A0-3D7E02050873}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{997CB6AF-DC33-4373-AE91-56A5711A2D33}"
ProjectSection(SolutionItems) = preProject
README.mediawiki = README.mediawiki
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{744512E0-E18A-42C2-94A5-867D66DDA0DC}.Debug|x86.ActiveCfg = Debug|x86
{744512E0-E18A-42C2-94A5-867D66DDA0DC}.Debug|x86.Build.0 = Debug|x86
{744512E0-E18A-42C2-94A5-867D66DDA0DC}.Release|x86.ActiveCfg = Release|x86
{744512E0-E18A-42C2-94A5-867D66DDA0DC}.Release|x86.Build.0 = Release|x86
{9A60B53C-E581-4302-84A0-3D7E02050873}.Debug|x86.ActiveCfg = Debug|x86
{9A60B53C-E581-4302-84A0-3D7E02050873}.Debug|x86.Build.0 = Debug|x86
{9A60B53C-E581-4302-84A0-3D7E02050873}.Release|x86.ActiveCfg = Release|x86
{9A60B53C-E581-4302-84A0-3D7E02050873}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Tests\Tests.csproj
EndGlobalSection
EndGlobal