source: zzuf/trunk/msvc/libzzuf.vcproj @ 1729

Last change on this file since 1729 was 1729, checked in by Sam Hocevar, 16 years ago
  • Added an MSVC project.
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="libzzuf"
6        ProjectGUID="{E658DCE5-E1E5-41C8-910B-1CC2D73C435C}"
7        Keyword="ExtStoredProcProj">
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="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\msvc"
23                                PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                ObjectFile="$(IntDir)/.libs/"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="opends60.lib imagehlp.lib"
36                                LinkIncremental="2"
37                                GenerateDebugInformation="TRUE"
38                                SubSystem="2"
39                                TargetMachine="1"/>
40                        <Tool
41                                Name="VCMIDLTool"
42                                PreprocessorDefinitions="_DEBUG"
43                                MkTypLibCompatible="FALSE"/>
44                        <Tool
45                                Name="VCPostBuildEventTool"/>
46                        <Tool
47                                Name="VCPreBuildEventTool"/>
48                        <Tool
49                                Name="VCPreLinkEventTool"/>
50                        <Tool
51                                Name="VCResourceCompilerTool"
52                                PreprocessorDefinitions="_DEBUG"
53                                Culture="1033"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                        <Tool
57                                Name="VCXMLDataGeneratorTool"/>
58                        <Tool
59                                Name="VCWebDeploymentTool"/>
60                        <Tool
61                                Name="VCManagedWrapperGeneratorTool"/>
62                        <Tool
63                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64                </Configuration>
65                <Configuration
66                        Name="Release|Win32"
67                        OutputDirectory="Release"
68                        IntermediateDirectory="Release"
69                        ConfigurationType="2"
70                        CharacterSet="2">
71                        <Tool
72                                Name="VCCLCompilerTool"
73                                AdditionalIncludeDirectories="..\msvc"
74                                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
75                                RuntimeLibrary="2"
76                                ObjectFile="$(IntDir)/.libs/"
77                                WarningLevel="3"
78                                Detect64BitPortabilityProblems="TRUE"
79                                DebugInformationFormat="3"/>
80                        <Tool
81                                Name="VCCustomBuildTool"/>
82                        <Tool
83                                Name="VCLinkerTool"
84                                AdditionalDependencies="opends60.lib imagehlp.lib"
85                                LinkIncremental="1"
86                                GenerateDebugInformation="TRUE"
87                                SubSystem="2"
88                                OptimizeReferences="2"
89                                EnableCOMDATFolding="2"
90                                TargetMachine="1"/>
91                        <Tool
92                                Name="VCMIDLTool"
93                                PreprocessorDefinitions="NDEBUG"
94                                MkTypLibCompatible="FALSE"/>
95                        <Tool
96                                Name="VCPostBuildEventTool"/>
97                        <Tool
98                                Name="VCPreBuildEventTool"/>
99                        <Tool
100                                Name="VCPreLinkEventTool"/>
101                        <Tool
102                                Name="VCResourceCompilerTool"
103                                PreprocessorDefinitions="NDEBUG"
104                                Culture="1033"/>
105                        <Tool
106                                Name="VCWebServiceProxyGeneratorTool"/>
107                        <Tool
108                                Name="VCXMLDataGeneratorTool"/>
109                        <Tool
110                                Name="VCWebDeploymentTool"/>
111                        <Tool
112                                Name="VCManagedWrapperGeneratorTool"/>
113                        <Tool
114                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
115                </Configuration>
116        </Configurations>
117        <References>
118        </References>
119        <Files>
120                <Filter
121                        Name="Source Files"
122                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
123                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
124                        <File
125                                RelativePath="..\src\debug.c">
126                        </File>
127                        <File
128                                RelativePath="..\src\fd.c">
129                        </File>
130                        <File
131                                RelativePath="..\src\fuzz.c">
132                        </File>
133                        <File
134                                RelativePath="..\src\lib-fd.c">
135                        </File>
136                        <File
137                                RelativePath="..\src\lib-mem.c">
138                        </File>
139                        <File
140                                RelativePath="..\src\lib-signal.c">
141                        </File>
142                        <File
143                                RelativePath="..\src\lib-stream.c">
144                        </File>
145                        <File
146                                RelativePath="..\src\libzzuf.c">
147                        </File>
148                        <File
149                                RelativePath="..\src\random.c">
150                        </File>
151                        <File
152                                RelativePath="..\src\sys.c">
153                        </File>
154                </Filter>
155                <Filter
156                        Name="Header Files"
157                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
158                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
159                        <File
160                                RelativePath=".\config.h">
161                        </File>
162                        <File
163                                RelativePath="..\src\debug.h">
164                        </File>
165                        <File
166                                RelativePath="..\src\fd.h">
167                        </File>
168                        <File
169                                RelativePath="..\src\fuzz.h">
170                        </File>
171                        <File
172                                RelativePath="..\src\lib-load.h">
173                        </File>
174                        <File
175                                RelativePath="..\src\libzzuf.h">
176                        </File>
177                        <File
178                                RelativePath="..\src\random.h">
179                        </File>
180                        <File
181                                RelativePath="..\src\sys.h">
182                        </File>
183                </Filter>
184        </Files>
185        <Globals>
186        </Globals>
187</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.