source: rtems-graphics-toolkit/jpeg-7/makervcp.vc9 @ 2abf143

base initial
Last change on this file since 2abf143 was 2abf143, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/09 at 00:59:55

Initial import of jpeg and tiff libraries.

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="rdjpgcom"
6        ProjectGUID="{EB107F86-A8CC-4507-8115-88D31DDE4CDF}"
7        RootNamespace="rdjpgcom"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="196613"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Release|Win32"
21                        OutputDirectory="$(ProjectName)\$(ConfigurationName)"
22                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
23                        ConfigurationType="1"
24                        CharacterSet="0"
25                        WholeProgramOptimization="1"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                Optimization="3"
45                                EnableIntrinsicFunctions="false"
46                                EnableFiberSafeOptimizations="true"
47                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
48                                RuntimeLibrary="2"
49                                EnableFunctionLevelLinking="true"
50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                DebugInformationFormat="3"
53                                CompileAs="0"
54                                DisableSpecificWarnings="4996"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                LinkIncremental="1"
68                                GenerateDebugInformation="true"
69                                SubSystem="1"
70                                OptimizeReferences="2"
71                                EnableCOMDATFolding="2"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCPostBuildEventTool"
94                        />
95                </Configuration>
96        </Configurations>
97        <References>
98        </References>
99        <Files>
100                <Filter
101                        Name="Quelldateien"
102                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
103                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
104                        >
105                        <File
106                                RelativePath=".\rdjpgcom.c"
107                                >
108                        </File>
109                </Filter>
110                <Filter
111                        Name="Headerdateien"
112                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
113                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
114                        >
115                        <File
116                                RelativePath=".\jconfig.h"
117                                >
118                        </File>
119                        <File
120                                RelativePath=".\jinclude.h"
121                                >
122                        </File>
123                </Filter>
124                <Filter
125                        Name="Ressourcendateien"
126                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
127                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
128                        >
129                </Filter>
130        </Files>
131        <Globals>
132        </Globals>
133</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.