Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / nsapi_shib / nsapi_shib.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="nsapi_shib"
6         ProjectGUID="{1396D80A-8672-4224-9B02-95F3F4207CDB}"
7         >
8         <Platforms>
9                 <Platform
10                         Name="Win32"
11                 />
12         </Platforms>
13         <ToolFiles>
14         </ToolFiles>
15         <Configurations>
16                 <Configuration
17                         Name="Release|Win32"
18                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
19                         IntermediateDirectory="$(ConfigurationName)"
20                         ConfigurationType="2"
21                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
22                         UseOfMFC="0"
23                         ATLMinimizesCRunTimeLibraryUsage="false"
24                         CharacterSet="2"
25                         >
26                         <Tool
27                                 Name="VCPreBuildEventTool"
28                         />
29                         <Tool
30                                 Name="VCCustomBuildTool"
31                         />
32                         <Tool
33                                 Name="VCXMLDataGeneratorTool"
34                         />
35                         <Tool
36                                 Name="VCWebServiceProxyGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCMIDLTool"
40                                 PreprocessorDefinitions="NDEBUG"
41                                 MkTypLibCompatible="true"
42                                 SuppressStartupBanner="true"
43                                 TargetEnvironment="1"
44                                 TypeLibraryName=".\Release/nsapi_shib.tlb"
45                                 HeaderFileName=""
46                         />
47                         <Tool
48                                 Name="VCCLCompilerTool"
49                                 Optimization="2"
50                                 InlineFunctionExpansion="1"
51                                 AdditionalIncludeDirectories=".;..;&quot;..\..\cpp-xmltooling&quot;"
52                                 PreprocessorDefinitions="NDEBUG;_WINDOWS;WIN32"
53                                 StringPooling="true"
54                                 RuntimeLibrary="2"
55                                 EnableFunctionLevelLinking="true"
56                                 WarningLevel="3"
57                                 SuppressStartupBanner="true"
58                                 Detect64BitPortabilityProblems="true"
59                                 CompileAs="0"
60                         />
61                         <Tool
62                                 Name="VCManagedResourceCompilerTool"
63                         />
64                         <Tool
65                                 Name="VCResourceCompilerTool"
66                                 PreprocessorDefinitions="NDEBUG"
67                                 Culture="1033"
68                         />
69                         <Tool
70                                 Name="VCPreLinkEventTool"
71                         />
72                         <Tool
73                                 Name="VCLinkerTool"
74                                 AdditionalDependencies="xerces-c_2.lib xmltooling-lite1.lib ns-httpd30.lib"
75                                 LinkIncremental="1"
76                                 SuppressStartupBanner="true"
77                                 AdditionalLibraryDirectories="&quot;..\..\cpp-xmltooling\$(ConfigurationName)&quot;"
78                                 ProgramDatabaseFile=".\Release/nsapi_shib.pdb"
79                                 ImportLibrary=".\Release/nsapi_shib.lib"
80                                 TargetMachine="1"
81                         />
82                         <Tool
83                                 Name="VCALinkTool"
84                         />
85                         <Tool
86                                 Name="VCManifestTool"
87                         />
88                         <Tool
89                                 Name="VCXDCMakeTool"
90                         />
91                         <Tool
92                                 Name="VCBscMakeTool"
93                         />
94                         <Tool
95                                 Name="VCFxCopTool"
96                         />
97                         <Tool
98                                 Name="VCAppVerifierTool"
99                         />
100                         <Tool
101                                 Name="VCWebDeploymentTool"
102                         />
103                         <Tool
104                                 Name="VCPostBuildEventTool"
105                         />
106                 </Configuration>
107                 <Configuration
108                         Name="Debug|Win32"
109                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
110                         IntermediateDirectory="$(ConfigurationName)"
111                         ConfigurationType="2"
112                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
113                         UseOfMFC="0"
114                         ATLMinimizesCRunTimeLibraryUsage="false"
115                         CharacterSet="2"
116                         >
117                         <Tool
118                                 Name="VCPreBuildEventTool"
119                         />
120                         <Tool
121                                 Name="VCCustomBuildTool"
122                         />
123                         <Tool
124                                 Name="VCXMLDataGeneratorTool"
125                         />
126                         <Tool
127                                 Name="VCWebServiceProxyGeneratorTool"
128                         />
129                         <Tool
130                                 Name="VCMIDLTool"
131                                 PreprocessorDefinitions="_DEBUG"
132                                 MkTypLibCompatible="true"
133                                 SuppressStartupBanner="true"
134                                 TargetEnvironment="1"
135                                 TypeLibraryName=".\Debug/nsapi_shib.tlb"
136                                 HeaderFileName=""
137                         />
138                         <Tool
139                                 Name="VCCLCompilerTool"
140                                 Optimization="0"
141                                 AdditionalIncludeDirectories=".;..;&quot;..\..\cpp-xmltooling&quot;"
142                                 PreprocessorDefinitions="_WINDOWS;WIN32;_DEBUG"
143                                 BasicRuntimeChecks="3"
144                                 RuntimeLibrary="3"
145                                 BrowseInformation="1"
146                                 WarningLevel="3"
147                                 SuppressStartupBanner="true"
148                                 Detect64BitPortabilityProblems="true"
149                                 DebugInformationFormat="4"
150                                 CompileAs="0"
151                         />
152                         <Tool
153                                 Name="VCManagedResourceCompilerTool"
154                         />
155                         <Tool
156                                 Name="VCResourceCompilerTool"
157                                 PreprocessorDefinitions="_DEBUG"
158                                 Culture="1033"
159                         />
160                         <Tool
161                                 Name="VCPreLinkEventTool"
162                         />
163                         <Tool
164                                 Name="VCLinkerTool"
165                                 AdditionalDependencies="xerces-c_2D.lib xmltooling-lite1D.lib ns-httpd30.lib"
166                                 LinkIncremental="2"
167                                 SuppressStartupBanner="true"
168                                 AdditionalLibraryDirectories="&quot;..\..\cpp-xmltooling\$(ConfigurationName)&quot;"
169                                 GenerateDebugInformation="true"
170                                 ImportLibrary=".\Debug/nsapi_shib.lib"
171                                 TargetMachine="1"
172                         />
173                         <Tool
174                                 Name="VCALinkTool"
175                         />
176                         <Tool
177                                 Name="VCManifestTool"
178                         />
179                         <Tool
180                                 Name="VCXDCMakeTool"
181                         />
182                         <Tool
183                                 Name="VCBscMakeTool"
184                         />
185                         <Tool
186                                 Name="VCFxCopTool"
187                         />
188                         <Tool
189                                 Name="VCAppVerifierTool"
190                         />
191                         <Tool
192                                 Name="VCWebDeploymentTool"
193                         />
194                         <Tool
195                                 Name="VCPostBuildEventTool"
196                         />
197                 </Configuration>
198         </Configurations>
199         <References>
200         </References>
201         <Files>
202                 <File
203                         RelativePath="nsapi_shib.cpp"
204                         >
205                 </File>
206                 <File
207                         RelativePath="nsapi_shib.rc"
208                         >
209                 </File>
210                 <File
211                         RelativePath="resource.h"
212                         >
213                 </File>
214         </Files>
215         <Globals>
216         </Globals>
217 </VisualStudioProject>