DVD.vcproj
上传用户:asa1698
上传日期:2022-01-15
资源大小:8015k
文件大小:7k
源码类别:

DVD

开发平台:

C#

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="DVD"
  6. ProjectGUID="{1A02A2D5-6685-42B6-B3DF-3A144CD1F8F4}"
  7. RootNamespace="DVD"
  8. Keyword="ManagedCProj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. CharacterSet="1"
  25. ManagedExtensions="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  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. Optimization="0"
  45. PreprocessorDefinitions="WIN32;_DEBUG"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="2"
  48. WarningLevel="3"
  49. DebugInformationFormat="3"
  50. />
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCPreLinkEventTool"
  59. />
  60. <Tool
  61. Name="VCLinkerTool"
  62. AdditionalDependencies="winmm.lib $(NOINHERIT)"
  63. LinkIncremental="2"
  64. GenerateDebugInformation="true"
  65. AssemblyDebug="1"
  66. SubSystem="2"
  67. EntryPointSymbol="main"
  68. RandomizedBaseAddress="1"
  69. DataExecutionPrevention="0"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="1"
  100. ManagedExtensions="2"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. PreprocessorDefinitions="WIN32;NDEBUG"
  121. RuntimeLibrary="2"
  122. UsePrecompiledHeader="2"
  123. WarningLevel="3"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. AdditionalDependencies="$(NoInherit)"
  138. LinkIncremental="1"
  139. GenerateDebugInformation="true"
  140. SubSystem="2"
  141. EntryPointSymbol="main"
  142. RandomizedBaseAddress="1"
  143. DataExecutionPrevention="0"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. <AssemblyReference
  171. RelativePath="System.dll"
  172. AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  173. MinFrameworkVersion="131072"
  174. />
  175. <AssemblyReference
  176. RelativePath="System.Data.dll"
  177. AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
  178. MinFrameworkVersion="131072"
  179. />
  180. <AssemblyReference
  181. RelativePath="System.Drawing.dll"
  182. AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  183. MinFrameworkVersion="131072"
  184. />
  185. <AssemblyReference
  186. RelativePath="System.Windows.Forms.dll"
  187. AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  188. MinFrameworkVersion="131072"
  189. />
  190. <AssemblyReference
  191. RelativePath="System.XML.dll"
  192. AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
  193. MinFrameworkVersion="131072"
  194. />
  195. <AssemblyReference
  196. RelativePath="Microsoft.ReportViewer.WinForms.dll"
  197. AssemblyName="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  198. MinFrameworkVersion="0"
  199. />
  200. <AssemblyReference
  201. RelativePath="Microsoft.ReportViewer.Common.dll"
  202. AssemblyName="Microsoft.ReportViewer.Common, Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  203. MinFrameworkVersion="0"
  204. />
  205. <AssemblyReference
  206. RelativePath="System.Web.dll"
  207. AssemblyName="System.Web, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=IA64"
  208. MinFrameworkVersion="131072"
  209. />
  210. <AssemblyReference
  211. RelativePath="System.Web.Services.dll"
  212. AssemblyName="System.Web.Services, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
  213. MinFrameworkVersion="131072"
  214. />
  215. <ActiveXReference
  216. ControlGUID="{6bf52a50-394a-11d3-b153-00c04f79faa6}"
  217. ControlVersion="1.0"
  218. LocaleID="0"
  219. WrapperTool="aximp"
  220. />
  221. </References>
  222. <Files>
  223. <Filter
  224. Name="源文件"
  225. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  226. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  227. >
  228. <File
  229. RelativePath=".AssemblyInfo.cpp"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".DVD.cpp"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".stdafx.cpp"
  238. >
  239. <FileConfiguration
  240. Name="Debug|Win32"
  241. >
  242. <Tool
  243. Name="VCCLCompilerTool"
  244. UsePrecompiledHeader="1"
  245. />
  246. </FileConfiguration>
  247. <FileConfiguration
  248. Name="Release|Win32"
  249. >
  250. <Tool
  251. Name="VCCLCompilerTool"
  252. UsePrecompiledHeader="1"
  253. />
  254. </FileConfiguration>
  255. </File>
  256. </Filter>
  257. <Filter
  258. Name="头文件"
  259. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  260. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  261. >
  262. <File
  263. RelativePath=".DVDClass.h"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".Form1.h"
  268. FileType="3"
  269. >
  270. <File
  271. RelativePath=".Form1.az-Cyrl-AZ.resx"
  272. SubType="Designer"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".Form1.resX"
  277. SubType="Designer"
  278. >
  279. </File>
  280. </File>
  281. <File
  282. RelativePath=".resource.h"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".stdafx.h"
  287. >
  288. </File>
  289. </Filter>
  290. <Filter
  291. Name="资源文件"
  292. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  293. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  294. >
  295. <File
  296. RelativePath=".app.ico"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".app.rc"
  301. >
  302. </File>
  303. </Filter>
  304. <File
  305. RelativePath=".ReadMe.txt"
  306. >
  307. </File>
  308. </Files>
  309. <Globals>
  310. </Globals>
  311. </VisualStudioProject>