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>{E658DCE5-E1E5-41C8-910B-1CC2D73C435C}</ProjectGuid>
|
---|
15 | <Keyword>ExtStoredProcProj</Keyword>
|
---|
16 | </PropertyGroup>
|
---|
17 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
18 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
19 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
---|
20 | <CharacterSet>MultiByte</CharacterSet>
|
---|
21 | </PropertyGroup>
|
---|
22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
23 | <ConfigurationType>DynamicLibrary</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;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
56 | <MinimalRebuild>true</MinimalRebuild>
|
---|
57 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
---|
58 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
---|
59 | <ObjectFileName>$(IntDir).libs/</ObjectFileName>
|
---|
60 | <WarningLevel>Level3</WarningLevel>
|
---|
61 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
---|
62 | <CompileAs>CompileAsC</CompileAs>
|
---|
63 | </ClCompile>
|
---|
64 | <Link>
|
---|
65 | <AdditionalDependencies>imagehlp.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
66 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
67 | <SubSystem>Windows</SubSystem>
|
---|
68 | <TargetMachine>MachineX86</TargetMachine>
|
---|
69 | </Link>
|
---|
70 | <Midl>
|
---|
71 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
72 | <MkTypLibCompatible>false</MkTypLibCompatible>
|
---|
73 | </Midl>
|
---|
74 | <ResourceCompile>
|
---|
75 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
76 | <Culture>0x0409</Culture>
|
---|
77 | </ResourceCompile>
|
---|
78 | </ItemDefinitionGroup>
|
---|
79 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
80 | <ClCompile>
|
---|
81 | <AdditionalIncludeDirectories>..\msvc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
82 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
83 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
---|
84 | <ObjectFileName>$(IntDir).libs/</ObjectFileName>
|
---|
85 | <WarningLevel>Level3</WarningLevel>
|
---|
86 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
---|
87 | <CompileAs>CompileAsC</CompileAs>
|
---|
88 | </ClCompile>
|
---|
89 | <Link>
|
---|
90 | <AdditionalDependencies>imagehlp.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
91 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
92 | <SubSystem>Windows</SubSystem>
|
---|
93 | <OptimizeReferences>true</OptimizeReferences>
|
---|
94 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
95 | <TargetMachine>MachineX86</TargetMachine>
|
---|
96 | </Link>
|
---|
97 | <Midl>
|
---|
98 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
99 | <MkTypLibCompatible>false</MkTypLibCompatible>
|
---|
100 | </Midl>
|
---|
101 | <ResourceCompile>
|
---|
102 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
103 | <Culture>0x0409</Culture>
|
---|
104 | </ResourceCompile>
|
---|
105 | </ItemDefinitionGroup>
|
---|
106 | <ItemGroup>
|
---|
107 | <ClCompile Include="..\src\debug.c" />
|
---|
108 | <ClCompile Include="..\src\fd.c" />
|
---|
109 | <ClCompile Include="..\src\fuzz.c" />
|
---|
110 | <ClCompile Include="..\src\lib-fd.c" />
|
---|
111 | <ClCompile Include="..\src\lib-mem.c" />
|
---|
112 | <ClCompile Include="..\src\lib-signal.c" />
|
---|
113 | <ClCompile Include="..\src\lib-stream.c" />
|
---|
114 | <ClCompile Include="..\src\libzzuf.c" />
|
---|
115 | <ClCompile Include="..\src\network.c" />
|
---|
116 | <ClCompile Include="..\src\random.c" />
|
---|
117 | <ClCompile Include="..\src\ranges.c" />
|
---|
118 | <ClCompile Include="..\src\sys.c" />
|
---|
119 | </ItemGroup>
|
---|
120 | <ItemGroup>
|
---|
121 | <ClInclude Include="config.h" />
|
---|
122 | <ClInclude Include="..\src\debug.h" />
|
---|
123 | <ClInclude Include="..\src\fd.h" />
|
---|
124 | <ClInclude Include="..\src\fuzz.h" />
|
---|
125 | <ClInclude Include="..\src\lib-load.h" />
|
---|
126 | <ClInclude Include="..\src\libzzuf.h" />
|
---|
127 | <ClInclude Include="..\src\network.h" />
|
---|
128 | <ClInclude Include="..\src\random.h" />
|
---|
129 | <ClInclude Include="..\src\ranges.h" />
|
---|
130 | <ClInclude Include="..\src\sys.h" />
|
---|
131 | </ItemGroup>
|
---|
132 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
133 | <ImportGroup Label="ExtensionTargets">
|
---|
134 | </ImportGroup>
|
---|
135 | </Project> |
---|