Update bulgarian.lang by Zahari Yurukov
[maemo-rb.git] / utils / MTP / MTP_DLL / MTP_DLL.vcproj
blobd8acdfe8e7456a2139750336d45ee9cf4ea76cd4
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="MTP_DLL"
6 ProjectGUID="{C7A39A2D-2ADF-40A3-A9A5-0DF4509B761B}"
7 RootNamespace="MTP_DLL"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="2"
23 CharacterSet="1"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc"
44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MTP_DLL_EXPORTS"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="4"
53 <Tool
54 Name="VCManagedResourceCompilerTool"
56 <Tool
57 Name="VCResourceCompilerTool"
59 <Tool
60 Name="VCPreLinkEventTool"
62 <Tool
63 Name="VCLinkerTool"
64 AdditionalDependencies="mssachlp.lib"
65 LinkIncremental="2"
66 AdditionalLibraryDirectories="c:\wmsdk\wmfsdk95\lib,c:\wmsdk\wmfsdk95\wmdm\lib"
67 GenerateDebugInformation="true"
68 SubSystem="2"
69 TargetMachine="1"
71 <Tool
72 Name="VCALinkTool"
74 <Tool
75 Name="VCManifestTool"
77 <Tool
78 Name="VCXDCMakeTool"
80 <Tool
81 Name="VCBscMakeTool"
83 <Tool
84 Name="VCFxCopTool"
86 <Tool
87 Name="VCAppVerifierTool"
89 <Tool
90 Name="VCWebDeploymentTool"
92 <Tool
93 Name="VCPostBuildEventTool"
95 </Configuration>
96 <Configuration
97 Name="Release|Win32"
98 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99 IntermediateDirectory="$(ConfigurationName)"
100 ConfigurationType="2"
101 CharacterSet="1"
102 WholeProgramOptimization="1"
104 <Tool
105 Name="VCPreBuildEventTool"
107 <Tool
108 Name="VCCustomBuildTool"
110 <Tool
111 Name="VCXMLDataGeneratorTool"
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"
116 <Tool
117 Name="VCMIDLTool"
119 <Tool
120 Name="VCCLCompilerTool"
121 AdditionalIncludeDirectories="c:\wmsdk\wmfsdk95\include;c:\wmsdk\wmfsdk95\wmdm\inc"
122 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MTP_DLL_EXPORTS"
123 RuntimeLibrary="2"
124 UsePrecompiledHeader="0"
125 WarningLevel="3"
126 Detect64BitPortabilityProblems="true"
127 DebugInformationFormat="3"
129 <Tool
130 Name="VCManagedResourceCompilerTool"
132 <Tool
133 Name="VCResourceCompilerTool"
135 <Tool
136 Name="VCPreLinkEventTool"
138 <Tool
139 Name="VCLinkerTool"
140 AdditionalDependencies="mssachlp.lib"
141 LinkIncremental="1"
142 AdditionalLibraryDirectories="c:\wmsdk\wmfsdk95\lib,c:\wmsdk\wmfsdk95\wmdm\lib"
143 GenerateManifest="true"
144 GenerateDebugInformation="false"
145 SubSystem="2"
146 OptimizeReferences="2"
147 EnableCOMDATFolding="2"
148 TargetMachine="1"
150 <Tool
151 Name="VCALinkTool"
153 <Tool
154 Name="VCManifestTool"
156 <Tool
157 Name="VCXDCMakeTool"
159 <Tool
160 Name="VCBscMakeTool"
162 <Tool
163 Name="VCFxCopTool"
165 <Tool
166 Name="VCAppVerifierTool"
168 <Tool
169 Name="VCWebDeploymentTool"
171 <Tool
172 Name="VCPostBuildEventTool"
173 CommandLine="echo Copying $(TargetName) dll / lib to ..&#x0D;&#x0A;copy /Y &quot;$(InputDir)$(ConfigurationName)\$(TargetFileName)&quot; &quot;$(InputDir)..\&quot;&#x0D;&#x0A;copy /Y &quot;$(InputDir)$(ConfigurationName)\$(TargetName).lib&quot; &quot;$(InputDir)..\&quot;&#x0D;&#x0A;"
175 </Configuration>
176 </Configurations>
177 <References>
178 </References>
179 <Files>
180 <Filter
181 Name="Source Files"
182 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
183 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
185 <File
186 RelativePath=".\MTP_DLL.cpp"
188 </File>
189 <File
190 RelativePath=".\mtp_wrapper.cpp"
192 </File>
193 <File
194 RelativePath=".\progresshelper.cpp"
196 </File>
197 </Filter>
198 <Filter
199 Name="Header Files"
200 Filter="h;hpp;hxx;hm;inl;inc;xsd"
201 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
203 <File
204 RelativePath=".\MTP_DLL.h"
206 </File>
207 <File
208 RelativePath=".\progresshelper.h"
210 </File>
211 </Filter>
212 <Filter
213 Name="Resource Files"
214 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
215 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
217 </Filter>
218 </Files>
219 <Globals>
220 </Globals>
221 </VisualStudioProject>