-
Notifications
You must be signed in to change notification settings - Fork 1
/
zfs-win.sln
29 lines (29 loc) · 1.46 KB
/
zfs-win.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zfs-win", "zfs-win\zfs-win.vcxproj", "{4A7767E8-F121-4CA9-9147-D3B29A0F831E}"
ProjectSection(ProjectDependencies) = postProject
{AC2E53F1-941E-4D1D-8E06-752AAA2C1088} = {AC2E53F1-941E-4D1D-8E06-752AAA2C1088}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib\zlib.vcxproj", "{AC2E53F1-941E-4D1D-8E06-752AAA2C1088}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A7767E8-F121-4CA9-9147-D3B29A0F831E}.Debug|Win32.ActiveCfg = Debug|Win32
{4A7767E8-F121-4CA9-9147-D3B29A0F831E}.Debug|Win32.Build.0 = Debug|Win32
{4A7767E8-F121-4CA9-9147-D3B29A0F831E}.Release|Win32.ActiveCfg = Release|Win32
{4A7767E8-F121-4CA9-9147-D3B29A0F831E}.Release|Win32.Build.0 = Release|Win32
{AC2E53F1-941E-4D1D-8E06-752AAA2C1088}.Debug|Win32.ActiveCfg = Debug|Win32
{AC2E53F1-941E-4D1D-8E06-752AAA2C1088}.Debug|Win32.Build.0 = Debug|Win32
{AC2E53F1-941E-4D1D-8E06-752AAA2C1088}.Release|Win32.ActiveCfg = Release|Win32
{AC2E53F1-941E-4D1D-8E06-752AAA2C1088}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal