vs2010-app-template.vcxproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup> <SOURCES>
  22. </ItemGroup>
  23. <ItemGroup>
  24. <ProjectReference Include="mbedTLS.vcxproj">
  25. <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
  26. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  27. </ProjectReference>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid><GUID></ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace><APPNAME></RootNamespace>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <CharacterSet>Unicode</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <CharacterSet>Unicode</CharacterSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  46. <ConfigurationType>Application</ConfigurationType>
  47. <UseDebugLibraries>false</UseDebugLibraries>
  48. <WholeProgramOptimization>true</WholeProgramOptimization>
  49. <CharacterSet>Unicode</CharacterSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>Application</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <IntDir>$(Configuration)\$(TargetName)\</IntDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <IntDir>$(Configuration)\$(TargetName)\</IntDir>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <LinkIncremental>false</LinkIncremental>
  83. <IntDir>$(Configuration)\$(TargetName)\</IntDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <IntDir>$(Configuration)\$(TargetName)\</IntDir>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <PrecompiledHeader>
  92. </PrecompiledHeader>
  93. <WarningLevel>Level3</WarningLevel>
  94. <Optimization>Disabled</Optimization>
  95. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Console</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  101. <ShowProgress>NotSet</ShowProgress>
  102. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  103. <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
  104. </Link>
  105. <ProjectReference>
  106. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  107. </ProjectReference>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <ClCompile>
  111. <PrecompiledHeader>
  112. </PrecompiledHeader>
  113. <WarningLevel>Level3</WarningLevel>
  114. <Optimization>Disabled</Optimization>
  115. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  117. </ClCompile>
  118. <Link>
  119. <SubSystem>Console</SubSystem>
  120. <GenerateDebugInformation>true</GenerateDebugInformation>
  121. <ShowProgress>NotSet</ShowProgress>
  122. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  123. <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
  124. </Link>
  125. <ProjectReference>
  126. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  127. </ProjectReference>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  130. <ClCompile>
  131. <WarningLevel>Level3</WarningLevel>
  132. <PrecompiledHeader>
  133. </PrecompiledHeader>
  134. <Optimization>MaxSpeed</Optimization>
  135. <FunctionLevelLinking>true</FunctionLevelLinking>
  136. <IntrinsicFunctions>true</IntrinsicFunctions>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  139. </ClCompile>
  140. <Link>
  141. <SubSystem>Console</SubSystem>
  142. <GenerateDebugInformation>true</GenerateDebugInformation>
  143. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  144. <OptimizeReferences>true</OptimizeReferences>
  145. <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
  146. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  147. </Link>
  148. </ItemDefinitionGroup>
  149. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  150. <ClCompile>
  151. <WarningLevel>Level3</WarningLevel>
  152. <PrecompiledHeader>
  153. </PrecompiledHeader>
  154. <Optimization>MaxSpeed</Optimization>
  155. <FunctionLevelLinking>true</FunctionLevelLinking>
  156. <IntrinsicFunctions>true</IntrinsicFunctions>
  157. <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  158. <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
  159. </ClCompile>
  160. <Link>
  161. <SubSystem>Console</SubSystem>
  162. <GenerateDebugInformation>true</GenerateDebugInformation>
  163. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  164. <OptimizeReferences>true</OptimizeReferences>
  165. <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
  166. <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
  167. </Link>
  168. </ItemDefinitionGroup>
  169. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  170. <ImportGroup Label="ExtensionTargets">
  171. </ImportGroup>
  172. </Project>