diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-22 17:38:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-22 17:38:37 -0700 |
commit | dd5d0940e93f2196a7791b1bf052d68309a7d45f (patch) | |
tree | 50aed37bc694f65d2060e2bab0fdd89a2b3cebdf /contrib/vstudio/vc11/zlibvc.sln | |
parent | a2d71e8e66530c325bfce936f3805ccff5831b62 (diff) | |
download | zlib-dd5d0940e93f2196a7791b1bf052d68309a7d45f.tar.gz zlib-dd5d0940e93f2196a7791b1bf052d68309a7d45f.tar.bz2 zlib-dd5d0940e93f2196a7791b1bf052d68309a7d45f.zip |
Add vc11 and vc12 build files to contrib/vstudio.
Diffstat (limited to 'contrib/vstudio/vc11/zlibvc.sln')
-rw-r--r-- | contrib/vstudio/vc11/zlibvc.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/vstudio/vc11/zlibvc.sln b/contrib/vstudio/vc11/zlibvc.sln new file mode 100644 index 0000000..c18f213 --- /dev/null +++ b/contrib/vstudio/vc11/zlibvc.sln | |||
@@ -0,0 +1,26 @@ | |||
1 | | ||
2 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||
3 | # Visual Studio 2010 | ||
4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlibvc", "zlibvc.vcxproj", "{8FD826F8-3739-44E6-8CC8-997122E53B8D}" | ||
5 | EndProject | ||
6 | Global | ||
7 | GlobalSection(TeamFoundationVersionControl) = preSolution | ||
8 | SccNumberOfProjects = 1 | ||
9 | SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} | ||
10 | SccTeamFoundationServer = http://iltfsapp01:8080/tfs/mediamind | ||
11 | SccLocalPath0 = . | ||
12 | EndGlobalSection | ||
13 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
14 | Debug|x64 = Debug|x64 | ||
15 | Release|x64 = Release|x64 | ||
16 | EndGlobalSection | ||
17 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
18 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.ActiveCfg = Debug|x64 | ||
19 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Debug|x64.Build.0 = Debug|x64 | ||
20 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.ActiveCfg = Release|x64 | ||
21 | {8FD826F8-3739-44E6-8CC8-997122E53B8D}.Release|x64.Build.0 = Release|x64 | ||
22 | EndGlobalSection | ||
23 | GlobalSection(SolutionProperties) = preSolution | ||
24 | HideSolutionNode = FALSE | ||
25 | EndGlobalSection | ||
26 | EndGlobal | ||