make_at_dictionary.2017.vcxproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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="All|Win32">
  5. <Configuration>All</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectName>make_at_dictionary</ProjectName>
  11. <ProjectGuid>{DEE932AB-5911-4700-9EEB-8C7090A0A330}</ProjectGuid>
  12. <RootNamespace>make_at_dictionary</RootNamespace>
  13. <Keyword>Win32Proj</Keyword>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='All|Win32'" Label="Configuration">
  17. <ConfigurationType>Application</ConfigurationType>
  18. <CharacterSet>Unicode</CharacterSet>
  19. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  22. <ImportGroup Label="PropertySheets">
  23. <Import Project="$(SolutionDir)\w32\tiff.props" />
  24. <Import Project="$(SolutionDir)\w32\spandsp.props"/>
  25. </ImportGroup>
  26. <ImportGroup Label="ExtensionSettings">
  27. </ImportGroup>
  28. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='All|Win32'" Label="PropertySheets">
  29. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  30. </ImportGroup>
  31. <PropertyGroup Label="UserMacros" />
  32. <PropertyGroup>
  33. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  34. <OutDir Condition="'$(Configuration)|$(Platform)'=='All|Win32'">$(PlatformName)\$(Configuration)\</OutDir>
  35. <IntDir Condition="'$(Configuration)|$(Platform)'=='All|Win32'">$(PlatformName)\make_at_dictionary\$(Configuration)\</IntDir>
  36. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='All|Win32'">false</LinkIncremental>
  37. </PropertyGroup>
  38. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='All|Win32'">
  39. <BuildLog>
  40. <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  41. </BuildLog>
  42. <ClCompile>
  43. <Optimization>Disabled</Optimization>
  44. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  45. <MinimalRebuild>true</MinimalRebuild>
  46. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  47. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  48. <PrecompiledHeader>
  49. </PrecompiledHeader>
  50. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  51. <WarningLevel>Level3</WarningLevel>
  52. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  53. </ClCompile>
  54. <Link>
  55. <GenerateDebugInformation>true</GenerateDebugInformation>
  56. <SubSystem>Console</SubSystem>
  57. <TargetMachine>MachineX86</TargetMachine>
  58. </Link>
  59. <PostBuildEvent>
  60. <Command>"$(TargetPath)" &gt;"..\..\spandsp\src\at_interpreter_dictionary.h"</Command>
  61. </PostBuildEvent>
  62. </ItemDefinitionGroup>
  63. <ItemGroup>
  64. <ClCompile Include="..\..\spandsp\src\make_at_dictionary.c" />
  65. </ItemGroup>
  66. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  67. <ImportGroup Label="ExtensionTargets">
  68. </ImportGroup>
  69. </Project>