diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/vstudio/vc11/zlibvc.vcxproj | 204 | ||||
-rw-r--r-- | contrib/vstudio/vc11/zlibvc.vcxproj.filters | 118 |
2 files changed, 322 insertions, 0 deletions
diff --git a/contrib/vstudio/vc11/zlibvc.vcxproj b/contrib/vstudio/vc11/zlibvc.vcxproj new file mode 100644 index 0000000..dfaccf5 --- /dev/null +++ b/contrib/vstudio/vc11/zlibvc.vcxproj | |||
@@ -0,0 +1,204 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup Label="ProjectConfigurations"> | ||
4 | <ProjectConfiguration Include="Debug|x64"> | ||
5 | <Configuration>Debug</Configuration> | ||
6 | <Platform>x64</Platform> | ||
7 | </ProjectConfiguration> | ||
8 | <ProjectConfiguration Include="Release|x64"> | ||
9 | <Configuration>Release</Configuration> | ||
10 | <Platform>x64</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | </ItemGroup> | ||
13 | <PropertyGroup Label="Globals"> | ||
14 | <ProjectGuid>{8FD826F8-3739-44E6-8CC8-997122E53B8D}</ProjectGuid> | ||
15 | </PropertyGroup> | ||
16 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
17 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
18 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
19 | <UseOfMfc>false</UseOfMfc> | ||
20 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
21 | <PlatformToolset>v110</PlatformToolset> | ||
22 | </PropertyGroup> | ||
23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
24 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
25 | <UseOfMfc>false</UseOfMfc> | ||
26 | <PlatformToolset>v110</PlatformToolset> | ||
27 | </PropertyGroup> | ||
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
29 | <ImportGroup Label="ExtensionSettings"> | ||
30 | </ImportGroup> | ||
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
32 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
33 | </ImportGroup> | ||
34 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
35 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
36 | </ImportGroup> | ||
37 | <PropertyGroup Label="UserMacros" /> | ||
38 | <PropertyGroup> | ||
39 | <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion> | ||
40 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
41 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
42 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | ||
43 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | ||
44 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\</OutDir> | ||
45 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">x64\ZlibDll$(Configuration)\Tmp\</IntDir> | ||
46 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | ||
47 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | ||
48 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
49 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
50 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
51 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | ||
52 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
53 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
54 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">zlibwapi</TargetName> | ||
55 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">zlibwapi</TargetName> | ||
56 | </PropertyGroup> | ||
57 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
58 | <Midl> | ||
59 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
60 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
61 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
62 | <TargetEnvironment>X64</TargetEnvironment> | ||
63 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
64 | </Midl> | ||
65 | <ClCompile> | ||
66 | <Optimization>Disabled</Optimization> | ||
67 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
68 | <PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
69 | <ExceptionHandling> | ||
70 | </ExceptionHandling> | ||
71 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
72 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
73 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
74 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
75 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
76 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
77 | <BrowseInformation> | ||
78 | </BrowseInformation> | ||
79 | <WarningLevel>Level3</WarningLevel> | ||
80 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
81 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
82 | </ClCompile> | ||
83 | <ResourceCompile> | ||
84 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
85 | <Culture>0x040c</Culture> | ||
86 | </ResourceCompile> | ||
87 | <Link> | ||
88 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
89 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
90 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
91 | <ModuleDefinitionFile>.\zlibvc11.def</ModuleDefinitionFile> | ||
92 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
93 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
94 | <GenerateMapFile>true</GenerateMapFile> | ||
95 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
96 | <SubSystem>Windows</SubSystem> | ||
97 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
98 | <TargetMachine>MachineX64</TargetMachine> | ||
99 | </Link> | ||
100 | <PreBuildEvent> | ||
101 | <Command>cd ..\..\masmx64 | ||
102 | bld_ml64.bat</Command> | ||
103 | </PreBuildEvent> | ||
104 | </ItemDefinitionGroup> | ||
105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
106 | <Midl> | ||
107 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
108 | <MkTypLibCompatible>true</MkTypLibCompatible> | ||
109 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
110 | <TargetEnvironment>X64</TargetEnvironment> | ||
111 | <TypeLibraryName>$(OutDir)zlibvc.tlb</TypeLibraryName> | ||
112 | </Midl> | ||
113 | <ClCompile> | ||
114 | <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | ||
115 | <AdditionalIncludeDirectories>..\..\..;..\..\masmx86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
116 | <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;ZLIB_WINAPI;ASMV;ASMINF;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
117 | <StringPooling>true</StringPooling> | ||
118 | <ExceptionHandling> | ||
119 | </ExceptionHandling> | ||
120 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
121 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
122 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
123 | <PrecompiledHeaderOutputFile>$(IntDir)zlibvc.pch</PrecompiledHeaderOutputFile> | ||
124 | <AssemblerOutput>All</AssemblerOutput> | ||
125 | <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> | ||
126 | <ObjectFileName>$(IntDir)</ObjectFileName> | ||
127 | <ProgramDataBaseFileName>$(OutDir)</ProgramDataBaseFileName> | ||
128 | <BrowseInformation> | ||
129 | </BrowseInformation> | ||
130 | <WarningLevel>Level3</WarningLevel> | ||
131 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
132 | </ClCompile> | ||
133 | <ResourceCompile> | ||
134 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
135 | <Culture>0x040c</Culture> | ||
136 | </ResourceCompile> | ||
137 | <Link> | ||
138 | <AdditionalDependencies>..\..\masmx64\gvmat64.obj;..\..\masmx64\inffasx64.obj;%(AdditionalDependencies)</AdditionalDependencies> | ||
139 | <OutputFile>$(OutDir)zlibwapi.dll</OutputFile> | ||
140 | <SuppressStartupBanner>true</SuppressStartupBanner> | ||
141 | <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> | ||
142 | <ModuleDefinitionFile>.\zlibvc11.def</ModuleDefinitionFile> | ||
143 | <ProgramDatabaseFile>$(OutDir)zlibwapi.pdb</ProgramDatabaseFile> | ||
144 | <GenerateMapFile>true</GenerateMapFile> | ||
145 | <MapFileName>$(OutDir)zlibwapi.map</MapFileName> | ||
146 | <SubSystem>Windows</SubSystem> | ||
147 | <ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | ||
148 | <TargetMachine>MachineX64</TargetMachine> | ||
149 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
150 | </Link> | ||
151 | <PreBuildEvent> | ||
152 | <Command>cd ..\..\masmx64 | ||
153 | bld_ml64.bat</Command> | ||
154 | </PreBuildEvent> | ||
155 | </ItemDefinitionGroup> | ||
156 | <ItemGroup> | ||
157 | <ClCompile Include="..\..\..\adler32.c" /> | ||
158 | <ClCompile Include="..\..\..\compress.c" /> | ||
159 | <ClCompile Include="..\..\..\crc32.c" /> | ||
160 | <ClCompile Include="..\..\..\deflate.c" /> | ||
161 | <ClCompile Include="..\..\..\gzclose.c" /> | ||
162 | <ClCompile Include="..\..\..\gzlib.c" /> | ||
163 | <ClCompile Include="..\..\..\gzread.c" /> | ||
164 | <ClCompile Include="..\..\..\gzwrite.c" /> | ||
165 | <ClCompile Include="..\..\..\infback.c" /> | ||
166 | <ClCompile Include="..\..\masmx64\inffas8664.c" /> | ||
167 | <ClCompile Include="..\..\..\inffast.c" /> | ||
168 | <ClCompile Include="..\..\..\inflate.c" /> | ||
169 | <ClCompile Include="..\..\..\inftrees.c" /> | ||
170 | <ClCompile Include="..\..\minizip\ioapi.c" /> | ||
171 | <ClCompile Include="..\..\minizip\iowin32.c" /> | ||
172 | <ClCompile Include="..\..\..\trees.c" /> | ||
173 | <ClCompile Include="..\..\..\uncompr.c" /> | ||
174 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
175 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
176 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
177 | </ClCompile> | ||
178 | <ClCompile Include="..\..\minizip\zip.c"> | ||
179 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
180 | <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ZLIB_INTERNAL;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
181 | </ClCompile> | ||
182 | <ClCompile Include="..\..\..\zutil.c" /> | ||
183 | </ItemGroup> | ||
184 | <ItemGroup> | ||
185 | <ResourceCompile Include="zlib.rc" /> | ||
186 | </ItemGroup> | ||
187 | <ItemGroup> | ||
188 | <None Include="zlibvc.def" /> | ||
189 | </ItemGroup> | ||
190 | <ItemGroup> | ||
191 | <ClInclude Include="..\..\..\deflate.h" /> | ||
192 | <ClInclude Include="..\..\..\infblock.h" /> | ||
193 | <ClInclude Include="..\..\..\infcodes.h" /> | ||
194 | <ClInclude Include="..\..\..\inffast.h" /> | ||
195 | <ClInclude Include="..\..\..\inftrees.h" /> | ||
196 | <ClInclude Include="..\..\..\infutil.h" /> | ||
197 | <ClInclude Include="..\..\..\zconf.h" /> | ||
198 | <ClInclude Include="..\..\..\zlib.h" /> | ||
199 | <ClInclude Include="..\..\..\zutil.h" /> | ||
200 | </ItemGroup> | ||
201 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
202 | <ImportGroup Label="ExtensionTargets"> | ||
203 | </ImportGroup> | ||
204 | </Project> \ No newline at end of file | ||
diff --git a/contrib/vstudio/vc11/zlibvc.vcxproj.filters b/contrib/vstudio/vc11/zlibvc.vcxproj.filters new file mode 100644 index 0000000..180b71c --- /dev/null +++ b/contrib/vstudio/vc11/zlibvc.vcxproj.filters | |||
@@ -0,0 +1,118 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ItemGroup> | ||
4 | <Filter Include="Source Files"> | ||
5 | <UniqueIdentifier>{07934a85-8b61-443d-a0ee-b2eedb74f3cd}</UniqueIdentifier> | ||
6 | <Extensions>cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90</Extensions> | ||
7 | </Filter> | ||
8 | <Filter Include="Header Files"> | ||
9 | <UniqueIdentifier>{1d99675b-433d-4a21-9e50-ed4ab8b19762}</UniqueIdentifier> | ||
10 | <Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions> | ||
11 | </Filter> | ||
12 | <Filter Include="Resource Files"> | ||
13 | <UniqueIdentifier>{431c0958-fa71-44d0-9084-2d19d100c0cc}</UniqueIdentifier> | ||
14 | <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions> | ||
15 | </Filter> | ||
16 | </ItemGroup> | ||
17 | <ItemGroup> | ||
18 | <ClCompile Include="..\..\..\adler32.c"> | ||
19 | <Filter>Source Files</Filter> | ||
20 | </ClCompile> | ||
21 | <ClCompile Include="..\..\..\compress.c"> | ||
22 | <Filter>Source Files</Filter> | ||
23 | </ClCompile> | ||
24 | <ClCompile Include="..\..\..\crc32.c"> | ||
25 | <Filter>Source Files</Filter> | ||
26 | </ClCompile> | ||
27 | <ClCompile Include="..\..\..\deflate.c"> | ||
28 | <Filter>Source Files</Filter> | ||
29 | </ClCompile> | ||
30 | <ClCompile Include="..\..\..\gzclose.c"> | ||
31 | <Filter>Source Files</Filter> | ||
32 | </ClCompile> | ||
33 | <ClCompile Include="..\..\..\gzlib.c"> | ||
34 | <Filter>Source Files</Filter> | ||
35 | </ClCompile> | ||
36 | <ClCompile Include="..\..\..\gzread.c"> | ||
37 | <Filter>Source Files</Filter> | ||
38 | </ClCompile> | ||
39 | <ClCompile Include="..\..\..\gzwrite.c"> | ||
40 | <Filter>Source Files</Filter> | ||
41 | </ClCompile> | ||
42 | <ClCompile Include="..\..\..\infback.c"> | ||
43 | <Filter>Source Files</Filter> | ||
44 | </ClCompile> | ||
45 | <ClCompile Include="..\..\masmx64\inffas8664.c"> | ||
46 | <Filter>Source Files</Filter> | ||
47 | </ClCompile> | ||
48 | <ClCompile Include="..\..\..\inffast.c"> | ||
49 | <Filter>Source Files</Filter> | ||
50 | </ClCompile> | ||
51 | <ClCompile Include="..\..\..\inflate.c"> | ||
52 | <Filter>Source Files</Filter> | ||
53 | </ClCompile> | ||
54 | <ClCompile Include="..\..\..\inftrees.c"> | ||
55 | <Filter>Source Files</Filter> | ||
56 | </ClCompile> | ||
57 | <ClCompile Include="..\..\minizip\ioapi.c"> | ||
58 | <Filter>Source Files</Filter> | ||
59 | </ClCompile> | ||
60 | <ClCompile Include="..\..\minizip\iowin32.c"> | ||
61 | <Filter>Source Files</Filter> | ||
62 | </ClCompile> | ||
63 | <ClCompile Include="..\..\..\trees.c"> | ||
64 | <Filter>Source Files</Filter> | ||
65 | </ClCompile> | ||
66 | <ClCompile Include="..\..\..\uncompr.c"> | ||
67 | <Filter>Source Files</Filter> | ||
68 | </ClCompile> | ||
69 | <ClCompile Include="..\..\minizip\unzip.c"> | ||
70 | <Filter>Source Files</Filter> | ||
71 | </ClCompile> | ||
72 | <ClCompile Include="..\..\minizip\zip.c"> | ||
73 | <Filter>Source Files</Filter> | ||
74 | </ClCompile> | ||
75 | <ClCompile Include="..\..\..\zutil.c"> | ||
76 | <Filter>Source Files</Filter> | ||
77 | </ClCompile> | ||
78 | </ItemGroup> | ||
79 | <ItemGroup> | ||
80 | <ResourceCompile Include="zlib.rc"> | ||
81 | <Filter>Source Files</Filter> | ||
82 | </ResourceCompile> | ||
83 | </ItemGroup> | ||
84 | <ItemGroup> | ||
85 | <None Include="zlibvc.def"> | ||
86 | <Filter>Source Files</Filter> | ||
87 | </None> | ||
88 | </ItemGroup> | ||
89 | <ItemGroup> | ||
90 | <ClInclude Include="..\..\..\deflate.h"> | ||
91 | <Filter>Header Files</Filter> | ||
92 | </ClInclude> | ||
93 | <ClInclude Include="..\..\..\infblock.h"> | ||
94 | <Filter>Header Files</Filter> | ||
95 | </ClInclude> | ||
96 | <ClInclude Include="..\..\..\infcodes.h"> | ||
97 | <Filter>Header Files</Filter> | ||
98 | </ClInclude> | ||
99 | <ClInclude Include="..\..\..\inffast.h"> | ||
100 | <Filter>Header Files</Filter> | ||
101 | </ClInclude> | ||
102 | <ClInclude Include="..\..\..\inftrees.h"> | ||
103 | <Filter>Header Files</Filter> | ||
104 | </ClInclude> | ||
105 | <ClInclude Include="..\..\..\infutil.h"> | ||
106 | <Filter>Header Files</Filter> | ||
107 | </ClInclude> | ||
108 | <ClInclude Include="..\..\..\zconf.h"> | ||
109 | <Filter>Header Files</Filter> | ||
110 | </ClInclude> | ||
111 | <ClInclude Include="..\..\..\zlib.h"> | ||
112 | <Filter>Header Files</Filter> | ||
113 | </ClInclude> | ||
114 | <ClInclude Include="..\..\..\zutil.h"> | ||
115 | <Filter>Header Files</Filter> | ||
116 | </ClInclude> | ||
117 | </ItemGroup> | ||
118 | </Project> \ No newline at end of file | ||