PuTTYVS.vcxproj 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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>{72E46F2A-361D-490E-B8A2-C5CD8D56C3A6}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>PuTTYVS</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>StaticLibrary</ConfigurationType>
  21. <UseDebugLibraries>false</UseDebugLibraries>
  22. <PlatformToolset>v141</PlatformToolset>
  23. <CharacterSet>Unicode</CharacterSet>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  26. <ConfigurationType>StaticLibrary</ConfigurationType>
  27. <UseDebugLibraries>false</UseDebugLibraries>
  28. <PlatformToolset>v141</PlatformToolset>
  29. <CharacterSet>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <PropertyGroup />
  42. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43. <ClCompile>
  44. <PrecompiledHeader>
  45. </PrecompiledHeader>
  46. <WarningLevel>Level3</WarningLevel>
  47. <Optimization>MaxSpeed</Optimization>
  48. <FunctionLevelLinking>true</FunctionLevelLinking>
  49. <IntrinsicFunctions>true</IntrinsicFunctions>
  50. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SECURITY_WIN32;WINSCP_VS;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  51. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  52. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  53. </ClCompile>
  54. <Link>
  55. <SubSystem>Windows</SubSystem>
  56. <GenerateDebugInformation>true</GenerateDebugInformation>
  57. </Link>
  58. </ItemDefinitionGroup>
  59. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  60. <ClCompile>
  61. <WarningLevel>Level3</WarningLevel>
  62. <PrecompiledHeader>
  63. </PrecompiledHeader>
  64. <Optimization>MaxSpeed</Optimization>
  65. <FunctionLevelLinking>true</FunctionLevelLinking>
  66. <IntrinsicFunctions>true</IntrinsicFunctions>
  67. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;SECURITY_WIN32;WINSCP_VS;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  68. <BufferSecurityCheck>false</BufferSecurityCheck>
  69. <ExceptionHandling>false</ExceptionHandling>
  70. <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
  71. </ClCompile>
  72. <Link>
  73. <SubSystem>Windows</SubSystem>
  74. <GenerateDebugInformation>true</GenerateDebugInformation>
  75. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  76. <OptimizeReferences>true</OptimizeReferences>
  77. </Link>
  78. </ItemDefinitionGroup>
  79. <ItemGroup>
  80. <ClCompile Include="..\..\source\putty\sshaes.c" />
  81. <ClCompile Include="..\..\source\putty\sshsh256.c" />
  82. </ItemGroup>
  83. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  84. <ImportGroup Label="ExtensionTargets">
  85. </ImportGroup>
  86. </Project>