]> git.sesse.net Git - vlc/blob - msvc/libvlc.vcproj.in
Fixed p_aout was used after the object was released.
[vlc] / msvc / libvlc.vcproj.in
1 <?xml version="1.0" encoding="Windows-1252"?>\r
2 <VisualStudioProject\r
3         ProjectType="Visual C++"\r
4         Version="7.10"\r
5         Name="liblvc"\r
6         ProjectGUID="{§GUID§}"\r
7         RootNamespace="libvlc"\r
8         Keyword="Win32Proj">\r
9         <Platforms>\r
10                 <Platform\r
11                         Name="Win32"/>\r
12         </Platforms>\r
13         <Configurations>\r
14                 <Configuration\r
15                         Name="Debug|Win32"\r
16                         OutputDirectory="Debug"\r
17                         IntermediateDirectory="Debug"\r
18                         ConfigurationType="4"\r
19                         UseOfMFC="0"\r
20                         CharacterSet="2">\r
21                         <Tool\r
22                                 Name="VCCLCompilerTool"\r
23                                 Optimization="0"\r
24                                 AdditionalIncludeDirectories=".;..\include"\r
25                                 PreprocessorDefinitions="WIN32;_DEBUG;__VLC__"\r
26                                 MinimalRebuild="TRUE"\r
27                                 BasicRuntimeChecks="3"\r
28                                 RuntimeLibrary="3"\r
29                                 UsePrecompiledHeader="0"\r
30                                 ObjectFile="$(IntDir)/$(ProjectName)/"\r
31                                 ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"\r
32                                 WarningLevel="3"\r
33                                 Detect64BitPortabilityProblems="TRUE"\r
34                                 DebugInformationFormat="4"/>\r
35                         <Tool\r
36                                 Name="VCCustomBuildTool"/>\r
37                         <Tool\r
38                                 Name="VCLibrarianTool"/>\r
39                         <Tool\r
40                                 Name="VCMIDLTool"/>\r
41                         <Tool\r
42                                 Name="VCPostBuildEventTool"/>\r
43                         <Tool\r
44                                 Name="VCPreBuildEventTool"/>\r
45                         <Tool\r
46                                 Name="VCPreLinkEventTool"/>\r
47                         <Tool\r
48                                 Name="VCResourceCompilerTool"/>\r
49                         <Tool\r
50                                 Name="VCWebServiceProxyGeneratorTool"/>\r
51                         <Tool\r
52                                 Name="VCXMLDataGeneratorTool"/>\r
53                         <Tool\r
54                                 Name="VCWebDeploymentTool"/>\r
55                         <Tool\r
56                                 Name="VCManagedWrapperGeneratorTool"/>\r
57                         <Tool\r
58                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
59                 </Configuration>\r
60                 <Configuration\r
61                         Name="Release|Win32"\r
62                         OutputDirectory="Release"\r
63                         IntermediateDirectory="Release"\r
64                         ConfigurationType="1"\r
65                         CharacterSet="2">\r
66                         <Tool\r
67                                 Name="VCCLCompilerTool"\r
68                                 AdditionalIncludeDirectories=".;..\include"\r
69                                 PreprocessorDefinitions="WIN32;NDEBUG;__VLC__"\r
70                                 RuntimeLibrary="4"\r
71                                 UsePrecompiledHeader="3"\r
72                                 WarningLevel="3"\r
73                                 Detect64BitPortabilityProblems="TRUE"\r
74                                 DebugInformationFormat="3"/>\r
75                         <Tool\r
76                                 Name="VCCustomBuildTool"/>\r
77                         <Tool\r
78                                 Name="VCLibrarianTool"/>\r
79                         <Tool\r
80                                 Name="VCMIDLTool"/>\r
81                         <Tool\r
82                                 Name="VCPostBuildEventTool"/>\r
83                         <Tool\r
84                                 Name="VCPreBuildEventTool"/>\r
85                         <Tool\r
86                                 Name="VCPreLinkEventTool"/>\r
87                         <Tool\r
88                                 Name="VCResourceCompilerTool"/>\r
89                         <Tool\r
90                                 Name="VCWebServiceProxyGeneratorTool"/>\r
91                         <Tool\r
92                                 Name="VCXMLDataGeneratorTool"/>\r
93                         <Tool\r
94                                 Name="VCWebDeploymentTool"/>\r
95                         <Tool\r
96                                 Name="VCManagedWrapperGeneratorTool"/>\r
97                         <Tool\r
98                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r
99                 </Configuration>\r
100         </Configurations>\r
101         <References>\r
102         </References>\r
103         <Files>\r
104                 <Filter Name="Source Files" Filter="c;cpp">\r
105                         §SOURCES§\r
106                 </Filter>\r
107                 <Filter Name="Header Files" Filter="h;hpp">\r
108                         §HEADERS§\r
109                 </Filter>\r
110         </Files>\r
111         <Globals>\r
112         </Globals>\r
113 </VisualStudioProject>\r