template_vs2012.vcxproj 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectName>vs</ProjectName>
  11. <ProjectGuid>{4A6BF1B1-C645-4BAD-A9B7-7B6E3DB67B2C}</ProjectGuid>
  12. <RootNamespace>vs2008</RootNamespace>
  13. <Keyword>Win32Proj</Keyword>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  17. <ConfigurationType>Application</ConfigurationType>
  18. <PlatformToolset>v110</PlatformToolset>
  19. <CharacterSet>NotSet</CharacterSet>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  22. <ImportGroup Label="ExtensionSettings">
  23. </ImportGroup>
  24. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  25. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  26. </ImportGroup>
  27. <PropertyGroup Label="UserMacros" />
  28. <PropertyGroup>
  29. <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  32. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  33. <IntDir>$(Configuration)\</IntDir>
  34. <LinkIncremental>true</LinkIncremental>
  35. </PropertyGroup>
  36. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  37. <ClCompile>
  38. <Optimization>Disabled</Optimization>
  39. <AdditionalIncludeDirectories>.\;..\..\include;..\..\bsp\vs2008;..\..\components\finsh;..\..\components\dfs\include;..\..\components\dfs\filesystems\uffs\src\inc\;..\..\components\dfs\filesystems\uffs;..\..\components\drivers\include;..\..\components\dfs\filesystems\jffs2\src;..\..\components\dfs\filesystems\jffs2\kernel;..\..\components\dfs\filesystems\jffs2\include;..\..\components\dfs\filesystems\jffs2\;..\..\components\dfs\filesystems\jffs2\cyg\compress;..\..\components\init;.\drivers;..\..\components\net\lwip\src\include\;..\..\components\net\lwip\src;..\..\components\net\lwip\src\arch\include;..\..\components\net\lwip\src\include\ipv4;.\pcap\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  40. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;MSVC;_TIME_T_DEFINED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  41. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  42. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  43. <PrecompiledHeader />
  44. <WarningLevel>Level3</WarningLevel>
  45. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  46. <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
  47. <LanguageStandard_C>stdc11</LanguageStandard_C>
  48. </ClCompile>
  49. <Link>
  50. <AdditionalDependencies>winmm.lib;Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
  51. <AdditionalLibraryDirectories>.\pcap\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  52. <GenerateDebugInformation>true</GenerateDebugInformation>
  53. <SubSystem>Console</SubSystem>
  54. <TargetMachine>MachineX86</TargetMachine>
  55. </Link>
  56. </ItemDefinitionGroup>
  57. <ItemGroup>
  58. </ItemGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  60. <ImportGroup Label="ExtensionTargets">
  61. </ImportGroup>
  62. </Project>