forked from icsharpcode/SharpZipLib
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathICSharpCode.SharpZLib.Portable.sln
More file actions
37 lines (37 loc) · 1.92 KB
/
ICSharpCode.SharpZLib.Portable.sln
File metadata and controls
37 lines (37 loc) · 1.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.SharpZib.Portable", "src\ICSharpCode.SharpZib.Portable.csproj", "{74FF9E31-751B-4AA3-B441-175E3C17E037}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpZipLibTests2013.Portable", "tests\SharpZipLibTests2013.Portable.csproj", "{C5356646-EB46-452A-908A-271BCCB1BC04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github", "Github", "{2F09DDF6-B8C4-4B7F-8F6C-3DE5DBD46AEC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget", "Nuget", "{C772A6C0-E81D-4B61-99AE-403F219E2476}"
ProjectSection(SolutionItems) = preProject
SharpZipLib.Portable.nuspec = SharpZipLib.Portable.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74FF9E31-751B-4AA3-B441-175E3C17E037}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74FF9E31-751B-4AA3-B441-175E3C17E037}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74FF9E31-751B-4AA3-B441-175E3C17E037}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74FF9E31-751B-4AA3-B441-175E3C17E037}.Release|Any CPU.Build.0 = Release|Any CPU
{C5356646-EB46-452A-908A-271BCCB1BC04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5356646-EB46-452A-908A-271BCCB1BC04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5356646-EB46-452A-908A-271BCCB1BC04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5356646-EB46-452A-908A-271BCCB1BC04}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal