source: trunk/DirectShowSpy/DirectShowSpyPS.vcproj @ 148

Last change on this file since 148 was 95, checked in by roman, 12 years ago

DirectShowSpy? moved from Assembla

File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="windows-1251"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="DirectShowSpyPS"
6        ProjectGUID="{E0A3323D-478E-4046-909A-AD12AD399A68}"
7        Keyword="AtlPSProj"
8        TargetFrameworkVersion="196613"
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="$(ConfigurationName)PS"
21                        IntermediateDirectory="$(ConfigurationName)PS"
22                        ConfigurationType="2"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                                Description="Checking for required files"
28                                CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.&#x0D;&#x0A;Exit 1&#x0D;&#x0A;:END&#x0D;&#x0A;"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;_DEBUG"
45                                RuntimeLibrary="3"
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                                RegisterOutput="true"
59                                AdditionalDependencies="kernel32.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
60                                ModuleDefinitionFile="DirectShowSpyPS.def"
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="VCPostBuildEventTool"
82                        />
83                </Configuration>
84                <Configuration
85                        Name="Release|Win32"
86                        OutputDirectory="$(ConfigurationName)PS"
87                        IntermediateDirectory="$(ConfigurationName)PS"
88                        ConfigurationType="2"
89                        CharacterSet="1"
90                        >
91                        <Tool
92                                Name="VCPreBuildEventTool"
93                                Description="Checking for required files"
94                                CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;echo Error: MIDL will not generate DLLDATA.C unless you have at least 1 interface in the main project.&#x0D;&#x0A;Exit 1&#x0D;&#x0A;:END&#x0D;&#x0A;"
95                        />
96                        <Tool
97                                Name="VCCustomBuildTool"
98                        />
99                        <Tool
100                                Name="VCXMLDataGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"
104                        />
105                        <Tool
106                                Name="VCMIDLTool"
107                        />
108                        <Tool
109                                Name="VCCLCompilerTool"
110                                Optimization="2"
111                                PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500;REGISTER_PROXY_DLL;NDEBUG"
112                                RuntimeLibrary="2"
113                        />
114                        <Tool
115                                Name="VCManagedResourceCompilerTool"
116                        />
117                        <Tool
118                                Name="VCResourceCompilerTool"
119                        />
120                        <Tool
121                                Name="VCPreLinkEventTool"
122                        />
123                        <Tool
124                                Name="VCLinkerTool"
125                                RegisterOutput="true"
126                                AdditionalDependencies="kernel32.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
127                                ModuleDefinitionFile="DirectShowSpyPS.def"
128                                OptimizeReferences="2"
129                                EnableCOMDATFolding="2"
130                        />
131                        <Tool
132                                Name="VCALinkTool"
133                        />
134                        <Tool
135                                Name="VCManifestTool"
136                        />
137                        <Tool
138                                Name="VCXDCMakeTool"
139                        />
140                        <Tool
141                                Name="VCBscMakeTool"
142                        />
143                        <Tool
144                                Name="VCFxCopTool"
145                        />
146                        <Tool
147                                Name="VCAppVerifierTool"
148                        />
149                        <Tool
150                                Name="VCPostBuildEventTool"
151                        />
152                </Configuration>
153        </Configurations>
154        <References>
155        </References>
156        <Files>
157                <Filter
158                        Name="Source Files"
159                        >
160                </Filter>
161                <Filter
162                        Name="Generated Files"
163                        SourceControlFiles="false"
164                        >
165                        <File
166                                RelativePath=".\dlldata.c"
167                                >
168                        </File>
169                        <File
170                                RelativePath=".\DirectShowSpy_i.c"
171                                >
172                        </File>
173                        <File
174                                RelativePath=".\DirectShowSpy_p.c"
175                                >
176                        </File>
177                </Filter>
178                <File
179                        RelativePath=".\DirectShowSpyps.def"
180                        >
181                </File>
182        </Files>
183        <Globals>
184        </Globals>
185</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.