Refresh patch.
[vlc/vlc-skelet.git] / msvc / plugins.vcproj.in
blob11cb18f36c628cdfbe8de3e6dfddfdcb383446a4
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="ZPLUGINZ"
6 ProjectGUID="{ZGUIDZ}"
7 RootNamespace="ZPLUGINZ"
8 Keyword="Win32Proj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="Debug"
17 IntermediateDirectory="Debug"
18 ConfigurationType="2"
19 CharacterSet="2">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories=".;..\include"
24 PreprocessorDefinitions="WIN32;_DEBUG;__LIBVLC__;__PLUGIN__;MODULE_NAME=ZPLUGINZ"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="3"
28 UsePrecompiledHeader="0"
29 ObjectFile="$(IntDir)/$(ProjectName)/"
30 ProgramDataBaseFileName="$(IntDir)/$(ProjectName).pdb"
31 WarningLevel="3"
32 Detect64BitPortabilityProblems="TRUE"
33 DebugInformationFormat="4"/>
34 <Tool
35 Name="VCCustomBuildTool"/>
36 <Tool
37 Name="VCLinkerTool"
38 OutputFile="$(OutDir)\plugins\$(ProjectName).dll"
39 LinkIncremental="2"
40 AdditionalLibraryDirectories=""
41 GenerateDebugInformation="TRUE"
42 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
43 SubSystem="1"
44 TargetMachine="1"/>
45 <Tool
46 Name="VCMIDLTool"/>
47 <Tool
48 Name="VCPostBuildEventTool"/>
49 <Tool
50 Name="VCPreBuildEventTool"/>
51 <Tool
52 Name="VCPreLinkEventTool"/>
53 <Tool
54 Name="VCResourceCompilerTool"/>
55 <Tool
56 Name="VCWebServiceProxyGeneratorTool"/>
57 <Tool
58 Name="VCXMLDataGeneratorTool"/>
59 <Tool
60 Name="VCWebDeploymentTool"/>
61 <Tool
62 Name="VCManagedWrapperGeneratorTool"/>
63 <Tool
64 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65 </Configuration>
66 <Configuration
67 Name="Release|Win32"
68 OutputDirectory="Release"
69 IntermediateDirectory="Release"
70 ConfigurationType="1"
71 CharacterSet="2">
72 <Tool
73 Name="VCCLCompilerTool"
74 AdditionalIncludeDirectories=".;..\include"
75 PreprocessorDefinitions="WIN32;NDEBUG;__LIBVLC__;__PLUGIN__;MODULE_NAME=ZPLUGINZ"
76 RuntimeLibrary="4"
77 UsePrecompiledHeader="3"
78 WarningLevel="3"
79 Detect64BitPortabilityProblems="TRUE"
80 DebugInformationFormat="3"/>
81 <Tool
82 Name="VCCustomBuildTool"/>
83 <Tool
84 Name="VCLinkerTool"
85 OutputFile="$(OutDir)\plugins\$(ProjectName).dll"
86 LinkIncremental="1"
87 GenerateDebugInformation="TRUE"
88 SubSystem="1"
89 OptimizeReferences="2"
90 EnableCOMDATFolding="2"
91 TargetMachine="1"/>
92 <Tool
93 Name="VCMIDLTool"/>
94 <Tool
95 Name="VCPostBuildEventTool"/>
96 <Tool
97 Name="VCPreBuildEventTool"/>
98 <Tool
99 Name="VCPreLinkEventTool"/>
100 <Tool
101 Name="VCResourceCompilerTool"/>
102 <Tool
103 Name="VCWebServiceProxyGeneratorTool"/>
104 <Tool
105 Name="VCXMLDataGeneratorTool"/>
106 <Tool
107 Name="VCWebDeploymentTool"/>
108 <Tool
109 Name="VCManagedWrapperGeneratorTool"/>
110 <Tool
111 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112 </Configuration>
113 </Configurations>
114 <References>
115 </References>
116 <Files>
117 <Filter Name="Source Files" Filter="c;cpp">
118 ZSOURCESZ
119 </Filter>
120 <Filter Name="Header Files" Filter="h;hpp">
121 ZHEADERSZ
122 </Filter>
123 </Files>
124 <Globals>
125 </Globals>
126 </VisualStudioProject>