source: rtems-graphics-toolkit/fltk-1.1.10/vc2005/threads.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: 5.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="threads"
6        ProjectGUID="{45236F71-7031-40BC-ADCD-0535A64C04B0}"
7        >
8        <Platforms>
9                <Platform
10                        Name="Win32"
11                />
12        </Platforms>
13        <ToolFiles>
14        </ToolFiles>
15        <Configurations>
16                <Configuration
17                        Name="Debug|Win32"
18                        OutputDirectory=".\threads_"
19                        IntermediateDirectory=".\threads_"
20                        ConfigurationType="1"
21                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
22                        UseOfMFC="0"
23                        ATLMinimizesCRunTimeLibraryUsage="false"
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                                PreprocessorDefinitions="_DEBUG"
40                                MkTypLibCompatible="true"
41                                SuppressStartupBanner="true"
42                                TargetEnvironment="1"
43                                TypeLibraryName=".\threads_/threads.tlb"
44                                HeaderFileName=""
45                        />
46                        <Tool
47                                Name="VCCLCompilerTool"
48                                Optimization="0"
49                                AdditionalIncludeDirectories="..\vc2005;..\zlib;..\png;..\jpeg;.."
50                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
51                                RuntimeLibrary="3"
52                                UsePrecompiledHeader="0"
53                                PrecompiledHeaderFile=".\threads_/threads.pch"
54                                AssemblerListingLocation=".\threads_/"
55                                ObjectFile=".\threads_/"
56                                ProgramDataBaseFileName=".\threads_/"
57                                SuppressStartupBanner="true"
58                                DebugInformationFormat="3"
59                                CompileAs="0"
60                        />
61                        <Tool
62                                Name="VCManagedResourceCompilerTool"
63                        />
64                        <Tool
65                                Name="VCResourceCompilerTool"
66                                PreprocessorDefinitions="_DEBUG"
67                                Culture="1033"
68                        />
69                        <Tool
70                                Name="VCPreLinkEventTool"
71                        />
72                        <Tool
73                                Name="VCLinkerTool"
74                                AdditionalDependencies="fltkd.lib wsock32.lib comctl32.lib"
75                                OutputFile="../test/threadsd.exe"
76                                LinkIncremental="1"
77                                SuppressStartupBanner="true"
78                                AdditionalLibraryDirectories="..\lib"
79                                IgnoreDefaultLibraryNames="libcd"
80                                GenerateDebugInformation="true"
81                                ProgramDatabaseFile=".\threads_/threadsd.pdb"
82                                SubSystem="2"
83                                TargetMachine="1"
84                        />
85                        <Tool
86                                Name="VCALinkTool"
87                        />
88                        <Tool
89                                Name="VCManifestTool"
90                        />
91                        <Tool
92                                Name="VCXDCMakeTool"
93                        />
94                        <Tool
95                                Name="VCBscMakeTool"
96                        />
97                        <Tool
98                                Name="VCFxCopTool"
99                        />
100                        <Tool
101                                Name="VCAppVerifierTool"
102                        />
103                        <Tool
104                                Name="VCWebDeploymentTool"
105                        />
106                        <Tool
107                                Name="VCPostBuildEventTool"
108                        />
109                </Configuration>
110                <Configuration
111                        Name="Release|Win32"
112                        OutputDirectory=".\Release"
113                        IntermediateDirectory=".\Release"
114                        ConfigurationType="1"
115                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
116                        UseOfMFC="0"
117                        ATLMinimizesCRunTimeLibraryUsage="false"
118                        >
119                        <Tool
120                                Name="VCPreBuildEventTool"
121                        />
122                        <Tool
123                                Name="VCCustomBuildTool"
124                        />
125                        <Tool
126                                Name="VCXMLDataGeneratorTool"
127                        />
128                        <Tool
129                                Name="VCWebServiceProxyGeneratorTool"
130                        />
131                        <Tool
132                                Name="VCMIDLTool"
133                                PreprocessorDefinitions="NDEBUG"
134                                MkTypLibCompatible="true"
135                                SuppressStartupBanner="true"
136                                TargetEnvironment="1"
137                                TypeLibraryName=".\Release/threads.tlb"
138                                HeaderFileName=""
139                        />
140                        <Tool
141                                Name="VCCLCompilerTool"
142                                Optimization="4"
143                                InlineFunctionExpansion="2"
144                                FavorSizeOrSpeed="2"
145                                AdditionalIncludeDirectories="..\vc2005;..\zlib;..\png;..\jpeg;.."
146                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;WIN32_EXTRA_LEAN"
147                                RuntimeLibrary="2"
148                                UsePrecompiledHeader="0"
149                                PrecompiledHeaderFile=".\Release/threads.pch"
150                                AssemblerListingLocation=".\Release/"
151                                ObjectFile=".\Release/"
152                                ProgramDataBaseFileName=".\Release/"
153                                SuppressStartupBanner="true"
154                                CompileAs="0"
155                        />
156                        <Tool
157                                Name="VCManagedResourceCompilerTool"
158                        />
159                        <Tool
160                                Name="VCResourceCompilerTool"
161                                PreprocessorDefinitions="NDEBUG"
162                                Culture="1033"
163                        />
164                        <Tool
165                                Name="VCPreLinkEventTool"
166                        />
167                        <Tool
168                                Name="VCLinkerTool"
169                                AdditionalDependencies="fltk.lib wsock32.lib comctl32.lib"
170                                OutputFile="../test/threads.exe"
171                                LinkIncremental="1"
172                                SuppressStartupBanner="true"
173                                AdditionalLibraryDirectories="..\lib"
174                                IgnoreDefaultLibraryNames="libcd"
175                                ProgramDatabaseFile=".\Release/threads.pdb"
176                                SubSystem="2"
177                                TargetMachine="1"
178                        />
179                        <Tool
180                                Name="VCALinkTool"
181                        />
182                        <Tool
183                                Name="VCManifestTool"
184                        />
185                        <Tool
186                                Name="VCXDCMakeTool"
187                        />
188                        <Tool
189                                Name="VCBscMakeTool"
190                        />
191                        <Tool
192                                Name="VCFxCopTool"
193                        />
194                        <Tool
195                                Name="VCAppVerifierTool"
196                        />
197                        <Tool
198                                Name="VCWebDeploymentTool"
199                        />
200                        <Tool
201                                Name="VCPostBuildEventTool"
202                        />
203                </Configuration>
204        </Configurations>
205        <References>
206        </References>
207        <Files>
208                <File
209                        RelativePath="..\test\threads.cxx"
210                        >
211                        <FileConfiguration
212                                Name="Debug|Win32"
213                                >
214                                <Tool
215                                        Name="VCCLCompilerTool"
216                                        Optimization="0"
217                                        AdditionalIncludeDirectories=""
218                                        PreprocessorDefinitions=""
219                                />
220                        </FileConfiguration>
221                        <FileConfiguration
222                                Name="Release|Win32"
223                                >
224                                <Tool
225                                        Name="VCCLCompilerTool"
226                                        AdditionalIncludeDirectories=""
227                                        PreprocessorDefinitions=""
228                                />
229                        </FileConfiguration>
230                </File>
231        </Files>
232        <Globals>
233        </Globals>
234</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.