diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:21:57 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:21:57 -0700 |
commit | 13a294f044ef0a89b2dcbfbb5d4d4c792673348e (patch) | |
tree | d9b377b4d8c00633c3da4e96659bfba9b08287f2 /contrib/testzlib/testzlib.vcproj | |
parent | 7c2a874e50b871d04fbd19501f7b42cff55e5abc (diff) | |
download | zlib-1.2.0.1.tar.gz zlib-1.2.0.1.tar.bz2 zlib-1.2.0.1.zip |
zlib 1.2.0.1v1.2.0.1
Diffstat (limited to 'contrib/testzlib/testzlib.vcproj')
-rw-r--r-- | contrib/testzlib/testzlib.vcproj | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/contrib/testzlib/testzlib.vcproj b/contrib/testzlib/testzlib.vcproj new file mode 100644 index 0000000..8e4233a --- /dev/null +++ b/contrib/testzlib/testzlib.vcproj | |||
@@ -0,0 +1,124 @@ | |||
1 | <?xml version="1.0" encoding = "Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.00" | ||
5 | Name="testzlib" | ||
6 | ProjectGUID="{AA6666AA-E09F-4135-9C0C-4FE50C3C654B}" | ||
7 | Keyword="Win32Proj"> | ||
8 | <Platforms> | ||
9 | <Platform | ||
10 | Name="Win32"/> | ||
11 | </Platforms> | ||
12 | <Configurations> | ||
13 | <Configuration | ||
14 | Name="Debug|Win32" | ||
15 | OutputDirectory="Debug" | ||
16 | IntermediateDirectory="Debug" | ||
17 | ConfigurationType="1" | ||
18 | CharacterSet="2"> | ||
19 | <Tool | ||
20 | Name="VCCLCompilerTool" | ||
21 | Optimization="0" | ||
22 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | ||
23 | MinimalRebuild="TRUE" | ||
24 | BasicRuntimeChecks="3" | ||
25 | RuntimeLibrary="5" | ||
26 | UsePrecompiledHeader="0" | ||
27 | WarningLevel="3" | ||
28 | Detect64BitPortabilityProblems="TRUE" | ||
29 | DebugInformationFormat="4"/> | ||
30 | <Tool | ||
31 | Name="VCCustomBuildTool"/> | ||
32 | <Tool | ||
33 | Name="VCLinkerTool" | ||
34 | OutputFile="$(OutDir)/testzlib.exe" | ||
35 | LinkIncremental="2" | ||
36 | GenerateDebugInformation="TRUE" | ||
37 | ProgramDatabaseFile="$(OutDir)/testzlib.pdb" | ||
38 | SubSystem="1" | ||
39 | TargetMachine="1"/> | ||
40 | <Tool | ||
41 | Name="VCMIDLTool"/> | ||
42 | <Tool | ||
43 | Name="VCPostBuildEventTool"/> | ||
44 | <Tool | ||
45 | Name="VCPreBuildEventTool"/> | ||
46 | <Tool | ||
47 | Name="VCPreLinkEventTool"/> | ||
48 | <Tool | ||
49 | Name="VCResourceCompilerTool"/> | ||
50 | <Tool | ||
51 | Name="VCWebServiceProxyGeneratorTool"/> | ||
52 | <Tool | ||
53 | Name="VCWebDeploymentTool"/> | ||
54 | </Configuration> | ||
55 | <Configuration | ||
56 | Name="Release|Win32" | ||
57 | OutputDirectory="Release" | ||
58 | IntermediateDirectory="Release" | ||
59 | ConfigurationType="1" | ||
60 | CharacterSet="2"> | ||
61 | <Tool | ||
62 | Name="VCCLCompilerTool" | ||
63 | Optimization="2" | ||
64 | InlineFunctionExpansion="1" | ||
65 | OmitFramePointers="TRUE" | ||
66 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | ||
67 | StringPooling="TRUE" | ||
68 | RuntimeLibrary="4" | ||
69 | EnableFunctionLevelLinking="TRUE" | ||
70 | UsePrecompiledHeader="0" | ||
71 | WarningLevel="3" | ||
72 | Detect64BitPortabilityProblems="TRUE" | ||
73 | DebugInformationFormat="3"/> | ||
74 | <Tool | ||
75 | Name="VCCustomBuildTool"/> | ||
76 | <Tool | ||
77 | Name="VCLinkerTool" | ||
78 | OutputFile="$(OutDir)/testzlib.exe" | ||
79 | LinkIncremental="1" | ||
80 | GenerateDebugInformation="TRUE" | ||
81 | SubSystem="1" | ||
82 | OptimizeReferences="2" | ||
83 | EnableCOMDATFolding="2" | ||
84 | OptimizeForWindows98="1" | ||
85 | TargetMachine="1"/> | ||
86 | <Tool | ||
87 | Name="VCMIDLTool"/> | ||
88 | <Tool | ||
89 | Name="VCPostBuildEventTool"/> | ||
90 | <Tool | ||
91 | Name="VCPreBuildEventTool"/> | ||
92 | <Tool | ||
93 | Name="VCPreLinkEventTool"/> | ||
94 | <Tool | ||
95 | Name="VCResourceCompilerTool"/> | ||
96 | <Tool | ||
97 | Name="VCWebServiceProxyGeneratorTool"/> | ||
98 | <Tool | ||
99 | Name="VCWebDeploymentTool"/> | ||
100 | </Configuration> | ||
101 | </Configurations> | ||
102 | <Files> | ||
103 | <Filter | ||
104 | Name="Source Files" | ||
105 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | ||
106 | <File | ||
107 | RelativePath="testzlib.c"> | ||
108 | </File> | ||
109 | </Filter> | ||
110 | <Filter | ||
111 | Name="Header Files" | ||
112 | Filter="h;hpp;hxx;hm;inl;inc"> | ||
113 | </Filter> | ||
114 | <Filter | ||
115 | Name="Resource Files" | ||
116 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | ||
117 | </Filter> | ||
118 | <File | ||
119 | RelativePath="zlib.lib"> | ||
120 | </File> | ||
121 | </Files> | ||
122 | <Globals> | ||
123 | </Globals> | ||
124 | </VisualStudioProject> | ||