source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/samples/cpp/cpp-cli/failures/cpp-cli-failures.vcproj@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="cpp-cli-failures"
6 ProjectGUID="{A0987BCD-AFE6-40E4-95A8-ADA7ADB7E97D}"
7 RootNamespace="cpp-failures"
8 Keyword="ManagedCProj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="Debug"
21 IntermediateDirectory="Debug"
22 ConfigurationType="2"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24 CharacterSet="2"
25 ManagedExtensions="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 AdditionalUsingDirectories=""
46 PreprocessorDefinitions="WIN32;_DEBUG"
47 MinimalRebuild="false"
48 BasicRuntimeChecks="0"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 WarningLevel="3"
52 DebugInformationFormat="3"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 OutputFile="$(OutDir)/cpp-cli-failures.dll"
66 LinkIncremental="2"
67 GenerateDebugInformation="true"
68 AssemblyDebug="1"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCManifestTool"
75 />
76 <Tool
77 Name="VCXDCMakeTool"
78 />
79 <Tool
80 Name="VCBscMakeTool"
81 />
82 <Tool
83 Name="VCFxCopTool"
84 />
85 <Tool
86 Name="VCAppVerifierTool"
87 />
88 <Tool
89 Name="VCWebDeploymentTool"
90 />
91 <Tool
92 Name="VCPostBuildEventTool"
93 />
94 </Configuration>
95 <Configuration
96 Name="Release|Win32"
97 OutputDirectory="Release"
98 IntermediateDirectory="Release"
99 ConfigurationType="2"
100 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
101 CharacterSet="2"
102 ManagedExtensions="1"
103 >
104 <Tool
105 Name="VCPreBuildEventTool"
106 />
107 <Tool
108 Name="VCCustomBuildTool"
109 />
110 <Tool
111 Name="VCXMLDataGeneratorTool"
112 />
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"
115 />
116 <Tool
117 Name="VCMIDLTool"
118 />
119 <Tool
120 Name="VCCLCompilerTool"
121 Optimization="2"
122 InlineFunctionExpansion="1"
123 AdditionalUsingDirectories=""
124 PreprocessorDefinitions="WIN32;NDEBUG"
125 MinimalRebuild="false"
126 RuntimeLibrary="2"
127 UsePrecompiledHeader="0"
128 WarningLevel="3"
129 />
130 <Tool
131 Name="VCManagedResourceCompilerTool"
132 />
133 <Tool
134 Name="VCResourceCompilerTool"
135 />
136 <Tool
137 Name="VCPreLinkEventTool"
138 />
139 <Tool
140 Name="VCLinkerTool"
141 OutputFile="$(OutDir)/cpp-cli-failures.dll"
142 LinkIncremental="1"
143 GenerateDebugInformation="true"
144 />
145 <Tool
146 Name="VCALinkTool"
147 />
148 <Tool
149 Name="VCManifestTool"
150 />
151 <Tool
152 Name="VCXDCMakeTool"
153 />
154 <Tool
155 Name="VCBscMakeTool"
156 />
157 <Tool
158 Name="VCFxCopTool"
159 />
160 <Tool
161 Name="VCAppVerifierTool"
162 />
163 <Tool
164 Name="VCWebDeploymentTool"
165 />
166 <Tool
167 Name="VCPostBuildEventTool"
168 />
169 </Configuration>
170 </Configurations>
171 <References>
172 <AssemblyReference
173 RelativePath="..\..\..\..\solutions\vs2005\NUnitFramework\framework\bin\Debug\nunit.framework.dll"
174 AssemblyName="nunit.framework, Version=2.5.0.0, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"
175 />
176 </References>
177 <Files>
178 <Filter
179 Name="Source Files"
180 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
181 >
182 <File
183 RelativePath="AssemblyInfo.cpp"
184 >
185 </File>
186 <File
187 RelativePath="cppsample.cpp"
188 >
189 </File>
190 </Filter>
191 <Filter
192 Name="Header Files"
193 Filter="h;hpp;hxx;hm;inl;inc"
194 >
195 <File
196 RelativePath="cppsample.h"
197 >
198 </File>
199 </Filter>
200 <Filter
201 Name="Resource Files"
202 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r"
203 >
204 </Filter>
205 </Files>
206 <Globals>
207 </Globals>
208</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.