Imported Upstream version 1.51.0
[platform/upstream/boost.git] / libs / system / test / system_msvc / error_code_test / error_code_test.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="error_code_test"
6         ProjectGUID="{81960557-E9A9-4E81-AC96-9E11C33CB058}"
7         RootNamespace="error_code_test"
8         Keyword="Win32Proj"
9         TargetFrameworkVersion="196613"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15         </Platforms>
16         <ToolFiles>
17         </ToolFiles>
18         <Configurations>
19                 <Configuration
20                         Name="Debug|Win32"
21                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22                         IntermediateDirectory="$(ConfigurationName)"
23                         ConfigurationType="1"
24                         InheritedPropertySheets="..\common.vsprops"
25                         CharacterSet="1"
26                         >
27                         <Tool
28                                 Name="VCPreBuildEventTool"
29                         />
30                         <Tool
31                                 Name="VCCustomBuildTool"
32                         />
33                         <Tool
34                                 Name="VCXMLDataGeneratorTool"
35                         />
36                         <Tool
37                                 Name="VCWebServiceProxyGeneratorTool"
38                         />
39                         <Tool
40                                 Name="VCMIDLTool"
41                         />
42                         <Tool
43                                 Name="VCCLCompilerTool"
44                                 Optimization="0"
45                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46                                 MinimalRebuild="true"
47                                 BasicRuntimeChecks="3"
48                                 RuntimeLibrary="3"
49                                 UsePrecompiledHeader="0"
50                                 WarningLevel="4"
51                                 DebugInformationFormat="4"
52                         />
53                         <Tool
54                                 Name="VCManagedResourceCompilerTool"
55                         />
56                         <Tool
57                                 Name="VCResourceCompilerTool"
58                         />
59                         <Tool
60                                 Name="VCPreLinkEventTool"
61                         />
62                         <Tool
63                                 Name="VCLinkerTool"
64                                 LinkIncremental="2"
65                                 GenerateDebugInformation="true"
66                                 SubSystem="1"
67                                 TargetMachine="1"
68                         />
69                         <Tool
70                                 Name="VCALinkTool"
71                         />
72                         <Tool
73                                 Name="VCManifestTool"
74                         />
75                         <Tool
76                                 Name="VCXDCMakeTool"
77                         />
78                         <Tool
79                                 Name="VCBscMakeTool"
80                         />
81                         <Tool
82                                 Name="VCFxCopTool"
83                         />
84                         <Tool
85                                 Name="VCAppVerifierTool"
86                         />
87                         <Tool
88                                 Name="VCPostBuildEventTool"
89                                 Description="Executing test $(TargetName).exe..."
90                                 CommandLine="&quot;$(TargetDir)\$(TargetName).exe&quot; --result_code=no --report_level=no"
91                         />
92                 </Configuration>
93                 <Configuration
94                         Name="Release|Win32"
95                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96                         IntermediateDirectory="$(ConfigurationName)"
97                         ConfigurationType="1"
98                         InheritedPropertySheets="..\common.vsprops"
99                         CharacterSet="1"
100                         WholeProgramOptimization="1"
101                         >
102                         <Tool
103                                 Name="VCPreBuildEventTool"
104                         />
105                         <Tool
106                                 Name="VCCustomBuildTool"
107                         />
108                         <Tool
109                                 Name="VCXMLDataGeneratorTool"
110                         />
111                         <Tool
112                                 Name="VCWebServiceProxyGeneratorTool"
113                         />
114                         <Tool
115                                 Name="VCMIDLTool"
116                         />
117                         <Tool
118                                 Name="VCCLCompilerTool"
119                                 Optimization="2"
120                                 EnableIntrinsicFunctions="true"
121                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
122                                 RuntimeLibrary="2"
123                                 EnableFunctionLevelLinking="true"
124                                 UsePrecompiledHeader="0"
125                                 WarningLevel="4"
126                                 DebugInformationFormat="3"
127                         />
128                         <Tool
129                                 Name="VCManagedResourceCompilerTool"
130                         />
131                         <Tool
132                                 Name="VCResourceCompilerTool"
133                         />
134                         <Tool
135                                 Name="VCPreLinkEventTool"
136                         />
137                         <Tool
138                                 Name="VCLinkerTool"
139                                 LinkIncremental="1"
140                                 GenerateDebugInformation="true"
141                                 SubSystem="1"
142                                 OptimizeReferences="2"
143                                 EnableCOMDATFolding="2"
144                                 TargetMachine="1"
145                         />
146                         <Tool
147                                 Name="VCALinkTool"
148                         />
149                         <Tool
150                                 Name="VCManifestTool"
151                         />
152                         <Tool
153                                 Name="VCXDCMakeTool"
154                         />
155                         <Tool
156                                 Name="VCBscMakeTool"
157                         />
158                         <Tool
159                                 Name="VCFxCopTool"
160                         />
161                         <Tool
162                                 Name="VCAppVerifierTool"
163                         />
164                         <Tool
165                                 Name="VCPostBuildEventTool"
166                                 Description="Executing test $(TargetName).exe..."
167                                 CommandLine="&quot;$(TargetDir)\$(TargetName).exe&quot; --result_code=no --report_level=no"
168                         />
169                 </Configuration>
170         </Configurations>
171         <References>
172         </References>
173         <Files>
174                 <Filter
175                         Name="Source Files"
176                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
177                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
178                         >
179                         <File
180                                 RelativePath="..\..\error_code_test.cpp"
181                                 >
182                         </File>
183                 </Filter>
184                 <Filter
185                         Name="Header Files"
186                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
187                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
188                         >
189                 </Filter>
190                 <Filter
191                         Name="Resource Files"
192                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
193                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
194                         >
195                 </Filter>
196         </Files>
197         <Globals>
198         </Globals>
199 </VisualStudioProject>