win32/vs7: Add new vs7 project files and solution.
[platform/upstream/gstreamer.git] / win32 / vs7 / gst-inspect.vcproj
1 <?xml version="1.0" encoding="windows-1251"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="gst-inspect"
6         ProjectGUID="{8064BB40-20BE-4EDE-A555-C57D314B7CE9}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="1"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="../..,../../libs,../common"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="0"
26                                 RuntimeLibrary="3"
27                                 BufferSecurityCheck="FALSE"
28                                 UsePrecompiledHeader="0"
29                                 WarningLevel="3"
30                                 Detect64BitPortabilityProblems="FALSE"
31                                 DebugInformationFormat="4"/>
32                         <Tool
33                                 Name="VCCustomBuildTool"/>
34                         <Tool
35                                 Name="VCLinkerTool"
36                                 IgnoreImportLibrary="TRUE"
37                                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
38                                 OutputFile="$(OutDir)/gst-inspect-0.10.exe"
39                                 LinkIncremental="1"
40                                 GenerateDebugInformation="TRUE"
41                                 ProgramDatabaseFile="$(OutDir)/gst-inspect-0.10.pdb"
42                                 SubSystem="1"
43                                 TargetMachine="1"/>
44                         <Tool
45                                 Name="VCMIDLTool"/>
46                         <Tool
47                                 Name="VCPostBuildEventTool"
48                                 CommandLine="copy /y &quot;$(TargetPath)&quot; c:\gstreamer\debug\bin"/>
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="../..,../../libs,../common"
75                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
76                                 RuntimeLibrary="2"
77                                 BufferSecurityCheck="FALSE"
78                                 UsePrecompiledHeader="0"
79                                 WarningLevel="3"
80                                 Detect64BitPortabilityProblems="FALSE"
81                                 DebugInformationFormat="3"/>
82                         <Tool
83                                 Name="VCCustomBuildTool"/>
84                         <Tool
85                                 Name="VCLinkerTool"
86                                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
87                                 OutputFile="$(OutDir)/gst-inspect-0.10.exe"
88                                 LinkIncremental="1"
89                                 GenerateDebugInformation="TRUE"
90                                 SubSystem="1"
91                                 OptimizeReferences="2"
92                                 EnableCOMDATFolding="2"
93                                 TargetMachine="1"/>
94                         <Tool
95                                 Name="VCMIDLTool"/>
96                         <Tool
97                                 Name="VCPostBuildEventTool"
98                                 CommandLine="copy /y &quot;$(TargetPath)&quot; c:\gstreamer\bin"/>
99                         <Tool
100                                 Name="VCPreBuildEventTool"/>
101                         <Tool
102                                 Name="VCPreLinkEventTool"/>
103                         <Tool
104                                 Name="VCResourceCompilerTool"/>
105                         <Tool
106                                 Name="VCWebServiceProxyGeneratorTool"/>
107                         <Tool
108                                 Name="VCXMLDataGeneratorTool"/>
109                         <Tool
110                                 Name="VCWebDeploymentTool"/>
111                         <Tool
112                                 Name="VCManagedWrapperGeneratorTool"/>
113                         <Tool
114                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
115                 </Configuration>
116         </Configurations>
117         <References>
118         </References>
119         <Files>
120                 <Filter
121                         Name="Source Files"
122                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
123                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
124                         <File
125                                 RelativePath="..\..\tools\gst-inspect.c">
126                         </File>
127                 </Filter>
128         </Files>
129         <Globals>
130         </Globals>
131 </VisualStudioProject>