Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/test/InvalidResultAssignTest.vcproj @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="InvalidResultAssignTest"
6        ProjectGUID="{D9103E3E-640D-4AB7-910C-ACA96709ED0A}"
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="..\..\..\"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                DisableLanguageExtensions="TRUE"
28                                TreatWChar_tAsBuiltInType="TRUE"
29                                ForceConformanceInForLoopScope="TRUE"
30                                RuntimeTypeInfo="TRUE"
31                                UsePrecompiledHeader="0"
32                                WarningLevel="4"
33                                Detect64BitPortabilityProblems="TRUE"
34                                DebugInformationFormat="4"/>
35                        <Tool
36                                Name="VCCustomBuildTool"/>
37                        <Tool
38                                Name="VCLinkerTool"
39                                OutputFile="$(OutDir)/InvalidResultAssignTest.exe"
40                                LinkIncremental="2"
41                                AdditionalLibraryDirectories="..\..\..\bin\boost\libs\test\build\libboost_test_exec_monitor.lib\vc-7_1\debug\threading-multi"
42                                GenerateDebugInformation="TRUE"
43                                ProgramDatabaseFile="$(OutDir)/InvalidResultAssignTest.pdb"
44                                SubSystem="1"
45                                TargetMachine="1"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"/>
50                        <Tool
51                                Name="VCPreBuildEventTool"/>
52                        <Tool
53                                Name="VCPreLinkEventTool"/>
54                        <Tool
55                                Name="VCResourceCompilerTool"/>
56                        <Tool
57                                Name="VCWebServiceProxyGeneratorTool"/>
58                        <Tool
59                                Name="VCXMLDataGeneratorTool"/>
60                        <Tool
61                                Name="VCWebDeploymentTool"/>
62                        <Tool
63                                Name="VCManagedWrapperGeneratorTool"/>
64                        <Tool
65                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66                </Configuration>
67                <Configuration
68                        Name="Release|Win32"
69                        OutputDirectory="Release"
70                        IntermediateDirectory="Release"
71                        ConfigurationType="1"
72                        CharacterSet="2">
73                        <Tool
74                                Name="VCCLCompilerTool"
75                                AdditionalIncludeDirectories="..\..\..\"
76                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
77                                RuntimeLibrary="2"
78                                DisableLanguageExtensions="TRUE"
79                                TreatWChar_tAsBuiltInType="TRUE"
80                                ForceConformanceInForLoopScope="TRUE"
81                                RuntimeTypeInfo="TRUE"
82                                UsePrecompiledHeader="0"
83                                WarningLevel="4"
84                                Detect64BitPortabilityProblems="TRUE"
85                                DebugInformationFormat="3"/>
86                        <Tool
87                                Name="VCCustomBuildTool"/>
88                        <Tool
89                                Name="VCLinkerTool"
90                                OutputFile="$(OutDir)/InvalidResultAssignTest.exe"
91                                LinkIncremental="1"
92                                AdditionalLibraryDirectories="..\..\..\bin\boost\libs\test\build\libboost_test_exec_monitor.lib\vc-7_1\release\threading-multi"
93                                GenerateDebugInformation="TRUE"
94                                SubSystem="1"
95                                OptimizeReferences="2"
96                                EnableCOMDATFolding="2"
97                                TargetMachine="1"/>
98                        <Tool
99                                Name="VCMIDLTool"/>
100                        <Tool
101                                Name="VCPostBuildEventTool"/>
102                        <Tool
103                                Name="VCPreBuildEventTool"/>
104                        <Tool
105                                Name="VCPreLinkEventTool"/>
106                        <Tool
107                                Name="VCResourceCompilerTool"/>
108                        <Tool
109                                Name="VCWebServiceProxyGeneratorTool"/>
110                        <Tool
111                                Name="VCXMLDataGeneratorTool"/>
112                        <Tool
113                                Name="VCWebDeploymentTool"/>
114                        <Tool
115                                Name="VCManagedWrapperGeneratorTool"/>
116                        <Tool
117                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
118                </Configuration>
119        </Configurations>
120        <References>
121        </References>
122        <Files>
123                <Filter
124                        Name="Source Files"
125                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
126                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
127                        <File
128                                RelativePath=".\InvalidResultAssignTest.cpp">
129                        </File>
130                </Filter>
131        </Files>
132        <Globals>
133        </Globals>
134</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.