~ubuntu-branches/ubuntu/karmic/fltk1.1/karmic

« back to all changes in this revision

Viewing changes to vcnet/menubar.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-05-22 13:57:06 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050522135706-mchag24yf42lu7bu
Tags: 1.1.6-5
* Revert previous change, which seems to have been ineffective for some
  reason, in favor of commenting out the problematic Makefile rule
  altogether.  (Closes: #310151.)
* debian/control: Go back to specifying the URL as part of the
  description rather than via a non-standard field that doesn't seem to
  have caught on.  (Closes: #310240.)

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="menubar"
6
 
        SccProjectName=""
7
 
        SccLocalPath="">
8
 
        <Platforms>
9
 
                <Platform
10
 
                        Name="Win32"/>
11
 
        </Platforms>
12
 
        <Configurations>
13
 
                <Configuration
14
 
                        Name="Debug|Win32"
15
 
                        OutputDirectory=".\menubar_"
16
 
                        IntermediateDirectory=".\menubar_"
17
 
                        ConfigurationType="1"
18
 
                        UseOfMFC="0"
19
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
20
 
                        <Tool
21
 
                                Name="VCCLCompilerTool"
22
 
                                Optimization="0"
23
 
                                AdditionalIncludeDirectories=".,.."
24
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
25
 
                                RuntimeLibrary="3"
26
 
                                UsePrecompiledHeader="2"
27
 
                                PrecompiledHeaderFile=".\menubar_/menubar.pch"
28
 
                                AssemblerListingLocation=".\menubar_/"
29
 
                                ObjectFile=".\menubar_/"
30
 
                                ProgramDataBaseFileName=".\menubar_/"
31
 
                                SuppressStartupBanner="TRUE"
32
 
                                DebugInformationFormat="4"
33
 
                                CompileAs="0"/>
34
 
                        <Tool
35
 
                                Name="VCCustomBuildTool"/>
36
 
                        <Tool
37
 
                                Name="VCLinkerTool"
38
 
                                AdditionalDependencies="fltkd.lib wsock32.lib comctl32.lib"
39
 
                                OutputFile="../test/menubard.exe"
40
 
                                LinkIncremental="1"
41
 
                                SuppressStartupBanner="TRUE"
42
 
                                AdditionalLibraryDirectories="..\lib"
43
 
                                IgnoreDefaultLibraryNames="libcd"
44
 
                                GenerateDebugInformation="TRUE"
45
 
                                ProgramDatabaseFile=".\menubar_/menubard.pdb"
46
 
                                TargetMachine="1"/>
47
 
                        <Tool
48
 
                                Name="VCMIDLTool"
49
 
                                PreprocessorDefinitions="_DEBUG"
50
 
                                MkTypLibCompatible="TRUE"
51
 
                                SuppressStartupBanner="TRUE"
52
 
                                TargetEnvironment="1"
53
 
                                TypeLibraryName=".\menubar_/menubar.tlb"
54
 
                                HeaderFileName=""/>
55
 
                        <Tool
56
 
                                Name="VCPostBuildEventTool"/>
57
 
                        <Tool
58
 
                                Name="VCPreBuildEventTool"/>
59
 
                        <Tool
60
 
                                Name="VCPreLinkEventTool"/>
61
 
                        <Tool
62
 
                                Name="VCResourceCompilerTool"
63
 
                                PreprocessorDefinitions="_DEBUG"
64
 
                                Culture="1033"/>
65
 
                        <Tool
66
 
                                Name="VCWebServiceProxyGeneratorTool"/>
67
 
                        <Tool
68
 
                                Name="VCXMLDataGeneratorTool"/>
69
 
                        <Tool
70
 
                                Name="VCWebDeploymentTool"/>
71
 
                        <Tool
72
 
                                Name="VCManagedWrapperGeneratorTool"/>
73
 
                        <Tool
74
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
75
 
                </Configuration>
76
 
                <Configuration
77
 
                        Name="Release|Win32"
78
 
                        OutputDirectory=".\Release"
79
 
                        IntermediateDirectory=".\Release"
80
 
                        ConfigurationType="1"
81
 
                        UseOfMFC="0"
82
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
83
 
                        <Tool
84
 
                                Name="VCCLCompilerTool"
85
 
                                Optimization="4"
86
 
                                InlineFunctionExpansion="2"
87
 
                                FavorSizeOrSpeed="2"
88
 
                                AdditionalIncludeDirectories=".,.."
89
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
90
 
                                RuntimeLibrary="2"
91
 
                                UsePrecompiledHeader="2"
92
 
                                PrecompiledHeaderFile=".\Release/menubar.pch"
93
 
                                AssemblerListingLocation=".\Release/"
94
 
                                ObjectFile=".\Release/"
95
 
                                ProgramDataBaseFileName=".\Release/"
96
 
                                SuppressStartupBanner="TRUE"
97
 
                                CompileAs="0"/>
98
 
                        <Tool
99
 
                                Name="VCCustomBuildTool"/>
100
 
                        <Tool
101
 
                                Name="VCLinkerTool"
102
 
                                AdditionalDependencies="fltk.lib wsock32.lib comctl32.lib"
103
 
                                OutputFile="../test/menubar.exe"
104
 
                                LinkIncremental="1"
105
 
                                SuppressStartupBanner="TRUE"
106
 
                                AdditionalLibraryDirectories="..\lib"
107
 
                                IgnoreDefaultLibraryNames="libcd"
108
 
                                ProgramDatabaseFile=".\Release/menubar.pdb"
109
 
                                TargetMachine="1"/>
110
 
                        <Tool
111
 
                                Name="VCMIDLTool"
112
 
                                PreprocessorDefinitions="NDEBUG"
113
 
                                MkTypLibCompatible="TRUE"
114
 
                                SuppressStartupBanner="TRUE"
115
 
                                TargetEnvironment="1"
116
 
                                TypeLibraryName=".\Release/menubar.tlb"
117
 
                                HeaderFileName=""/>
118
 
                        <Tool
119
 
                                Name="VCPostBuildEventTool"/>
120
 
                        <Tool
121
 
                                Name="VCPreBuildEventTool"/>
122
 
                        <Tool
123
 
                                Name="VCPreLinkEventTool"/>
124
 
                        <Tool
125
 
                                Name="VCResourceCompilerTool"
126
 
                                PreprocessorDefinitions="NDEBUG"
127
 
                                Culture="1033"/>
128
 
                        <Tool
129
 
                                Name="VCWebServiceProxyGeneratorTool"/>
130
 
                        <Tool
131
 
                                Name="VCXMLDataGeneratorTool"/>
132
 
                        <Tool
133
 
                                Name="VCWebDeploymentTool"/>
134
 
                        <Tool
135
 
                                Name="VCManagedWrapperGeneratorTool"/>
136
 
                        <Tool
137
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
138
 
                </Configuration>
139
 
        </Configurations>
140
 
        <References>
141
 
        </References>
142
 
        <Files>
143
 
                <File
144
 
                        RelativePath="..\test\menubar.cxx">
145
 
                        <FileConfiguration
146
 
                                Name="Debug|Win32">
147
 
                                <Tool
148
 
                                        Name="VCCLCompilerTool"
149
 
                                        Optimization="0"
150
 
                                        AdditionalIncludeDirectories=""
151
 
                                        PreprocessorDefinitions=""/>
152
 
                        </FileConfiguration>
153
 
                        <FileConfiguration
154
 
                                Name="Release|Win32">
155
 
                                <Tool
156
 
                                        Name="VCCLCompilerTool"
157
 
                                        AdditionalIncludeDirectories=""
158
 
                                        PreprocessorDefinitions=""/>
159
 
                        </FileConfiguration>
160
 
                </File>
161
 
        </Files>
162
 
        <Globals>
163
 
        </Globals>
164
 
</VisualStudioProject>
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="menubar"
 
6
        SccProjectName=""
 
7
        SccLocalPath="">
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"/>
 
11
        </Platforms>
 
12
        <Configurations>
 
13
                <Configuration
 
14
                        Name="Debug|Win32"
 
15
                        OutputDirectory=".\menubar_"
 
16
                        IntermediateDirectory=".\menubar_"
 
17
                        ConfigurationType="1"
 
18
                        UseOfMFC="0"
 
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
20
                        <Tool
 
21
                                Name="VCCLCompilerTool"
 
22
                                Optimization="0"
 
23
                                AdditionalIncludeDirectories=".,.."
 
24
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
 
25
                                RuntimeLibrary="3"
 
26
                                UsePrecompiledHeader="2"
 
27
                                PrecompiledHeaderFile=".\menubar_/menubar.pch"
 
28
                                AssemblerListingLocation=".\menubar_/"
 
29
                                ObjectFile=".\menubar_/"
 
30
                                ProgramDataBaseFileName=".\menubar_/"
 
31
                                SuppressStartupBanner="TRUE"
 
32
                                DebugInformationFormat="3"
 
33
                                CompileAs="0"/>
 
34
                        <Tool
 
35
                                Name="VCCustomBuildTool"/>
 
36
                        <Tool
 
37
                                Name="VCLinkerTool"
 
38
                                AdditionalDependencies="fltkd.lib wsock32.lib comctl32.lib"
 
39
                                OutputFile="../test/menubard.exe"
 
40
                                LinkIncremental="1"
 
41
                                SuppressStartupBanner="TRUE"
 
42
                                AdditionalLibraryDirectories="..\lib"
 
43
                                IgnoreDefaultLibraryNames="libcd"
 
44
                                GenerateDebugInformation="TRUE"
 
45
                                ProgramDatabaseFile=".\menubar_/menubard.pdb"
 
46
                                TargetMachine="1"/>
 
47
                        <Tool
 
48
                                Name="VCMIDLTool"
 
49
                                PreprocessorDefinitions="_DEBUG"
 
50
                                MkTypLibCompatible="TRUE"
 
51
                                SuppressStartupBanner="TRUE"
 
52
                                TargetEnvironment="1"
 
53
                                TypeLibraryName=".\menubar_/menubar.tlb"
 
54
                                HeaderFileName=""/>
 
55
                        <Tool
 
56
                                Name="VCPostBuildEventTool"/>
 
57
                        <Tool
 
58
                                Name="VCPreBuildEventTool"/>
 
59
                        <Tool
 
60
                                Name="VCPreLinkEventTool"/>
 
61
                        <Tool
 
62
                                Name="VCResourceCompilerTool"
 
63
                                PreprocessorDefinitions="_DEBUG"
 
64
                                Culture="1033"/>
 
65
                        <Tool
 
66
                                Name="VCWebServiceProxyGeneratorTool"/>
 
67
                        <Tool
 
68
                                Name="VCXMLDataGeneratorTool"/>
 
69
                        <Tool
 
70
                                Name="VCWebDeploymentTool"/>
 
71
                        <Tool
 
72
                                Name="VCManagedWrapperGeneratorTool"/>
 
73
                        <Tool
 
74
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
75
                </Configuration>
 
76
                <Configuration
 
77
                        Name="Release|Win32"
 
78
                        OutputDirectory=".\Release"
 
79
                        IntermediateDirectory=".\Release"
 
80
                        ConfigurationType="1"
 
81
                        UseOfMFC="0"
 
82
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
83
                        <Tool
 
84
                                Name="VCCLCompilerTool"
 
85
                                Optimization="4"
 
86
                                InlineFunctionExpansion="2"
 
87
                                FavorSizeOrSpeed="2"
 
88
                                AdditionalIncludeDirectories=".,.."
 
89
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
 
90
                                RuntimeLibrary="2"
 
91
                                UsePrecompiledHeader="2"
 
92
                                PrecompiledHeaderFile=".\Release/menubar.pch"
 
93
                                AssemblerListingLocation=".\Release/"
 
94
                                ObjectFile=".\Release/"
 
95
                                ProgramDataBaseFileName=".\Release/"
 
96
                                SuppressStartupBanner="TRUE"
 
97
                                CompileAs="0"/>
 
98
                        <Tool
 
99
                                Name="VCCustomBuildTool"/>
 
100
                        <Tool
 
101
                                Name="VCLinkerTool"
 
102
                                AdditionalDependencies="fltk.lib wsock32.lib comctl32.lib"
 
103
                                OutputFile="../test/menubar.exe"
 
104
                                LinkIncremental="1"
 
105
                                SuppressStartupBanner="TRUE"
 
106
                                AdditionalLibraryDirectories="..\lib"
 
107
                                IgnoreDefaultLibraryNames="libcd"
 
108
                                ProgramDatabaseFile=".\Release/menubar.pdb"
 
109
                                TargetMachine="1"/>
 
110
                        <Tool
 
111
                                Name="VCMIDLTool"
 
112
                                PreprocessorDefinitions="NDEBUG"
 
113
                                MkTypLibCompatible="TRUE"
 
114
                                SuppressStartupBanner="TRUE"
 
115
                                TargetEnvironment="1"
 
116
                                TypeLibraryName=".\Release/menubar.tlb"
 
117
                                HeaderFileName=""/>
 
118
                        <Tool
 
119
                                Name="VCPostBuildEventTool"/>
 
120
                        <Tool
 
121
                                Name="VCPreBuildEventTool"/>
 
122
                        <Tool
 
123
                                Name="VCPreLinkEventTool"/>
 
124
                        <Tool
 
125
                                Name="VCResourceCompilerTool"
 
126
                                PreprocessorDefinitions="NDEBUG"
 
127
                                Culture="1033"/>
 
128
                        <Tool
 
129
                                Name="VCWebServiceProxyGeneratorTool"/>
 
130
                        <Tool
 
131
                                Name="VCXMLDataGeneratorTool"/>
 
132
                        <Tool
 
133
                                Name="VCWebDeploymentTool"/>
 
134
                        <Tool
 
135
                                Name="VCManagedWrapperGeneratorTool"/>
 
136
                        <Tool
 
137
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
138
                </Configuration>
 
139
        </Configurations>
 
140
        <References>
 
141
        </References>
 
142
        <Files>
 
143
                <File
 
144
                        RelativePath="..\test\menubar.cxx">
 
145
                        <FileConfiguration
 
146
                                Name="Debug|Win32">
 
147
                                <Tool
 
148
                                        Name="VCCLCompilerTool"
 
149
                                        Optimization="0"
 
150
                                        AdditionalIncludeDirectories=""
 
151
                                        PreprocessorDefinitions=""/>
 
152
                        </FileConfiguration>
 
153
                        <FileConfiguration
 
154
                                Name="Release|Win32">
 
155
                                <Tool
 
156
                                        Name="VCCLCompilerTool"
 
157
                                        AdditionalIncludeDirectories=""
 
158
                                        PreprocessorDefinitions=""/>
 
159
                        </FileConfiguration>
 
160
                </File>
 
161
        </Files>
 
162
        <Globals>
 
163
        </Globals>
 
164
</VisualStudioProject>