選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

makemovie.vcproj 4.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="makemovie"
  6. ProjectGUID="{A65DC7CE-D5BF-4CB6-942F-C970076E68C9}"
  7. RootNamespace="makemovie"
  8. Keyword="Win32Proj"
  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)\win32\$(ConfigurationName)\bin"
  22. IntermediateDirectory="$(OutDir)\$(ProjectName)"
  23. ConfigurationType="1"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. CommandLine=""
  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. AdditionalIncludeDirectories="..\win32;..\pipi;..\win32\ffmpeg\include"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. LinkIncremental="2"
  67. AdditionalLibraryDirectories=""
  68. GenerateDebugInformation="true"
  69. SubSystem="1"
  70. RandomizedBaseAddress="1"
  71. DataExecutionPrevention="0"
  72. TargetMachine="1"
  73. />
  74. <Tool
  75. Name="VCALinkTool"
  76. />
  77. <Tool
  78. Name="VCManifestTool"
  79. />
  80. <Tool
  81. Name="VCXDCMakeTool"
  82. />
  83. <Tool
  84. Name="VCBscMakeTool"
  85. />
  86. <Tool
  87. Name="VCFxCopTool"
  88. />
  89. <Tool
  90. Name="VCAppVerifierTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. CommandLine="xcopy /Y /D $(SolutionDir)\win32\ffmpeg\lib\*.dll $(OutDir)"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\bin"
  100. IntermediateDirectory="$(OutDir)\$(ProjectName)"
  101. ConfigurationType="1"
  102. CharacterSet="1"
  103. WholeProgramOptimization="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. CommandLine=""
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalIncludeDirectories="..\win32;..\pipi;..\win32\ffmpeg\include"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  125. RuntimeLibrary="2"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="3"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. LinkIncremental="2"
  143. AdditionalLibraryDirectories=""
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. RandomizedBaseAddress="1"
  149. DataExecutionPrevention="0"
  150. TargetMachine="1"
  151. />
  152. <Tool
  153. Name="VCALinkTool"
  154. />
  155. <Tool
  156. Name="VCManifestTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. />
  164. <Tool
  165. Name="VCFxCopTool"
  166. />
  167. <Tool
  168. Name="VCAppVerifierTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. CommandLine="xcopy /Y /D $(SolutionDir)\win32\ffmpeg\lib\*.dll $(OutDir)"
  173. />
  174. </Configuration>
  175. </Configurations>
  176. <References>
  177. </References>
  178. <Files>
  179. <File
  180. RelativePath="..\win32\config.h"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\makemovie.c"
  185. >
  186. </File>
  187. </Files>
  188. <Globals>
  189. </Globals>
  190. </VisualStudioProject>