persistence-vc11.vcxproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>{FC50BB4A-9F3A-402A-B122-CC7F342C9539}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace></RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</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>Application</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>Application</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>Application</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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  70. <LinkIncremental>true</LinkIncremental>
  71. <OutDir>$(Configuration)\</OutDir>
  72. <TargetName>driver</TargetName>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  75. <LinkIncremental>true</LinkIncremental>
  76. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  77. <TargetName>driver</TargetName>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. <OutDir>$(Configuration)\</OutDir>
  82. <TargetName>driver</TargetName>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <LinkIncremental>false</LinkIncremental>
  86. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  87. <TargetName>driver</TargetName>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <PrecompiledHeader>
  92. </PrecompiledHeader>
  93. <WarningLevel>Level3</WarningLevel>
  94. <Optimization>Disabled</Optimization>
  95. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <AdditionalIncludeDirectories>$(SolutionDir)\..</AdditionalIncludeDirectories>
  97. <DisableSpecificWarnings>4068;4355;4800;4290;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  98. </ClCompile>
  99. <Link>
  100. <AdditionalDependencies>$(SolutionDir)\..\lib\studxml-d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  101. <SubSystem>Console</SubSystem>
  102. <GenerateDebugInformation>true</GenerateDebugInformation>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <ClCompile>
  107. <PrecompiledHeader>
  108. </PrecompiledHeader>
  109. <WarningLevel>Level3</WarningLevel>
  110. <Optimization>Disabled</Optimization>
  111. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <AdditionalIncludeDirectories>$(SolutionDir)\..</AdditionalIncludeDirectories>
  113. <DisableSpecificWarnings>4068;4355;4800;4290;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  114. </ClCompile>
  115. <Link>
  116. <AdditionalDependencies>$(SolutionDir)\..\lib64\studxml-d.lib;%(AdditionalDependencies)</AdditionalDependencies>
  117. <SubSystem>Console</SubSystem>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. </Link>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <ClCompile>
  123. <WarningLevel>Level3</WarningLevel>
  124. <PrecompiledHeader>
  125. </PrecompiledHeader>
  126. <Optimization>MaxSpeed</Optimization>
  127. <FunctionLevelLinking>true</FunctionLevelLinking>
  128. <IntrinsicFunctions>true</IntrinsicFunctions>
  129. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <AdditionalIncludeDirectories>$(SolutionDir)\..</AdditionalIncludeDirectories>
  131. <DisableSpecificWarnings>4068;4355;4800;4290;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  132. </ClCompile>
  133. <Link>
  134. <AdditionalDependencies>$(SolutionDir)\..\lib\studxml.lib;%(AdditionalDependencies)</AdditionalDependencies>
  135. <SubSystem>Console</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  142. <ClCompile>
  143. <WarningLevel>Level3</WarningLevel>
  144. <PrecompiledHeader>
  145. </PrecompiledHeader>
  146. <Optimization>MaxSpeed</Optimization>
  147. <FunctionLevelLinking>true</FunctionLevelLinking>
  148. <IntrinsicFunctions>true</IntrinsicFunctions>
  149. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  150. <AdditionalIncludeDirectories>$(SolutionDir)\..</AdditionalIncludeDirectories>
  151. <DisableSpecificWarnings>4068;4355;4800;4290;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  152. </ClCompile>
  153. <Link>
  154. <AdditionalDependencies>$(SolutionDir)\..\lib64\studxml.lib;%(AdditionalDependencies)</AdditionalDependencies>
  155. <SubSystem>Console</SubSystem>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  158. <OptimizeReferences>true</OptimizeReferences>
  159. </Link>
  160. </ItemDefinitionGroup>
  161. <ItemGroup>
  162. <ClInclude Include="position.hxx" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ClCompile Include="driver.cxx" />
  166. <ClCompile Include="position.cxx" />
  167. </ItemGroup>
  168. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  169. <ImportGroup Label="ExtensionTargets">
  170. </ImportGroup>
  171. </Project>