~ubuntu-branches/ubuntu/trusty/liblas/trusty-proposed

« back to all changes in this revision

Viewing changes to test/sample/read.vcproj

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2014-01-05 17:00:29 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140105170029-ddtp0j63x5jvck2u
Tags: 1.7.0+dfsg-2
Fixed missing linking of system boost component.
(closes: #733282)

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="8.00"
 
5
        Name="read"
 
6
        ProjectGUID="{15D6F951-5F44-4419-907C-9201C2032E24}"
 
7
        RootNamespace="read"
 
8
        Keyword="Win32Proj"
 
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="$(SolutionDir)$(ConfigurationName)"
 
21
                        IntermediateDirectory="$(ConfigurationName)"
 
22
                        ConfigurationType="1"
 
23
                        InheritedPropertySheets=".\liblas.vsprops"
 
24
                        CharacterSet="1"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="3"
 
48
                                DisableLanguageExtensions="false"
 
49
                                UsePrecompiledHeader="0"
 
50
                                WarningLevel="3"
 
51
                                Detect64BitPortabilityProblems="true"
 
52
                                DebugInformationFormat="4"
 
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
                                LinkIncremental="2"
 
66
                                GenerateDebugInformation="true"
 
67
                                SubSystem="1"
 
68
                                TargetMachine="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="$(SolutionDir)$(ConfigurationName)"
 
98
                        IntermediateDirectory="$(ConfigurationName)"
 
99
                        ConfigurationType="1"
 
100
                        InheritedPropertySheets=".\liblas.vsprops"
 
101
                        CharacterSet="1"
 
102
                        WholeProgramOptimization="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
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
122
                                RuntimeLibrary="2"
 
123
                                UsePrecompiledHeader="0"
 
124
                                WarningLevel="3"
 
125
                                Detect64BitPortabilityProblems="true"
 
126
                                DebugInformationFormat="3"
 
127
                        />
 
128
                        <Tool
 
129
                                Name="VCManagedResourceCompilerTool"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCResourceCompilerTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCPreLinkEventTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCLinkerTool"
 
139
                                LinkIncremental="1"
 
140
                                GenerateDebugInformation="true"
 
141
                                SubSystem="1"
 
142
                                OptimizeReferences="2"
 
143
                                EnableCOMDATFolding="2"
 
144
                                TargetMachine="1"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCALinkTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCManifestTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCXDCMakeTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCBscMakeTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCFxCopTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCAppVerifierTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCWebDeploymentTool"
 
166
                        />
 
167
                        <Tool
 
168
                                Name="VCPostBuildEventTool"
 
169
                        />
 
170
                </Configuration>
 
171
        </Configurations>
 
172
        <References>
 
173
        </References>
 
174
        <Files>
 
175
                <File
 
176
                        RelativePath=".\read.cpp"
 
177
                        >
 
178
                </File>
 
179
                <File
 
180
                        RelativePath=".\utility.hpp"
 
181
                        >
 
182
                </File>
 
183
        </Files>
 
184
        <Globals>
 
185
        </Globals>
 
186
</VisualStudioProject>