You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

235 lines
12 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{BFAFC7BB-2EF8-4630-A377-F970EB7842B8}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>Ltl2dStar</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <PlatformToolset>v110</PlatformToolset>
  31. <CharacterSet>Unicode</CharacterSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <PlatformToolset>v110</PlatformToolset>
  37. <CharacterSet>Unicode</CharacterSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <UseDebugLibraries>false</UseDebugLibraries>
  42. <PlatformToolset>v110</PlatformToolset>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>Unicode</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>StaticLibrary</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v110</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>Unicode</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup />
  70. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <ClCompile>
  72. <PrecompiledHeader>
  73. </PrecompiledHeader>
  74. <WarningLevel>Level3</WarningLevel>
  75. <Optimization>Disabled</Optimization>
  76. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. </ClCompile>
  78. <Link>
  79. <SubSystem>Windows</SubSystem>
  80. <GenerateDebugInformation>true</GenerateDebugInformation>
  81. </Link>
  82. </ItemDefinitionGroup>
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <ClCompile>
  85. <PrecompiledHeader>
  86. </PrecompiledHeader>
  87. <WarningLevel>Level3</WarningLevel>
  88. <Optimization>Disabled</Optimization>
  89. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. <AdditionalIncludeDirectories>I:\C++ Projects\boost\boost_1_53_0;$(ProjectDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  91. </ClCompile>
  92. <Link>
  93. <SubSystem>Windows</SubSystem>
  94. <GenerateDebugInformation>true</GenerateDebugInformation>
  95. </Link>
  96. </ItemDefinitionGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  98. <ClCompile>
  99. <WarningLevel>Level3</WarningLevel>
  100. <PrecompiledHeader>
  101. </PrecompiledHeader>
  102. <Optimization>MaxSpeed</Optimization>
  103. <FunctionLevelLinking>true</FunctionLevelLinking>
  104. <IntrinsicFunctions>true</IntrinsicFunctions>
  105. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. </ClCompile>
  107. <Link>
  108. <SubSystem>Windows</SubSystem>
  109. <GenerateDebugInformation>true</GenerateDebugInformation>
  110. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  111. <OptimizeReferences>true</OptimizeReferences>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  115. <ClCompile>
  116. <WarningLevel>Level3</WarningLevel>
  117. <PrecompiledHeader>
  118. </PrecompiledHeader>
  119. <Optimization>MaxSpeed</Optimization>
  120. <FunctionLevelLinking>true</FunctionLevelLinking>
  121. <IntrinsicFunctions>true</IntrinsicFunctions>
  122. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. <AdditionalIncludeDirectories>I:\C++ Projects\boost\boost_1_53_0;$(ProjectDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Windows</SubSystem>
  127. <GenerateDebugInformation>true</GenerateDebugInformation>
  128. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  129. <OptimizeReferences>true</OptimizeReferences>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemGroup>
  133. <Text Include="ReadMe.txt" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <ClInclude Include="..\..\src\APElement.hpp" />
  137. <ClInclude Include="..\..\src\APMonom.hpp" />
  138. <ClInclude Include="..\..\src\APMonom2APElements.hpp" />
  139. <ClInclude Include="..\..\src\APSet.hpp" />
  140. <ClInclude Include="..\..\src\boost1\aligned_storage.hpp" />
  141. <ClInclude Include="..\..\src\boost1\assert.hpp" />
  142. <ClInclude Include="..\..\src\boost1\checked_delete.hpp" />
  143. <ClInclude Include="..\..\src\boost1\config.hpp" />
  144. <ClInclude Include="..\..\src\boost1\cstdint.hpp" />
  145. <ClInclude Include="..\..\src\boost1\current_function.hpp" />
  146. <ClInclude Include="..\..\src\boost1\function.hpp" />
  147. <ClInclude Include="..\..\src\boost1\function_equal.hpp" />
  148. <ClInclude Include="..\..\src\boost1\get_pointer.hpp" />
  149. <ClInclude Include="..\..\src\boost1\implicit_cast.hpp" />
  150. <ClInclude Include="..\..\src\boost1\indirect_reference.hpp" />
  151. <ClInclude Include="..\..\src\boost1\iterator.hpp" />
  152. <ClInclude Include="..\..\src\boost1\lexical_cast.hpp" />
  153. <ClInclude Include="..\..\src\boost1\limits.hpp" />
  154. <ClInclude Include="..\..\src\boost1\mem_fn.hpp" />
  155. <ClInclude Include="..\..\src\boost1\non_type.hpp" />
  156. <ClInclude Include="..\..\src\boost1\pointee.hpp" />
  157. <ClInclude Include="..\..\src\boost1\ref.hpp" />
  158. <ClInclude Include="..\..\src\boost1\scoped_ptr.hpp" />
  159. <ClInclude Include="..\..\src\boost1\shared_ptr.hpp" />
  160. <ClInclude Include="..\..\src\boost1\static_assert.hpp" />
  161. <ClInclude Include="..\..\src\boost1\throw_exception.hpp" />
  162. <ClInclude Include="..\..\src\boost1\tokenizer.hpp" />
  163. <ClInclude Include="..\..\src\boost1\token_functions.hpp" />
  164. <ClInclude Include="..\..\src\boost1\token_iterator.hpp" />
  165. <ClInclude Include="..\..\src\boost1\type.hpp" />
  166. <ClInclude Include="..\..\src\boost1\type_traits.hpp" />
  167. <ClInclude Include="..\..\src\boost1\version.hpp" />
  168. <ClInclude Include="..\..\src\common\BitSet.hpp" />
  169. <ClInclude Include="..\..\src\common\BitSetIterator.hpp" />
  170. <ClInclude Include="..\..\src\common\Exceptions.hpp" />
  171. <ClInclude Include="..\..\src\common\fdstream.hpp" />
  172. <ClInclude Include="..\..\src\common\HashFunction.hpp" />
  173. <ClInclude Include="..\..\src\common\hash_map.hpp" />
  174. <ClInclude Include="..\..\src\common\Index.hpp" />
  175. <ClInclude Include="..\..\src\common\Indexable.hpp" />
  176. <ClInclude Include="..\..\src\common\nested_iterator.hpp" />
  177. <ClInclude Include="..\..\src\common\RunProgram.hpp" />
  178. <ClInclude Include="..\..\src\common\SimpleBitSet.hpp" />
  179. <ClInclude Include="..\..\src\common\StringAlgorithms.hpp" />
  180. <ClInclude Include="..\..\src\common\TempFile.hpp" />
  181. <ClInclude Include="..\..\src\common\TimeKeeper.hpp" />
  182. <ClInclude Include="..\..\src\Configuration.hpp" />
  183. <ClInclude Include="..\..\src\DA.hpp" />
  184. <ClInclude Include="..\..\src\DAUnionAlgorithm.hpp" />
  185. <ClInclude Include="..\..\src\DA_State.hpp" />
  186. <ClInclude Include="..\..\src\DBA2DRA.hpp" />
  187. <ClInclude Include="..\..\src\DRA.hpp" />
  188. <ClInclude Include="..\..\src\DRA2NBA.hpp" />
  189. <ClInclude Include="..\..\src\DRAOptimizations.hpp" />
  190. <ClInclude Include="..\..\src\EdgeContainerExplicit_APElement.hpp" />
  191. <ClInclude Include="..\..\src\GraphAlgorithms.hpp" />
  192. <ClInclude Include="..\..\src\LTL2DRA.hpp" />
  193. <ClInclude Include="..\..\src\LTL2DSTAR_Scheduler.hpp" />
  194. <ClInclude Include="..\..\src\LTL2NBA.hpp" />
  195. <ClInclude Include="..\..\src\LTLFormula.hpp" />
  196. <ClInclude Include="..\..\src\LTLPrefixParser.hpp" />
  197. <ClInclude Include="..\..\src\LTLSafetyAutomata.hpp" />
  198. <ClInclude Include="..\..\src\NBA.hpp" />
  199. <ClInclude Include="..\..\src\NBA2DA.hpp" />
  200. <ClInclude Include="..\..\src\NBA2DRA.hpp" />
  201. <ClInclude Include="..\..\src\NBAAnalysis.hpp" />
  202. <ClInclude Include="..\..\src\NBAStutterClosure.hpp" />
  203. <ClInclude Include="..\..\src\NBA_I.hpp" />
  204. <ClInclude Include="..\..\src\NBA_State.hpp" />
  205. <ClInclude Include="..\..\src\parsers\nba-parser-lbtt.tab.hpp" />
  206. <ClInclude Include="..\..\src\parsers\nba-parser-promela.tab.hpp" />
  207. <ClInclude Include="..\..\src\parsers\NBABuilder.hpp" />
  208. <ClInclude Include="..\..\src\parsers\parser_interface.hpp" />
  209. <ClInclude Include="..\..\src\RabinAcceptance.hpp" />
  210. <ClInclude Include="..\..\src\SafrasAlgorithm.hpp" />
  211. <ClInclude Include="..\..\src\SafraTree.hpp" />
  212. <ClInclude Include="..\..\src\SafraTreeNode.hpp" />
  213. <ClInclude Include="..\..\src\SafraTreeTemplate.hpp" />
  214. <ClInclude Include="..\..\src\SafraTreeWalker.hpp" />
  215. <ClInclude Include="..\..\src\StateMapper.hpp" />
  216. <ClInclude Include="..\..\src\StateMapperFuzzy.hpp" />
  217. <ClInclude Include="..\..\src\StutteredNBA2DA.hpp" />
  218. <ClInclude Include="..\..\src\StutterSensitivenessInformation.hpp" />
  219. </ItemGroup>
  220. <ItemGroup>
  221. <ClCompile Include="..\..\src\APMonom.cpp" />
  222. <ClCompile Include="..\..\src\common\BitSet.cpp" />
  223. <ClCompile Include="..\..\src\common\RunProgram.posix.cpp" />
  224. <ClCompile Include="..\..\src\common\RunProgram.win32.cpp" />
  225. <ClCompile Include="..\..\src\LTL2DRA.cpp" />
  226. <ClCompile Include="..\..\src\LTL2DSTAR_Scheduler.cpp" />
  227. <ClCompile Include="..\..\src\parsers\nba-parser-lbtt.lex.cpp" />
  228. <ClCompile Include="..\..\src\parsers\nba-parser-lbtt.tab.cpp" />
  229. <ClCompile Include="..\..\src\parsers\nba-parser-promela.lex.cpp" />
  230. <ClCompile Include="..\..\src\parsers\nba-parser-promela.tab.cpp" />
  231. <ClCompile Include="..\..\src\StutterSensitivenessInformation.cpp" />
  232. </ItemGroup>
  233. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  234. <ImportGroup Label="ExtensionTargets">
  235. </ImportGroup>
  236. </Project>