FuzzyLite.vcxproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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="RD|Win32">
  13. <Configuration>RD</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="RD|x64">
  17. <Configuration>RD</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="AreaCentroidAlgorithm.cpp" />
  23. <ClCompile Include="CompoundTerm.cpp" />
  24. <ClCompile Include="DescriptiveAntecedent.cpp" />
  25. <ClCompile Include="DiscreteTerm.cpp" />
  26. <ClCompile Include="FunctionTerm.cpp" />
  27. <ClCompile Include="FuzzyAnd.cpp" />
  28. <ClCompile Include="FuzzyAntecedent.cpp" />
  29. <ClCompile Include="FuzzyConsequent.cpp" />
  30. <ClCompile Include="FuzzyDefuzzifier.cpp" />
  31. <ClCompile Include="FuzzyEngine.cpp" />
  32. <ClCompile Include="FuzzyException.cpp" />
  33. <ClCompile Include="FuzzyExceptions.cpp" />
  34. <ClCompile Include="FuzzyModulation.cpp" />
  35. <ClCompile Include="FuzzyOperation.cpp" />
  36. <ClCompile Include="FuzzyOperator.cpp" />
  37. <ClCompile Include="FuzzyOr.cpp" />
  38. <ClCompile Include="FuzzyRule.cpp" />
  39. <ClCompile Include="Hedge.cpp" />
  40. <ClCompile Include="HedgeSet.cpp" />
  41. <ClCompile Include="InfixToPostfix.cpp" />
  42. <ClCompile Include="InputLVar.cpp" />
  43. <ClCompile Include="LinguisticTerm.cpp" />
  44. <ClCompile Include="LinguisticVariable.cpp" />
  45. <ClCompile Include="main.cpp" />
  46. <ClCompile Include="MamdaniConsequent.cpp" />
  47. <ClCompile Include="MamdaniRule.cpp" />
  48. <ClCompile Include="OutputLVar.cpp" />
  49. <ClCompile Include="RectangularTerm.cpp" />
  50. <ClCompile Include="RuleBlock.cpp" />
  51. <ClCompile Include="ShoulderTerm.cpp" />
  52. <ClCompile Include="SingletonTerm.cpp" />
  53. <ClCompile Include="StrOp.cpp" />
  54. <ClCompile Include="TakagiSugenoConsequent.cpp" />
  55. <ClCompile Include="TakagiSugenoRule.cpp" />
  56. <ClCompile Include="TakagiSugenoTerm.cpp" />
  57. <ClCompile Include="test.cpp" />
  58. <ClCompile Include="TrapezoidalTerm.cpp" />
  59. <ClCompile Include="TriangularTerm.cpp" />
  60. </ItemGroup>
  61. <PropertyGroup Label="Globals">
  62. <ProjectGuid>{D15B34EC-A32C-4968-9B0B-66998B579364}</ProjectGuid>
  63. <RootNamespace>FuzzyLite</RootNamespace>
  64. </PropertyGroup>
  65. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  67. <ConfigurationType>StaticLibrary</ConfigurationType>
  68. <UseDebugLibraries>true</UseDebugLibraries>
  69. <CharacterSet>MultiByte</CharacterSet>
  70. <PlatformToolset>v110</PlatformToolset>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  73. <ConfigurationType>StaticLibrary</ConfigurationType>
  74. <UseDebugLibraries>true</UseDebugLibraries>
  75. <CharacterSet>MultiByte</CharacterSet>
  76. <PlatformToolset>v110</PlatformToolset>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="Configuration">
  79. <ConfigurationType>StaticLibrary</ConfigurationType>
  80. <UseDebugLibraries>false</UseDebugLibraries>
  81. <WholeProgramOptimization>true</WholeProgramOptimization>
  82. <CharacterSet>MultiByte</CharacterSet>
  83. <PlatformToolset>v110_xp</PlatformToolset>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <UseDebugLibraries>false</UseDebugLibraries>
  88. <WholeProgramOptimization>true</WholeProgramOptimization>
  89. <CharacterSet>MultiByte</CharacterSet>
  90. <PlatformToolset>v110_xp</PlatformToolset>
  91. </PropertyGroup>
  92. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  93. <ImportGroup Label="ExtensionSettings">
  94. </ImportGroup>
  95. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. <Import Project="..\..\VCMI_global_debug.props" />
  98. <Import Project="..\..\VCMI_global.props" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. <Import Project="..\..\VCMI_global_debug.props" />
  103. <Import Project="..\..\VCMI_global.props" />
  104. </ImportGroup>
  105. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'" Label="PropertySheets">
  106. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  107. <Import Project="..\..\VCMI_global_release.props" />
  108. <Import Project="..\..\VCMI_global.props" />
  109. </ImportGroup>
  110. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'" Label="PropertySheets">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. <Import Project="..\..\VCMI_global_release.props" />
  113. <Import Project="..\..\VCMI_global.props" />
  114. </ImportGroup>
  115. <PropertyGroup Label="UserMacros" />
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  117. <OutDir>$(VCMI_Out)\AI\</OutDir>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  120. <OutDir>$(VCMI_Out)\AI\</OutDir>
  121. <IncludePath>$(IncludePath)</IncludePath>
  122. <LibraryPath>$(LibraryPath)</LibraryPath>
  123. <IntDir>$(Configuration)\</IntDir>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  126. <OutDir>$(VCMI_Out)\AI\</OutDir>
  127. <IncludePath>$(IncludePath)</IncludePath>
  128. <LibraryPath>$(LibraryPath)</LibraryPath>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  131. <OutDir>$(VCMI_Out)\AI\</OutDir>
  132. <IncludePath>$(IncludePath)</IncludePath>
  133. <LibraryPath>$(LibraryPath)</LibraryPath>
  134. <IntDir>$(Configuration)\</IntDir>
  135. </PropertyGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  137. <ClCompile />
  138. <Link>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  141. <AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  142. <OutputFile>$(OutDir)FuzzyLite.dll</OutputFile>
  143. </Link>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  146. <ClCompile />
  147. <Link>
  148. <GenerateDebugInformation>true</GenerateDebugInformation>
  149. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  150. <AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  151. <OutputFile>$(OutDir)FuzzyLite.dll</OutputFile>
  152. </Link>
  153. </ItemDefinitionGroup>
  154. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|Win32'">
  155. <ClCompile />
  156. <Link>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  161. <AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  162. <OutputFile>$(OutDir)FuzzyLite.dll</OutputFile>
  163. </Link>
  164. </ItemDefinitionGroup>
  165. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RD|x64'">
  166. <ClCompile />
  167. <Link>
  168. <GenerateDebugInformation>true</GenerateDebugInformation>
  169. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  170. <OptimizeReferences>true</OptimizeReferences>
  171. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  172. <AdditionalLibraryDirectories>$(OutDir)..;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  173. <OutputFile>$(OutDir)FuzzyLite.dll</OutputFile>
  174. </Link>
  175. </ItemDefinitionGroup>
  176. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  177. <ImportGroup Label="ExtensionTargets">
  178. </ImportGroup>
  179. </Project>