SDLPal.Common.vcxproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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. <ProjectConfiguration Include="Debug|ARM">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{35839f1b-8b1c-4858-91fa-807a693e703f}</ProjectGuid>
  23. <Keyword>DynamicLibrary</Keyword>
  24. <ProjectName>SDLPal.Common</ProjectName>
  25. <RootNamespace>SDLPal_Common</RootNamespace>
  26. <DefaultLanguage>zh-CN</DefaultLanguage>
  27. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  28. <AppContainerApplication>true</AppContainerApplication>
  29. <ApplicationType>Windows Phone</ApplicationType>
  30. <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>true</UseDebugLibraries>
  36. <PlatformToolset>v120_wp81</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <UseDebugLibraries>false</UseDebugLibraries>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <PlatformToolset>v120_wp81</PlatformToolset>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v120_wp81</PlatformToolset>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <PlatformToolset>v120_wp81</PlatformToolset>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  72. <IntDir>$(Configuration)\$(MSBuildProjectName)\</IntDir>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  76. <IntDir>$(Configuration)\$(MSBuildProjectName)\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  79. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  80. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  83. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  84. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  89. <SDLCheck>true</SDLCheck>
  90. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Common.pdb</ProgramDataBaseFileName>
  91. </ClCompile>
  92. <Link>
  93. <SubSystem>Console</SubSystem>
  94. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  95. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  96. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  97. </Link>
  98. </ItemDefinitionGroup>
  99. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  100. <ClCompile>
  101. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  102. <SDLCheck>true</SDLCheck>
  103. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Common.pdb</ProgramDataBaseFileName>
  104. </ClCompile>
  105. <Link>
  106. <SubSystem>Console</SubSystem>
  107. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  108. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  109. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  110. </Link>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  113. <ClCompile>
  114. <PrecompiledHeader>Use</PrecompiledHeader>
  115. <CompileAsWinRT>false</CompileAsWinRT>
  116. <SDLCheck>true</SDLCheck>
  117. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Common.pdb</ProgramDataBaseFileName>
  118. </ClCompile>
  119. <Link>
  120. <SubSystem>Console</SubSystem>
  121. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  122. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  123. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  127. <ClCompile>
  128. <PrecompiledHeader>Use</PrecompiledHeader>
  129. <CompileAsWinRT>false</CompileAsWinRT>
  130. <SDLCheck>true</SDLCheck>
  131. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).Common.pdb</ProgramDataBaseFileName>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Console</SubSystem>
  135. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  136. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  137. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemGroup>
  141. <ClCompile Include="..\SDLPal.Common\WinRTIO.cpp" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ClInclude Include="..\SDLPal.Common\AsyncHelper.h" />
  145. <ClInclude Include="..\SDLPal.Common\StringHelper.h" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="..\SDLPal.Common\SDLPal.Common.def" />
  149. </ItemGroup>
  150. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  151. <ImportGroup Label="ExtensionTargets">
  152. </ImportGroup>
  153. </Project>