source: zzuf/trunk/msvc/zzuf.vcproj @ 1802

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