~ubuntu-branches/debian/sid/boost1.49/sid

« back to all changes in this revision

Viewing changes to libs/serialization/vc7ide/dll_a.vcproj

  • Committer: Package Import Robot
  • Author(s): Steve M. Robbins
  • Date: 2012-02-26 00:31:44 UTC
  • Revision ID: package-import@ubuntu.com-20120226003144-eaytp12cbf6ubpms
Tags: upstream-1.49.0
ImportĀ upstreamĀ versionĀ 1.49.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="dll_a"
 
6
        ProjectGUID="{CED1BD64-563F-485D-AE69-668797013AA0}"
 
7
        RootNamespace="dll_a"
 
8
        Keyword="Win32Proj">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Release runtime-dynamic|Win32"
 
16
                        OutputDirectory="$(ConfigurationName)"
 
17
                        IntermediateDirectory="$(ConfigurationName)"
 
18
                        ConfigurationType="2"
 
19
                        CharacterSet="2">
 
20
                        <Tool
 
21
                                Name="VCCLCompilerTool"
 
22
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_ONE_EXPORTS"
 
23
                                RuntimeLibrary="0"
 
24
                                UsePrecompiledHeader="3"
 
25
                                WarningLevel="3"
 
26
                                Detect64BitPortabilityProblems="TRUE"
 
27
                                DebugInformationFormat="3"/>
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"/>
 
30
                        <Tool
 
31
                                Name="VCLinkerTool"
 
32
                                OutputFile="$(OutDir)/dll_a.dll"
 
33
                                LinkIncremental="1"
 
34
                                AdditionalLibraryDirectories="$(ConfigurationName)"
 
35
                                GenerateDebugInformation="TRUE"
 
36
                                SubSystem="2"
 
37
                                OptimizeReferences="2"
 
38
                                EnableCOMDATFolding="2"
 
39
                                ImportLibrary="$(OutDir)/dll_a.lib"
 
40
                                TargetMachine="1"/>
 
41
                        <Tool
 
42
                                Name="VCMIDLTool"/>
 
43
                        <Tool
 
44
                                Name="VCPostBuildEventTool"/>
 
45
                        <Tool
 
46
                                Name="VCPreBuildEventTool"/>
 
47
                        <Tool
 
48
                                Name="VCPreLinkEventTool"/>
 
49
                        <Tool
 
50
                                Name="VCResourceCompilerTool"/>
 
51
                        <Tool
 
52
                                Name="VCWebServiceProxyGeneratorTool"/>
 
53
                        <Tool
 
54
                                Name="VCXMLDataGeneratorTool"/>
 
55
                        <Tool
 
56
                                Name="VCWebDeploymentTool"/>
 
57
                        <Tool
 
58
                                Name="VCManagedWrapperGeneratorTool"/>
 
59
                        <Tool
 
60
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
61
                </Configuration>
 
62
                <Configuration
 
63
                        Name="Release|Win32"
 
64
                        OutputDirectory="$(ConfigurationName)"
 
65
                        IntermediateDirectory="$(ConfigurationName)"
 
66
                        ConfigurationType="2"
 
67
                        CharacterSet="2">
 
68
                        <Tool
 
69
                                Name="VCCLCompilerTool"
 
70
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DLL_ONE_EXPORTS"
 
71
                                RuntimeLibrary="0"
 
72
                                UsePrecompiledHeader="3"
 
73
                                WarningLevel="3"
 
74
                                Detect64BitPortabilityProblems="TRUE"
 
75
                                DebugInformationFormat="3"/>
 
76
                        <Tool
 
77
                                Name="VCCustomBuildTool"/>
 
78
                        <Tool
 
79
                                Name="VCLinkerTool"
 
80
                                OutputFile="$(OutDir)/dll_a.dll"
 
81
                                LinkIncremental="1"
 
82
                                AdditionalLibraryDirectories="$(ConfigurationName)"
 
83
                                GenerateDebugInformation="TRUE"
 
84
                                SubSystem="2"
 
85
                                OptimizeReferences="2"
 
86
                                EnableCOMDATFolding="2"
 
87
                                ImportLibrary="$(OutDir)/dll_a.lib"
 
88
                                TargetMachine="1"/>
 
89
                        <Tool
 
90
                                Name="VCMIDLTool"/>
 
91
                        <Tool
 
92
                                Name="VCPostBuildEventTool"/>
 
93
                        <Tool
 
94
                                Name="VCPreBuildEventTool"/>
 
95
                        <Tool
 
96
                                Name="VCPreLinkEventTool"/>
 
97
                        <Tool
 
98
                                Name="VCResourceCompilerTool"/>
 
99
                        <Tool
 
100
                                Name="VCWebServiceProxyGeneratorTool"/>
 
101
                        <Tool
 
102
                                Name="VCXMLDataGeneratorTool"/>
 
103
                        <Tool
 
104
                                Name="VCWebDeploymentTool"/>
 
105
                        <Tool
 
106
                                Name="VCManagedWrapperGeneratorTool"/>
 
107
                        <Tool
 
108
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
109
                </Configuration>
 
110
                <Configuration
 
111
                        Name="Debug runtime-dynamic|Win32"
 
112
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
113
                        IntermediateDirectory="$(ConfigurationName)"
 
114
                        ConfigurationType="2">
 
115
                        <Tool
 
116
                                Name="VCCLCompilerTool"
 
117
                                Optimization="0"
 
118
                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
 
119
                                PreprocessorDefinitions="WIN32;_DEBUG;BOOST_ALL_DYN_LINK=1;BOOST_LIB_DIAGNOSTIC=1;"
 
120
                                RuntimeLibrary="3"
 
121
                                TreatWChar_tAsBuiltInType="TRUE"
 
122
                                ForceConformanceInForLoopScope="TRUE"
 
123
                                RuntimeTypeInfo="TRUE"
 
124
                                DebugInformationFormat="4"/>
 
125
                        <Tool
 
126
                                Name="VCCustomBuildTool"/>
 
127
                        <Tool
 
128
                                Name="VCLinkerTool"
 
129
                                OutputFile="$(OutDir)/$(ProjectName).dll"
 
130
                                AdditionalLibraryDirectories="$(ConfigurationName)"
 
131
                                GenerateDebugInformation="TRUE"/>
 
132
                        <Tool
 
133
                                Name="VCMIDLTool"/>
 
134
                        <Tool
 
135
                                Name="VCPostBuildEventTool"/>
 
136
                        <Tool
 
137
                                Name="VCPreBuildEventTool"/>
 
138
                        <Tool
 
139
                                Name="VCPreLinkEventTool"/>
 
140
                        <Tool
 
141
                                Name="VCResourceCompilerTool"/>
 
142
                        <Tool
 
143
                                Name="VCWebServiceProxyGeneratorTool"/>
 
144
                        <Tool
 
145
                                Name="VCXMLDataGeneratorTool"/>
 
146
                        <Tool
 
147
                                Name="VCWebDeploymentTool"/>
 
148
                        <Tool
 
149
                                Name="VCManagedWrapperGeneratorTool"/>
 
150
                        <Tool
 
151
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
152
                </Configuration>
 
153
                <Configuration
 
154
                        Name="Debug runtime-static|Win32"
 
155
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
156
                        IntermediateDirectory="$(ConfigurationName)"
 
157
                        ConfigurationType="2">
 
158
                        <Tool
 
159
                                Name="VCCLCompilerTool"
 
160
                                Optimization="0"
 
161
                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
 
162
                                PreprocessorDefinitions="WIN32;_DEBUG;BOOST_ALL_DYN_LINK=1;BOOST_LIB_DIAGNOSTIC=1;"
 
163
                                RuntimeLibrary="3"
 
164
                                TreatWChar_tAsBuiltInType="TRUE"
 
165
                                ForceConformanceInForLoopScope="TRUE"
 
166
                                RuntimeTypeInfo="TRUE"
 
167
                                DebugInformationFormat="4"/>
 
168
                        <Tool
 
169
                                Name="VCCustomBuildTool"/>
 
170
                        <Tool
 
171
                                Name="VCLinkerTool"
 
172
                                OutputFile="$(OutDir)/$(ProjectName).dll"
 
173
                                AdditionalLibraryDirectories="$(ConfigurationName)"
 
174
                                GenerateDebugInformation="TRUE"/>
 
175
                        <Tool
 
176
                                Name="VCMIDLTool"/>
 
177
                        <Tool
 
178
                                Name="VCPostBuildEventTool"/>
 
179
                        <Tool
 
180
                                Name="VCPreBuildEventTool"/>
 
181
                        <Tool
 
182
                                Name="VCPreLinkEventTool"/>
 
183
                        <Tool
 
184
                                Name="VCResourceCompilerTool"/>
 
185
                        <Tool
 
186
                                Name="VCWebServiceProxyGeneratorTool"/>
 
187
                        <Tool
 
188
                                Name="VCXMLDataGeneratorTool"/>
 
189
                        <Tool
 
190
                                Name="VCWebDeploymentTool"/>
 
191
                        <Tool
 
192
                                Name="VCManagedWrapperGeneratorTool"/>
 
193
                        <Tool
 
194
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
195
                </Configuration>
 
196
        </Configurations>
 
197
        <References>
 
198
        </References>
 
199
        <Files>
 
200
                <File
 
201
                        RelativePath="..\test\A.hpp">
 
202
                </File>
 
203
                <File
 
204
                        RelativePath="..\test\A.ipp">
 
205
                </File>
 
206
                <File
 
207
                        RelativePath="..\test\dll_a.cpp">
 
208
                </File>
 
209
                <File
 
210
                        RelativePath="..\test\test_decl.hpp">
 
211
                </File>
 
212
        </Files>
 
213
        <Globals>
 
214
        </Globals>
 
215
</VisualStudioProject>