plugin-pid.vcproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="plugin-pid"
  6. ProjectGUID="{9509E1B9-DA2B-4153-9EE0-CBCA6597F198}"
  7. RootNamespace="plugin-pid"
  8. TargetFrameworkVersion="0"
  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="..\plugins"
  21. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  22. ConfigurationType="2"
  23. CharacterSet="2"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. AdditionalOptions="/MP"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="../3rdparty/msinttypes/include"
  45. PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="1"
  48. WarningLevel="3"
  49. DebugInformationFormat="3"
  50. DisableSpecificWarnings="4996"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. PreprocessorDefinitions="_DEBUG"
  58. Culture="1047"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. OutputFile="$(OutDir)\pid.dll"
  66. LinkIncremental="1"
  67. ModuleDefinitionFile="..\src\plugins\pid.def"
  68. GenerateDebugInformation="true"
  69. ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
  70. RandomizedBaseAddress="1"
  71. ImportLibrary="$(IntDir)\$(TargetName).lib"
  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. />
  95. </Configuration>
  96. <Configuration
  97. Name="Release|Win32"
  98. OutputDirectory="..\plugins"
  99. IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
  100. ConfigurationType="2"
  101. CharacterSet="2"
  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. AdditionalOptions="/MP"
  121. Optimization="2"
  122. InlineFunctionExpansion="1"
  123. AdditionalIncludeDirectories="../3rdparty/msinttypes/include"
  124. PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL"
  125. StringPooling="true"
  126. RuntimeLibrary="0"
  127. EnableFunctionLevelLinking="true"
  128. WarningLevel="3"
  129. DebugInformationFormat="3"
  130. DisableSpecificWarnings="4996"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. PreprocessorDefinitions="NDEBUG"
  138. Culture="1047"
  139. />
  140. <Tool
  141. Name="VCPreLinkEventTool"
  142. />
  143. <Tool
  144. Name="VCLinkerTool"
  145. OutputFile="$(OutDir)\pid.dll"
  146. LinkIncremental="1"
  147. ModuleDefinitionFile="..\src\plugins\pid.def"
  148. GenerateDebugInformation="true"
  149. ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
  150. RandomizedBaseAddress="1"
  151. ImportLibrary="$(IntDir)\$(TargetName).lib"
  152. TargetMachine="1"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. />
  175. </Configuration>
  176. </Configurations>
  177. <References>
  178. </References>
  179. <Files>
  180. <File
  181. RelativePath="..\src\plugins\pid.c"
  182. >
  183. </File>
  184. <File
  185. RelativePath="..\src\plugins\pid.def"
  186. >
  187. </File>
  188. </Files>
  189. <Globals>
  190. </Globals>
  191. </VisualStudioProject>