[3933] | 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|Win32">
|
---|
| 5 | <Configuration>Debug</Configuration>
|
---|
| 6 | <Platform>Win32</Platform>
|
---|
| 7 | </ProjectConfiguration>
|
---|
| 8 | <ProjectConfiguration Include="Release|Win32">
|
---|
| 9 | <Configuration>Release</Configuration>
|
---|
| 10 | <Platform>Win32</Platform>
|
---|
| 11 | </ProjectConfiguration>
|
---|
| 12 | </ItemGroup>
|
---|
| 13 | <PropertyGroup Label="Globals">
|
---|
| 14 | <ProjectGuid>{2E5723ED-A886-45A9-AAAC-3D02F2EFC358}</ProjectGuid>
|
---|
| 15 | <Keyword>Win32Proj</Keyword>
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
| 18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
| 19 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 20 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 21 | </PropertyGroup>
|
---|
| 22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
| 23 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 24 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
| 27 | <ImportGroup Label="ExtensionSettings">
|
---|
| 28 | </ImportGroup>
|
---|
| 29 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
---|
| 30 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
---|
| 31 | </ImportGroup>
|
---|
| 32 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
---|
| 33 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
---|
| 34 | </ImportGroup>
|
---|
| 35 | <PropertyGroup Label="UserMacros" />
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion>
|
---|
| 38 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir>
|
---|
| 39 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir>
|
---|
| 40 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
---|
| 41 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir>
|
---|
| 42 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir>
|
---|
| 43 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
---|
| 44 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 45 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
---|
| 46 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
---|
| 47 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 48 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
---|
| 49 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
---|
| 50 | </PropertyGroup>
|
---|
| 51 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 52 | <ClCompile>
|
---|
| 53 | <Optimization>Disabled</Optimization>
|
---|
| 54 | <AdditionalIncludeDirectories>..\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
| 55 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 56 | <MinimalRebuild>true</MinimalRebuild>
|
---|
| 57 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
---|
| 58 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
---|
| 59 | <PrecompiledHeader>
|
---|
| 60 | </PrecompiledHeader>
|
---|
| 61 | <WarningLevel>Level3</WarningLevel>
|
---|
| 62 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
---|
[3971] | 63 | <CompileAs>CompileAsC</CompileAs>
|
---|
[3933] | 64 | </ClCompile>
|
---|
| 65 | <Link>
|
---|
| 66 | <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
| 67 | <OutputFile>$(OutDir)zzuf.exe</OutputFile>
|
---|
| 68 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
| 69 | <ProgramDatabaseFile>$(OutDir)zzuf.pdb</ProgramDatabaseFile>
|
---|
| 70 | <SubSystem>Console</SubSystem>
|
---|
| 71 | <TargetMachine>MachineX86</TargetMachine>
|
---|
| 72 | </Link>
|
---|
| 73 | </ItemDefinitionGroup>
|
---|
| 74 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 75 | <ClCompile>
|
---|
| 76 | <AdditionalIncludeDirectories>..\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
| 77 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
| 78 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
---|
| 79 | <PrecompiledHeader>
|
---|
| 80 | </PrecompiledHeader>
|
---|
| 81 | <WarningLevel>Level3</WarningLevel>
|
---|
| 82 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
---|
[3971] | 83 | <CompileAs>CompileAsC</CompileAs>
|
---|
[3933] | 84 | </ClCompile>
|
---|
| 85 | <Link>
|
---|
| 86 | <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
| 87 | <OutputFile>$(OutDir)zzuf.exe</OutputFile>
|
---|
| 88 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
| 89 | <SubSystem>Console</SubSystem>
|
---|
| 90 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 91 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 92 | <TargetMachine>MachineX86</TargetMachine>
|
---|
| 93 | </Link>
|
---|
| 94 | </ItemDefinitionGroup>
|
---|
| 95 | <ItemGroup>
|
---|
| 96 | <ClCompile Include="..\src\fd.c" />
|
---|
| 97 | <ClCompile Include="..\src\fuzz.c" />
|
---|
| 98 | <ClCompile Include="..\src\md5.c" />
|
---|
| 99 | <ClCompile Include="..\src\mygetopt.c" />
|
---|
| 100 | <ClCompile Include="..\src\opts.c" />
|
---|
| 101 | <ClCompile Include="..\src\random.c" />
|
---|
| 102 | <ClCompile Include="..\src\ranges.c" />
|
---|
| 103 | <ClCompile Include="..\src\timer.c" />
|
---|
| 104 | <ClCompile Include="..\src\zzuf.c">
|
---|
| 105 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(FileName)1.obj</ObjectFileName>
|
---|
| 106 | <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(FileName)1.obj</ObjectFileName>
|
---|
| 107 | </ClCompile>
|
---|
| 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
| 110 | <ClInclude Include="config.h" />
|
---|
| 111 | <ClInclude Include="..\src\fd.h" />
|
---|
| 112 | <ClInclude Include="..\src\fuzz.h" />
|
---|
| 113 | <ClInclude Include="..\src\md5.h" />
|
---|
| 114 | <ClInclude Include="..\src\mygetopt.h" />
|
---|
| 115 | <ClInclude Include="..\src\opts.h" />
|
---|
| 116 | <ClInclude Include="..\src\random.h" />
|
---|
| 117 | <ClInclude Include="..\src\ranges.h" />
|
---|
| 118 | <ClInclude Include="..\src\timer.h" />
|
---|
| 119 | </ItemGroup>
|
---|
| 120 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
| 121 | <ImportGroup Label="ExtensionTargets">
|
---|
| 122 | </ImportGroup>
|
---|
[3971] | 123 | </Project> |
---|