Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/test/TuTest.vcproj @ 47

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

updated boost from 1_33_1 to 1_34_1

File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="TuTest"
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                                AdditionalDependencies="libboost_test_exec_monitor-vc71-mt-gd-1_34.lib"
40                                OutputFile="$(OutDir)/TuTest.exe"
41                                LinkIncremental="2"
42                                AdditionalLibraryDirectories="..\..\..\bin\boost\libs\test\build\libboost_test_exec_monitor.lib\vc-7_1\debug\threading-multi"
43                                GenerateDebugInformation="TRUE"
44                                ProgramDatabaseFile="$(OutDir)/TuTest.pdb"
45                                SubSystem="1"
46                                TargetMachine="1"/>
47                        <Tool
48                                Name="VCMIDLTool"/>
49                        <Tool
50                                Name="VCPostBuildEventTool"/>
51                        <Tool
52                                Name="VCPreBuildEventTool"/>
53                        <Tool
54                                Name="VCPreLinkEventTool"/>
55                        <Tool
56                                Name="VCResourceCompilerTool"/>
57                        <Tool
58                                Name="VCWebServiceProxyGeneratorTool"/>
59                        <Tool
60                                Name="VCXMLDataGeneratorTool"/>
61                        <Tool
62                                Name="VCWebDeploymentTool"/>
63                        <Tool
64                                Name="VCManagedWrapperGeneratorTool"/>
65                        <Tool
66                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67                </Configuration>
68                <Configuration
69                        Name="Release|Win32"
70                        OutputDirectory="Release"
71                        IntermediateDirectory="Release"
72                        ConfigurationType="1"
73                        CharacterSet="2">
74                        <Tool
75                                Name="VCCLCompilerTool"
76                                AdditionalIncludeDirectories="..\..\..\"
77                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
78                                RuntimeLibrary="2"
79                                DisableLanguageExtensions="TRUE"
80                                TreatWChar_tAsBuiltInType="TRUE"
81                                ForceConformanceInForLoopScope="TRUE"
82                                RuntimeTypeInfo="TRUE"
83                                UsePrecompiledHeader="0"
84                                WarningLevel="4"
85                                Detect64BitPortabilityProblems="TRUE"
86                                DebugInformationFormat="3"/>
87                        <Tool
88                                Name="VCCustomBuildTool"/>
89                        <Tool
90                                Name="VCLinkerTool"
91                                AdditionalDependencies="libboost_test_exec_monitor-vc71-mt-1_34.lib"
92                                OutputFile="$(OutDir)/TuTest.exe"
93                                LinkIncremental="1"
94                                AdditionalLibraryDirectories="..\..\..\bin\boost\libs\test\build\libboost_test_exec_monitor.lib\vc-7_1\release\threading-multi"
95                                GenerateDebugInformation="TRUE"
96                                SubSystem="1"
97                                OptimizeReferences="2"
98                                EnableCOMDATFolding="2"
99                                TargetMachine="1"/>
100                        <Tool
101                                Name="VCMIDLTool"/>
102                        <Tool
103                                Name="VCPostBuildEventTool"/>
104                        <Tool
105                                Name="VCPreBuildEventTool"/>
106                        <Tool
107                                Name="VCPreLinkEventTool"/>
108                        <Tool
109                                Name="VCResourceCompilerTool"/>
110                        <Tool
111                                Name="VCWebServiceProxyGeneratorTool"/>
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"/>
114                        <Tool
115                                Name="VCWebDeploymentTool"/>
116                        <Tool
117                                Name="VCManagedWrapperGeneratorTool"/>
118                        <Tool
119                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120                </Configuration>
121        </Configurations>
122        <References>
123        </References>
124        <Files>
125                <Filter
126                        Name="Source Files"
127                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
128                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
129                        <File
130                                RelativePath=".\TuTest.cpp">
131                        </File>
132                        <File
133                                RelativePath=".\TuTestMain.cpp">
134                        </File>
135                </Filter>
136                <Filter
137                        Name="Header Files"
138                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
139                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
140                        <File
141                                RelativePath=".\TuTest.hpp">
142                        </File>
143                </Filter>
144        </Files>
145        <Globals>
146        </Globals>
147</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.