"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="mod_spnego"
6 ProjectGUID="{5CB17189-8278-4371-808B-1484FFE8997D}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="win32-debug"
16 IntermediateDirectory="win32-debug"
17 ConfigurationType="2"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="$(APACHE2DIR)\include,$(KRB5DIR)\inc\krb5,$(FBOPENSSLDIR)\include,$(OPENSSLDIR)\inc32"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_SPNEGO_EXPORTS"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE"
30 DebugInformationFormat="4"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 AdditionalDependencies="libapr.lib libhttpd.lib libaprutil.lib gssapi32.lib fbopenssl.lib libeay32.lib"
36 OutputFile="$(OutDir)/mod_spnego.so"
37 LinkIncremental="2"
38 AdditionalLibraryDirectories="$(APACHE2DIR)\lib,$(KRB5DIR)\lib\i386,$(FBOPENSSLDIR)\win32-debug,$(OPENSSLDIR)\out32.dbg"
39 GenerateDebugInformation="TRUE"
40 ProgramDatabaseFile="$(OutDir)/mod_spnego.pdb"
41 SubSystem="2"
42 ImportLibrary="$(OutDir)/mod_spnego.lib"
43 TargetMachine="1"/>
44 <Tool
45 Name="VCMIDLTool"/>
46 <Tool
47 Name="VCPostBuildEventTool"/>
48 <Tool
49 Name="VCPreBuildEventTool"/>
50 <Tool
51 Name="VCPreLinkEventTool"/>
52 <Tool
53 Name="VCResourceCompilerTool"/>
54 <Tool
55 Name="VCWebServiceProxyGeneratorTool"/>
56 <Tool
57 Name="VCWebDeploymentTool"/>
58 </Configuration>
59 <Configuration
60 Name="Release|Win32"
61 OutputDirectory="win32-release"
62 IntermediateDirectory="win32-release"
63 ConfigurationType="2"
64 CharacterSet="2">
65 <Tool
66 Name="VCCLCompilerTool"
67 Optimization="2"
68 InlineFunctionExpansion="1"
69 OmitFramePointers="TRUE"
70 AdditionalIncludeDirectories="$(APACHE2DIR)\include,$(KRB5DIR)\inc\krb5,$(FBOPENSSLDIR)\include,$(OPENSSLDIR)\inc32"
71 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_SPNEGO_EXPORTS"
72 StringPooling="TRUE"
73 RuntimeLibrary="2"
74 EnableFunctionLevelLinking="TRUE"
75 UsePrecompiledHeader="0"
76 WarningLevel="3"
77 Detect64BitPortabilityProblems="TRUE"
78 DebugInformationFormat="3"/>
79 <Tool
80 Name="VCCustomBuildTool"/>
81 <Tool
82 Name="VCLinkerTool"
83 AdditionalDependencies="libapr.lib libhttpd.lib libaprutil.lib gssapi32.lib fbopenssl.lib libeay32.lib"
84 OutputFile="$(OutDir)/mod_spnego.so"
85 LinkIncremental="1"
86 AdditionalLibraryDirectories="$(APACHE2DIR)\lib,$(KRB5DIR)\lib\i386,$(FBOPENSSLDIR)\win32-release,$(OPENSSLDIR)\out32"
87 GenerateDebugInformation="TRUE"
88 SubSystem="2"
89 OptimizeReferences="2"
90 EnableCOMDATFolding="2"
91 ImportLibrary="$(OutDir)/mod_spnego.lib"
92 TargetMachine="1"/>
93 <Tool
94 Name="VCMIDLTool"/>
95 <Tool
96 Name="VCPostBuildEventTool"/>
97 <Tool
98 Name="VCPreBuildEventTool"/>
99 <Tool
100 Name="VCPreLinkEventTool"/>
101 <Tool
102 Name="VCResourceCompilerTool"/>
103 <Tool
104 Name="VCWebServiceProxyGeneratorTool"/>
105 <Tool
106 Name="VCWebDeploymentTool"/>
107 </Configuration>
108 </Configurations>
109 <Files>
110 <Filter
111 Name="Source Files"
112 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
113 <File
114 RelativePath="main.c">
115 </File>
116 <File
117 RelativePath="mod_spnego.c">
118 </File>
119 </Filter>
120 <Filter
121 Name="Header Files"
122 Filter="h;hpp;hxx;hm;inl;inc">
123 </Filter>
124 <Filter
125 Name="Resource Files"
126 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
127 </Filter>
128 <File
129 RelativePath="readme.txt">
130 </File>
131 </Files>
132 <Globals>
133 </Globals>
134 </VisualStudioProject>