EvaluationUtil.vcxproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{94FB4CDC-4039-44B9-8861-1B286F8FA8BC}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>EvaluationUtil</RootNamespace>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccLocalPath>
  22. </SccLocalPath>
  23. <SccProvider>
  24. </SccProvider>
  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. <CharacterSet>Unicode</CharacterSet>
  31. <UseOfMfc>Dynamic</UseOfMfc>
  32. <PlatformToolset>v120</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <WholeProgramOptimization>true</WholeProgramOptimization>
  38. <CharacterSet>Unicode</CharacterSet>
  39. <UseOfMfc>Dynamic</UseOfMfc>
  40. <PlatformToolset>v120</PlatformToolset>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  43. <ImportGroup Label="ExtensionSettings">
  44. </ImportGroup>
  45. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  47. </ImportGroup>
  48. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  50. </ImportGroup>
  51. <PropertyGroup Label="UserMacros" />
  52. <PropertyGroup />
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  54. <ClCompile>
  55. <PrecompiledHeader>Use</PrecompiledHeader>
  56. <WarningLevel>Level3</WarningLevel>
  57. <Optimization>Disabled</Optimization>
  58. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  59. </ClCompile>
  60. <Link>
  61. <SubSystem>Windows</SubSystem>
  62. <GenerateDebugInformation>true</GenerateDebugInformation>
  63. </Link>
  64. </ItemDefinitionGroup>
  65. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  66. <ClCompile>
  67. <WarningLevel>Level3</WarningLevel>
  68. <PrecompiledHeader>Use</PrecompiledHeader>
  69. <Optimization>MaxSpeed</Optimization>
  70. <FunctionLevelLinking>true</FunctionLevelLinking>
  71. <IntrinsicFunctions>true</IntrinsicFunctions>
  72. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  73. </ClCompile>
  74. <Link>
  75. <SubSystem>Windows</SubSystem>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  78. <OptimizeReferences>true</OptimizeReferences>
  79. </Link>
  80. </ItemDefinitionGroup>
  81. <ItemGroup>
  82. <None Include="ReadMe.txt" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ClInclude Include="Base64.h" />
  86. <ClInclude Include="CodePageConvert.h" />
  87. <ClInclude Include="CriticalLock.h" />
  88. <ClInclude Include="DNSMap.h" />
  89. <ClInclude Include="DNSMapTypes.h" />
  90. <ClInclude Include="FileInputFiled.h" />
  91. <ClInclude Include="HTTP.h" />
  92. <ClInclude Include="HttpClient.h" />
  93. <ClInclude Include="HTTPTypes.h" />
  94. <ClInclude Include="IInputFiled.h" />
  95. <ClInclude Include="MemFileInputFiled.h" />
  96. <ClInclude Include="ShardMainWinHandle.h" />
  97. <ClInclude Include="stdafx.h" />
  98. <ClInclude Include="targetver.h" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ClCompile Include="Base64.cpp" />
  102. <ClCompile Include="CodePageConvert.cpp" />
  103. <ClCompile Include="CriticalLock.cpp" />
  104. <ClCompile Include="DNSMap.cpp" />
  105. <ClCompile Include="FileInputFiled.cpp" />
  106. <ClCompile Include="HTTP.cpp" />
  107. <ClCompile Include="HttpClient.cpp" />
  108. <ClCompile Include="IInputFiled.cpp" />
  109. <ClCompile Include="MemFileInputFiled.cpp" />
  110. <ClCompile Include="ShardMainWinHandle.cpp" />
  111. <ClCompile Include="stdafx.cpp">
  112. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  113. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  114. </ClCompile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\jsonLib\jsonLib.vcxproj">
  118. <Project>{3e43d4c7-b968-4ddd-97cd-8498073b0eab}</Project>
  119. <Private>true</Private>
  120. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  121. <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
  122. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  123. <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  127. <ImportGroup Label="ExtensionTargets">
  128. </ImportGroup>
  129. <ProjectExtensions>
  130. <VisualStudio>
  131. <UserProperties RESOURCE_FILE="EvaluationUtil.rc" />
  132. </VisualStudio>
  133. </ProjectExtensions>
  134. </Project>