source: anuga_core/source/swollen_viewer/swwreadertest/swwreadertest.vcproj @ 3581

Last change on this file since 3581 was 44, checked in by darran, 19 years ago
  • terrible destruction of Swollen moving towards changes Robert suggests
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="SWWReaderTest"
6        ProjectGUID="{42DADC3F-E085-4547-B7D7-B2894A0B0915}"
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="$(CPPUNIT)\include;$(OSG_ROOT)\OpenSceneGraph\include;..\include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24                                MinimalRebuild="FALSE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                RuntimeTypeInfo="TRUE"
28                                UsePrecompiledHeader="0"
29                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="FALSE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLinkerTool"
36                                AdditionalDependencies="odbc32.lib odbccp32.lib cppunitd.lib osgd.lib swwreaderd.lib"
37                                OutputFile="../bin/swwreadertestd.exe"
38                                LinkIncremental="2"
39                                SuppressStartupBanner="TRUE"
40                                AdditionalLibraryDirectories="$(CPPUNIT)\lib;..\lib;$(OSG_ROOT)\OpenSceneGraph\lib"
41                                IgnoreAllDefaultLibraries="FALSE"
42                                GenerateDebugInformation="TRUE"
43                                ProgramDatabaseFile="$(OutDir)/SWWReaderTest.pdb"
44                                SubSystem="1"
45                                TargetMachine="1"/>
46                        <Tool
47                                Name="VCMIDLTool"/>
48                        <Tool
49                                Name="VCPostBuildEventTool"
50                                Description="Unit Testing"
51                                CommandLine="$(TargetPath)"
52                                ExcludedFromBuild="FALSE"/>
53                        <Tool
54                                Name="VCPreBuildEventTool"/>
55                        <Tool
56                                Name="VCPreLinkEventTool"/>
57                        <Tool
58                                Name="VCResourceCompilerTool"/>
59                        <Tool
60                                Name="VCWebServiceProxyGeneratorTool"/>
61                        <Tool
62                                Name="VCXMLDataGeneratorTool"/>
63                        <Tool
64                                Name="VCWebDeploymentTool"/>
65                        <Tool
66                                Name="VCManagedWrapperGeneratorTool"/>
67                        <Tool
68                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
69                </Configuration>
70                <Configuration
71                        Name="Release|Win32"
72                        OutputDirectory="Release"
73                        IntermediateDirectory="Release"
74                        ConfigurationType="1"
75                        CharacterSet="2">
76                        <Tool
77                                Name="VCCLCompilerTool"
78                                AdditionalIncludeDirectories="$(OSG_ROOT)/OpenSceneGraph/include;$(CPPUNIT)\include;../include"
79                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
80                                RuntimeLibrary="2"
81                                RuntimeTypeInfo="TRUE"
82                                UsePrecompiledHeader="2"
83                                WarningLevel="3"
84                                Detect64BitPortabilityProblems="TRUE"
85                                DebugInformationFormat="3"/>
86                        <Tool
87                                Name="VCCustomBuildTool"/>
88                        <Tool
89                                Name="VCLinkerTool"
90                                AdditionalDependencies="cppunit.lib osg.lib swwreader.lib"
91                                OutputFile="../bin/SWWReaderTest.exe"
92                                LinkIncremental="1"
93                                AdditionalLibraryDirectories="$(CPPUNIT)\lib;..\lib;$(OSG_ROOT)\OpenSceneGraph\lib"
94                                GenerateDebugInformation="TRUE"
95                                SubSystem="1"
96                                OptimizeReferences="2"
97                                EnableCOMDATFolding="2"
98                                TargetMachine="1"/>
99                        <Tool
100                                Name="VCMIDLTool"/>
101                        <Tool
102                                Name="VCPostBuildEventTool"
103                                CommandLine="$(TARGETPATH)"/>
104                        <Tool
105                                Name="VCPreBuildEventTool"
106                                ExcludedFromBuild="TRUE"/>
107                        <Tool
108                                Name="VCPreLinkEventTool"/>
109                        <Tool
110                                Name="VCResourceCompilerTool"/>
111                        <Tool
112                                Name="VCWebServiceProxyGeneratorTool"/>
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"/>
115                        <Tool
116                                Name="VCWebDeploymentTool"/>
117                        <Tool
118                                Name="VCManagedWrapperGeneratorTool"/>
119                        <Tool
120                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
121                </Configuration>
122        </Configurations>
123        <References>
124        </References>
125        <Files>
126                <Filter
127                        Name="Source Files"
128                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
129                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
130                        <File
131                                RelativePath=".\SWWReaderTest.cpp">
132                        </File>
133                </Filter>
134                <Filter
135                        Name="Header Files"
136                        Filter="">
137                        <File
138                                RelativePath=".\SWWReaderTest.h">
139                        </File>
140                </Filter>
141        </Files>
142        <Globals>
143        </Globals>
144</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.