source: Swollen/swwreader/tmp.vcproj @ 7

Last change on this file since 7 was 7, checked in by darran, 20 years ago
  • renaming
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="SWWReader"
6        ProjectGUID="{05573643-DA30-4B8D-883A-F86D5D7B1FED}"
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="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="./;&quot;$(OSG_ROOT)/Producer/include&quot;;&quot;$(OSG_ROOT)/OpenThreads/include&quot;;&quot;$(OSG_ROOT)/OpenSceneGraph/include&quot;;&quot;$(NETCDF_DIR)/include&quot;;../include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                RuntimeTypeInfo="TRUE"
28                                UsePrecompiledHeader="2"
29                                PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch"
30                                ProgramDataBaseFileName="$(IntDir)/vc70.pdb"
31                                WarningLevel="3"
32                                Detect64BitPortabilityProblems="TRUE"
33                                DebugInformationFormat="4"/>
34                        <Tool
35                                Name="VCCustomBuildTool"/>
36                        <Tool
37                                Name="VCLinkerTool"
38                                AdditionalDependencies="osgd.lib netcdf.lib"
39                                OutputFile="../bin/swwreaderd.dll"
40                                LinkIncremental="2"
41                                SuppressStartupBanner="TRUE"
42                                AdditionalLibraryDirectories="&quot;$(OSG_ROOT)/Producer/lib&quot;;&quot;$(OSG_ROOT)/OpenThreads/lib/win32&quot;;&quot;$(OSG_ROOT)/OpenSceneGraph/lib&quot;;&quot;$(NETCDF_DIR)/lib&quot;;../lib"
43                                GenerateDebugInformation="TRUE"
44                                ProgramDatabaseFile="$(OutDir)/SWWReader.pdb"
45                                SubSystem="1"
46                                ImportLibrary="../lib/$(TargetName).lib"
47                                TargetMachine="1"/>
48                        <Tool
49                                Name="VCMIDLTool"/>
50                        <Tool
51                                Name="VCPostBuildEventTool"/>
52                        <Tool
53                                Name="VCPreBuildEventTool"/>
54                        <Tool
55                                Name="VCPreLinkEventTool"/>
56                        <Tool
57                                Name="VCResourceCompilerTool"/>
58                        <Tool
59                                Name="VCWebServiceProxyGeneratorTool"/>
60                        <Tool
61                                Name="VCXMLDataGeneratorTool"/>
62                        <Tool
63                                Name="VCWebDeploymentTool"/>
64                        <Tool
65                                Name="VCManagedWrapperGeneratorTool"/>
66                        <Tool
67                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                </Configuration>
69                <Configuration
70                        Name="Release|Win32"
71                        OutputDirectory="Release"
72                        IntermediateDirectory="Release"
73                        ConfigurationType="2"
74                        CharacterSet="2">
75                        <Tool
76                                Name="VCCLCompilerTool"
77                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)/Producer/include&quot;;&quot;$(OSG_ROOT)/OpenThreads/include&quot;;&quot;$(OSG_ROOT)/OpenSceneGraph/include&quot;;&quot;$(NETCDF_DIR)/include&quot;;../include;./"
78                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
79                                RuntimeLibrary="2"
80                                RuntimeTypeInfo="TRUE"
81                                UsePrecompiledHeader="2"
82                                WarningLevel="3"
83                                Detect64BitPortabilityProblems="TRUE"
84                                DebugInformationFormat="3"/>
85                        <Tool
86                                Name="VCCustomBuildTool"/>
87                        <Tool
88                                Name="VCLinkerTool"
89                                AdditionalDependencies="osg.lib netcdf.lib"
90                                OutputFile="../bin/swwreader.dll"
91                                LinkIncremental="1"
92                                AdditionalLibraryDirectories="../lib;&quot;$(OSG_ROOT)/Producer/lib&quot;;&quot;$(OSG_ROOT)/OpenThreads/lib/win32&quot;;&quot;$(OSG_ROOT)/OpenSceneGraph/lib&quot;;&quot;$(NETCDF_DIR)/lib&quot;"
93                                GenerateDebugInformation="TRUE"
94                                SubSystem="1"
95                                OptimizeReferences="2"
96                                EnableCOMDATFolding="2"
97                                ImportLibrary="../lib/$(TargetName).lib"
98                                TargetMachine="1"/>
99                        <Tool
100                                Name="VCMIDLTool"/>
101                        <Tool
102                                Name="VCPostBuildEventTool"/>
103                        <Tool
104                                Name="VCPreBuildEventTool"/>
105                        <Tool
106                                Name="VCPreLinkEventTool"/>
107                        <Tool
108                                Name="VCResourceCompilerTool"/>
109                        <Tool
110                                Name="VCWebServiceProxyGeneratorTool"/>
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"/>
113                        <Tool
114                                Name="VCWebDeploymentTool"/>
115                        <Tool
116                                Name="VCManagedWrapperGeneratorTool"/>
117                        <Tool
118                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
119                </Configuration>
120        </Configurations>
121        <References>
122        </References>
123        <Files>
124                <Filter
125                        Name="Source Files"
126                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
127                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
128                        <File
129                                RelativePath=".\SWWReader.cpp">
130                        </File>
131                </Filter>
132                <Filter
133                        Name="Header Files"
134                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
135                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
136                        <File
137                                RelativePath="..\include\SWWReader.h">
138                        </File>
139                </Filter>
140        </Files>
141        <Globals>
142        </Globals>
143</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.