source: rtems-graphics-toolkit/fltk-1.1.10/vcnet/input_choice.vcproj @ 513eea1

Last change on this file since 513eea1 was 513eea1, checked in by Joel Sherrill <joel.sherrill@…>, on 01/09/10 at 22:43:24

2010-01-08 Joel Sherrill <joel.sherrill@…>

fltk 1.1.10. imported

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