template_vs2012.vcxproj 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. <MinimalRebuild>true</MinimalRebuild>
  42. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  43. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  44. <PrecompiledHeader />
  45. <WarningLevel>Level3</WarningLevel>
  46. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  47. </ClCompile>
  48. <Link>
  49. <AdditionalDependencies>winmm.lib;Packet.lib;wpcap.lib;%(AdditionalDependencies)</AdditionalDependencies>
  50. <AdditionalLibraryDirectories>.\pcap\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  51. <GenerateDebugInformation>true</GenerateDebugInformation>
  52. <SubSystem>Console</SubSystem>
  53. <TargetMachine>MachineX86</TargetMachine>
  54. </Link>
  55. </ItemDefinitionGroup>
  56. <ItemGroup>
  57. </ItemGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  59. <ImportGroup Label="ExtensionTargets">
  60. </ImportGroup>
  61. </Project>