root/library/bdm/base/libconfig/libconfig_stub.vcproj @ 1165

Revision 248, 3.6 kB (checked in by smidl, 15 years ago)

doc

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="libconfig_stub"
6        ProjectGUID="{6CD5E648-E434-4C9A-9872-AF884149CE93}"
7        RootNamespace="libconfig_stub"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21                        IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
22                        ConfigurationType="1"
23                        CharacterSet="1"
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                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                AdditionalIncludeDirectories="."
43                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
44                                RuntimeLibrary="3"
45                                CompileAs="1"
46                        />
47                        <Tool
48                                Name="VCManagedResourceCompilerTool"
49                        />
50                        <Tool
51                                Name="VCResourceCompilerTool"
52                        />
53                        <Tool
54                                Name="VCPreLinkEventTool"
55                        />
56                        <Tool
57                                Name="VCLinkerTool"
58                                GenerateDebugInformation="true"
59                                SubSystem="1"
60                                TargetMachine="1"
61                        />
62                        <Tool
63                                Name="VCALinkTool"
64                        />
65                        <Tool
66                                Name="VCManifestTool"
67                        />
68                        <Tool
69                                Name="VCXDCMakeTool"
70                        />
71                        <Tool
72                                Name="VCBscMakeTool"
73                        />
74                        <Tool
75                                Name="VCFxCopTool"
76                        />
77                        <Tool
78                                Name="VCAppVerifierTool"
79                        />
80                        <Tool
81                                Name="VCWebDeploymentTool"
82                        />
83                        <Tool
84                                Name="VCPostBuildEventTool"
85                        />
86                </Configuration>
87                <Configuration
88                        Name="Release|Win32"
89                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
90                        IntermediateDirectory="$(ProjectName).$(ConfigurationName)"
91                        ConfigurationType="1"
92                        CharacterSet="1"
93                        WholeProgramOptimization="1"
94                        >
95                        <Tool
96                                Name="VCPreBuildEventTool"
97                        />
98                        <Tool
99                                Name="VCCustomBuildTool"
100                        />
101                        <Tool
102                                Name="VCXMLDataGeneratorTool"
103                        />
104                        <Tool
105                                Name="VCWebServiceProxyGeneratorTool"
106                        />
107                        <Tool
108                                Name="VCMIDLTool"
109                        />
110                        <Tool
111                                Name="VCCLCompilerTool"
112                                AdditionalIncludeDirectories="."
113                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
114                                RuntimeLibrary="2"
115                                UsePrecompiledHeader="0"
116                                CompileAs="1"
117                        />
118                        <Tool
119                                Name="VCManagedResourceCompilerTool"
120                        />
121                        <Tool
122                                Name="VCResourceCompilerTool"
123                        />
124                        <Tool
125                                Name="VCPreLinkEventTool"
126                        />
127                        <Tool
128                                Name="VCLinkerTool"
129                                SubSystem="1"
130                                TargetMachine="1"
131                        />
132                        <Tool
133                                Name="VCALinkTool"
134                        />
135                        <Tool
136                                Name="VCManifestTool"
137                        />
138                        <Tool
139                                Name="VCXDCMakeTool"
140                        />
141                        <Tool
142                                Name="VCBscMakeTool"
143                        />
144                        <Tool
145                                Name="VCFxCopTool"
146                        />
147                        <Tool
148                                Name="VCAppVerifierTool"
149                        />
150                        <Tool
151                                Name="VCWebDeploymentTool"
152                        />
153                        <Tool
154                                Name="VCPostBuildEventTool"
155                        />
156                </Configuration>
157        </Configurations>
158        <References>
159                <ProjectReference
160                        ReferencedProjectIdentifier="{1A234565-926D-49B2-83E4-D56E0C38C9F2}"
161                        RelativePathToProject=".\libconfig.vcproj"
162                />
163        </References>
164        <Files>
165                <Filter
166                        Name="Source Files"
167                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
168                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
169                        >
170                        <File
171                                RelativePath=".\samples\c\stub.c"
172                                >
173                        </File>
174                </Filter>
175                <Filter
176                        Name="Header Files"
177                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
178                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
179                        >
180                </Filter>
181        </Files>
182        <Globals>
183        </Globals>
184</VisualStudioProject>
Note: See TracBrowser for help on using the browser.