Annotation of embedaddon/libnet/sample/win32/udp1/dns.vcproj, revision 1.1.1.1
1.1 misho 1: <?xml version="1.0" encoding = "Windows-1252"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
4: Version="7.00"
5: Name="dns"
6: ProjectGUID="{482A29C5-AAD2-478A-AE7B-089BE39F25B4}"
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="..\..\..\include; ..\..\..\..\winpcap\wpcap\libpcap\Win32\Include"
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: OutputFile="$(OutDir)/udp1.exe"
36: LinkIncremental="2"
37: GenerateDebugInformation="TRUE"
38: ProgramDatabaseFile="$(OutDir)/upd1.pdb"
39: SubSystem="1"
40: TargetMachine="1"/>
41: <Tool
42: Name="VCMIDLTool"/>
43: <Tool
44: Name="VCPostBuildEventTool"/>
45: <Tool
46: Name="VCPreBuildEventTool"/>
47: <Tool
48: Name="VCPreLinkEventTool"/>
49: <Tool
50: Name="VCResourceCompilerTool"/>
51: <Tool
52: Name="VCWebServiceProxyGeneratorTool"/>
53: <Tool
54: Name="VCWebDeploymentTool"/>
55: </Configuration>
56: <Configuration
57: Name="Release|Win32"
58: OutputDirectory="Release"
59: IntermediateDirectory="Release"
60: ConfigurationType="1"
61: CharacterSet="2">
62: <Tool
63: Name="VCCLCompilerTool"
64: Optimization="2"
65: InlineFunctionExpansion="1"
66: OmitFramePointers="TRUE"
67: AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\winpcap\wpcap\libpcap\Win32\Include"
68: PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
69: StringPooling="TRUE"
70: RuntimeLibrary="4"
71: EnableFunctionLevelLinking="TRUE"
72: UsePrecompiledHeader="0"
73: WarningLevel="3"
74: Detect64BitPortabilityProblems="TRUE"
75: DebugInformationFormat="3"/>
76: <Tool
77: Name="VCCustomBuildTool"/>
78: <Tool
79: Name="VCLinkerTool"
80: OutputFile="$(OutDir)/dns.exe"
81: LinkIncremental="1"
82: GenerateDebugInformation="TRUE"
83: SubSystem="1"
84: OptimizeReferences="2"
85: EnableCOMDATFolding="2"
86: TargetMachine="1"/>
87: <Tool
88: Name="VCMIDLTool"/>
89: <Tool
90: Name="VCPostBuildEventTool"/>
91: <Tool
92: Name="VCPreBuildEventTool"/>
93: <Tool
94: Name="VCPreLinkEventTool"/>
95: <Tool
96: Name="VCResourceCompilerTool"/>
97: <Tool
98: Name="VCWebServiceProxyGeneratorTool"/>
99: <Tool
100: Name="VCWebDeploymentTool"/>
101: </Configuration>
102: </Configurations>
103: <Files>
104: <Filter
105: Name="Source Files"
106: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
107: <File
108: RelativePath="..\..\dns.c">
109: </File>
110: <File
111: RelativePath="..\getopt.c">
112: </File>
113: </Filter>
114: <Filter
115: Name="Header Files"
116: Filter="h;hpp;hxx;hm;inl;inc">
117: </Filter>
118: <Filter
119: Name="Resource Files"
120: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
121: </Filter>
122: </Files>
123: <Globals>
124: </Globals>
125: </VisualStudioProject>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>