InStateReactionTest.vcproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="InStateReactionTest"
  6. ProjectGUID="{DAD64722-72C8-4424-9024-185A0D0D897A}"
  7. RootNamespace="InStateReactionTest"
  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="$(ProjectName)Debug"
  22. IntermediateDirectory="$(ProjectName)Debug"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="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. AdditionalIncludeDirectories="..\..\..\"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. DisableLanguageExtensions="true"
  51. TreatWChar_tAsBuiltInType="true"
  52. ForceConformanceInForLoopScope="true"
  53. RuntimeTypeInfo="true"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="4"
  56. WarnAsError="true"
  57. Detect64BitPortabilityProblems="false"
  58. DebugInformationFormat="4"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. AdditionalDependencies="libboost_test_exec_monitor-vc90-mt-gd-1_45.lib"
  72. OutputFile="$(OutDir)/InStateReactionTest.exe"
  73. LinkIncremental="2"
  74. AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\bin.v2\libs\test\build\msvc-9.0\$(ConfigurationName)\asynch-exceptions-on\link-static\threading-multi&quot;"
  75. GenerateDebugInformation="true"
  76. ProgramDatabaseFile="$(OutDir)/InStateReactionTest.pdb"
  77. SubSystem="1"
  78. RandomizedBaseAddress="1"
  79. DataExecutionPrevention="0"
  80. TargetMachine="1"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. />
  103. </Configuration>
  104. <Configuration
  105. Name="Release|Win32"
  106. OutputDirectory="$(ProjectName)Release"
  107. IntermediateDirectory="$(ProjectName)Release"
  108. ConfigurationType="1"
  109. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  110. CharacterSet="2"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. AdditionalIncludeDirectories="..\..\..\"
  130. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  131. RuntimeLibrary="2"
  132. DisableLanguageExtensions="true"
  133. TreatWChar_tAsBuiltInType="true"
  134. ForceConformanceInForLoopScope="true"
  135. RuntimeTypeInfo="true"
  136. UsePrecompiledHeader="0"
  137. WarningLevel="4"
  138. WarnAsError="true"
  139. Detect64BitPortabilityProblems="false"
  140. DebugInformationFormat="3"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. />
  148. <Tool
  149. Name="VCPreLinkEventTool"
  150. />
  151. <Tool
  152. Name="VCLinkerTool"
  153. AdditionalDependencies="libboost_test_exec_monitor-vc90-mt-1_45.lib"
  154. OutputFile="$(OutDir)/InStateReactionTest.exe"
  155. LinkIncremental="1"
  156. AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\bin.v2\libs\test\build\msvc-9.0\$(ConfigurationName)\asynch-exceptions-on\link-static\threading-multi&quot;"
  157. GenerateDebugInformation="true"
  158. SubSystem="1"
  159. OptimizeReferences="2"
  160. EnableCOMDATFolding="2"
  161. RandomizedBaseAddress="1"
  162. DataExecutionPrevention="0"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCPostBuildEventTool"
  185. />
  186. </Configuration>
  187. </Configurations>
  188. <References>
  189. </References>
  190. <Files>
  191. <Filter
  192. Name="Source Files"
  193. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  194. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  195. >
  196. <File
  197. RelativePath=".\InStateReactionTest.cpp"
  198. >
  199. </File>
  200. </Filter>
  201. </Files>
  202. <Globals>
  203. </Globals>
  204. </VisualStudioProject>