Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/mak.vs2005/bin2c5.1_exe.vcproj @ 28

Last change on this file since 28 was 28, checked in by landauf, 16 years ago
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="bin2c5.1_exe"
6        ProjectGUID="{3BFF58AC-B62D-6A40-AAB0-A8843495DF75}"
7        RootNamespace="bin2c5.1_exe"
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="../bin"
21                        IntermediateDirectory="../obj/bin2c5.1_exe/Debug"
22                        ConfigurationType="1"
23                        CharacterSet="2"
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                                Optimization="0"
43                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;DEBUG"
44                                MinimalRebuild="true"
45                                BasicRuntimeChecks="3"
46                                RuntimeLibrary="1"
47                                EnableFunctionLevelLinking="true"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                OutputFile="$(OutDir)/bin2c5.1.exe"
65                                LinkIncremental="2"
66                                AdditionalLibraryDirectories="../lib"
67                                GenerateManifest="false"
68                                GenerateDebugInformation="true"
69                                ProgramDatabaseFile="$(OutDir)/bin2c5.1.pdb"
70                                SubSystem="1"
71                                EntryPointSymbol="mainCRTStartup"
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="VCWebDeploymentTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="../bin"
102                        IntermediateDirectory="../obj/bin2c5.1_exe/Release"
103                        ConfigurationType="1"
104                        CharacterSet="2"
105                        >
106                        <Tool
107                                Name="VCPreBuildEventTool"
108                        />
109                        <Tool
110                                Name="VCCustomBuildTool"
111                        />
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCMIDLTool"
120                        />
121                        <Tool
122                                Name="VCCLCompilerTool"
123                                Optimization="3"
124                                StringPooling="true"
125                                RuntimeLibrary="0"
126                                EnableFunctionLevelLinking="true"
127                                UsePrecompiledHeader="0"
128                                WarningLevel="3"
129                                Detect64BitPortabilityProblems="true"
130                                DebugInformationFormat="0"
131                        />
132                        <Tool
133                                Name="VCManagedResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCPreLinkEventTool"
140                        />
141                        <Tool
142                                Name="VCLinkerTool"
143                                OutputFile="$(OutDir)/bin2c5.1.exe"
144                                LinkIncremental="1"
145                                AdditionalLibraryDirectories="../lib"
146                                GenerateManifest="false"
147                                GenerateDebugInformation="false"
148                                SubSystem="1"
149                                OptimizeReferences="2"
150                                EnableCOMDATFolding="2"
151                                EntryPointSymbol="mainCRTStartup"
152                                TargetMachine="1"
153                        />
154                        <Tool
155                                Name="VCALinkTool"
156                        />
157                        <Tool
158                                Name="VCManifestTool"
159                        />
160                        <Tool
161                                Name="VCXDCMakeTool"
162                        />
163                        <Tool
164                                Name="VCBscMakeTool"
165                        />
166                        <Tool
167                                Name="VCFxCopTool"
168                        />
169                        <Tool
170                                Name="VCAppVerifierTool"
171                        />
172                        <Tool
173                                Name="VCWebDeploymentTool"
174                        />
175                        <Tool
176                                Name="VCPostBuildEventTool"
177                        />
178                </Configuration>
179        </Configurations>
180        <References>
181        </References>
182        <Files>
183                <Filter
184                        Name="etc"
185                        >
186                        <File
187                                RelativePath="..\etc\bin2c.c"
188                                >
189                        </File>
190                </Filter>
191        </Files>
192        <Globals>
193        </Globals>
194</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.