Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/serialization/vc7ide/test_not_serializable.vcproj @ 13

Last change on this file since 13 was 12, checked in by landauf, 18 years ago

added boost

File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="test_not_serializable"
6        ProjectGUID="{A7D4CC95-F2AC-11D6-9E47-525400E2CF85}"
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                                AdditionalOptions="/Zm800"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="&quot;$(ProjectDir)/../../..&quot;"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                EnableFunctionLevelLinking="TRUE"
29                                TreatWChar_tAsBuiltInType="TRUE"
30                                ForceConformanceInForLoopScope="TRUE"
31                                RuntimeTypeInfo="TRUE"
32                                UsePrecompiledHeader="0"
33                                ObjectFile="$(ProjectDir)../example/bin/$(InputName).exe/vc7/$(OutDir)/runtime-link-static/$(InputName).obj"
34                                WarningLevel="3"
35                                Detect64BitPortabilityProblems="FALSE"
36                                DebugInformationFormat="4"/>
37                        <Tool
38                                Name="VCCustomBuildTool"/>
39                        <Tool
40                                Name="VCLinkerTool"
41                                AdditionalDependencies="$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc7/$(OutDir)/runtime-link-static/libboost_serialization.lib $(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc7/$(OutDir)/runtime-link-static/libboost_wserialization.lib $(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc7/$(OutDir)/runtime-link-static/libboost_test_exec_monitor.lib"
42                                LinkIncremental="2"
43                                GenerateDebugInformation="TRUE"
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                                AdditionalOptions="/Zm800"
76                                Optimization="3"
77                                InlineFunctionExpansion="2"
78                                OmitFramePointers="TRUE"
79                                AdditionalIncludeDirectories="&quot;$(ProjectDir)/../../..&quot;"
80                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
81                                StringPooling="TRUE"
82                                RuntimeLibrary="0"
83                                EnableFunctionLevelLinking="TRUE"
84                                TreatWChar_tAsBuiltInType="TRUE"
85                                ForceConformanceInForLoopScope="TRUE"
86                                RuntimeTypeInfo="TRUE"
87                                UsePrecompiledHeader="0"
88                                ObjectFile="$(ProjectDir)../example/bin/$(InputName).exe/vc7/$(OutDir)/runtime-link-static/$(InputName).obj"
89                                WarningLevel="3"
90                                Detect64BitPortabilityProblems="FALSE"
91                                DebugInformationFormat="3"/>
92                        <Tool
93                                Name="VCCustomBuildTool"/>
94                        <Tool
95                                Name="VCLinkerTool"
96                                AdditionalDependencies="$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc7/$(OutDir)/runtime-link-static/libboost_serialization.lib $(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc7/$(OutDir)/runtime-link-static/libboost_wserialization.lib $(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc7/$(OutDir)/runtime-link-static/libboost_test_exec_monitor.lib"
97                                OutputFile="$(OutDir)/test_not_serializable.exe"
98                                LinkIncremental="1"
99                                GenerateDebugInformation="FALSE"
100                                SubSystem="1"
101                                OptimizeReferences="1"
102                                EnableCOMDATFolding="2"
103                                TargetMachine="1"/>
104                        <Tool
105                                Name="VCMIDLTool"/>
106                        <Tool
107                                Name="VCPostBuildEventTool"/>
108                        <Tool
109                                Name="VCPreBuildEventTool"/>
110                        <Tool
111                                Name="VCPreLinkEventTool"/>
112                        <Tool
113                                Name="VCResourceCompilerTool"/>
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"/>
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"/>
118                        <Tool
119                                Name="VCWebDeploymentTool"/>
120                        <Tool
121                                Name="VCManagedWrapperGeneratorTool"/>
122                        <Tool
123                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
124                </Configuration>
125        </Configurations>
126        <References>
127        </References>
128        <Files>
129                <File
130                        RelativePath="..\test\test_not_serializable.cpp">
131                </File>
132        </Files>
133        <Globals>
134        </Globals>
135</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.