source: sans/utils/Teabag/VC/Teabag/Teabag.vcproj @ 837

Last change on this file since 837 was 837, checked in by ajj, 11 years ago

Checkin of Teabag code for TISANE.

File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Teabag"
6        ProjectGUID="{92639A86-FAA3-45AC-8131-B6C22C7169CE}"
7        RootNamespace="Teabag"
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                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="Z:\work\devel\tisane\teabag\vc\teabag"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="1"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="2"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                                CompileAs="1"
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                                AdditionalDependencies="kernel32.lib $(NoInherit)"
66                                LinkIncremental="2"
67                                GenerateDebugInformation="true"
68                                SubSystem="1"
69                                TargetMachine="1"
70                        />
71                        <Tool
72                                Name="VCALinkTool"
73                        />
74                        <Tool
75                                Name="VCManifestTool"
76                        />
77                        <Tool
78                                Name="VCXDCMakeTool"
79                        />
80                        <Tool
81                                Name="VCBscMakeTool"
82                        />
83                        <Tool
84                                Name="VCFxCopTool"
85                        />
86                        <Tool
87                                Name="VCAppVerifierTool"
88                        />
89                        <Tool
90                                Name="VCWebDeploymentTool"
91                        />
92                        <Tool
93                                Name="VCPostBuildEventTool"
94                        />
95                </Configuration>
96                <Configuration
97                        Name="Release|Win32"
98                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99                        IntermediateDirectory="$(ConfigurationName)"
100                        ConfigurationType="1"
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                                AdditionalIncludeDirectories="Z:\Documents\Work\Devel\TISANE\Teabag\VC\Teabag"
122                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
123                                RuntimeLibrary="2"
124                                UsePrecompiledHeader="0"
125                                WarningLevel="3"
126                                Detect64BitPortabilityProblems="true"
127                                DebugInformationFormat="3"
128                        />
129                        <Tool
130                                Name="VCManagedResourceCompilerTool"
131                        />
132                        <Tool
133                                Name="VCResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCPreLinkEventTool"
137                        />
138                        <Tool
139                                Name="VCLinkerTool"
140                                AdditionalDependencies="kernel32.lib $(NoInherit)"
141                                LinkIncremental="1"
142                                GenerateDebugInformation="true"
143                                SubSystem="1"
144                                OptimizeReferences="2"
145                                EnableCOMDATFolding="2"
146                                TargetMachine="1"
147                        />
148                        <Tool
149                                Name="VCALinkTool"
150                        />
151                        <Tool
152                                Name="VCManifestTool"
153                        />
154                        <Tool
155                                Name="VCXDCMakeTool"
156                        />
157                        <Tool
158                                Name="VCBscMakeTool"
159                        />
160                        <Tool
161                                Name="VCFxCopTool"
162                        />
163                        <Tool
164                                Name="VCAppVerifierTool"
165                        />
166                        <Tool
167                                Name="VCWebDeploymentTool"
168                        />
169                        <Tool
170                                Name="VCPostBuildEventTool"
171                        />
172                </Configuration>
173        </Configurations>
174        <References>
175        </References>
176        <Files>
177                <Filter
178                        Name="Source Files"
179                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
180                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
181                        >
182                        <File
183                                RelativePath="..\..\bin_evt.c"
184                                >
185                        </File>
186                        <File
187                                RelativePath=".\getopt.c"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\sa_futil.c"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\sa_img.c"
196                                >
197                        </File>
198                        <File
199                                RelativePath="..\..\sa_mutil.c"
200                                >
201                        </File>
202                        <File
203                                RelativePath="..\..\sa_rdwr.c"
204                                >
205                        </File>
206                        <File
207                                RelativePath="..\..\sanswrite.c"
208                                >
209                        </File>
210                </Filter>
211                <Filter
212                        Name="Header Files"
213                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
214                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
215                        >
216                        <File
217                                RelativePath=".\getopt.h"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\..\lut.h"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\..\sa_data.h"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\..\sa_futil.h"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\..\sa_img.h"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\..\sa_mutil.h"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\..\sa_rdwr.h"
242                                >
243                        </File>
244                        <File
245                                RelativePath="..\..\sanswrite.h"
246                                >
247                        </File>
248                </Filter>
249                <Filter
250                        Name="Resource Files"
251                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
252                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
253                        >
254                </Filter>
255        </Files>
256        <Globals>
257        </Globals>
258</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.