SDLPal.Common.vcxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  73. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).WindowsPhone\</OutDir>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  76. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  77. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  78. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).WindowsPhone\</OutDir>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  81. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  82. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  83. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).WindowsPhone\</OutDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  86. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  87. <IntDir>$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
  88. <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName).WindowsPhone\</OutDir>
  89. </PropertyGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <ClCompile>
  92. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  93. <SDLCheck>true</SDLCheck>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Console</SubSystem>
  97. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  98. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  99. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  103. <ClCompile>
  104. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  105. <SDLCheck>true</SDLCheck>
  106. </ClCompile>
  107. <Link>
  108. <SubSystem>Console</SubSystem>
  109. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  110. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  111. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  112. </Link>
  113. </ItemDefinitionGroup>
  114. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  115. <ClCompile>
  116. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  117. <SDLCheck>true</SDLCheck>
  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>NotUsing</PrecompiledHeader>
  129. <SDLCheck>true</SDLCheck>
  130. </ClCompile>
  131. <Link>
  132. <SubSystem>Console</SubSystem>
  133. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  134. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  135. <ModuleDefinitionFile>../SDLPal.Common/SDLPal.Common.def</ModuleDefinitionFile>
  136. </Link>
  137. </ItemDefinitionGroup>
  138. <ItemGroup>
  139. <ClCompile Include="..\SDLPal.Common\WinRTIO.cpp" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <ClInclude Include="..\SDLPal.Common\AsyncHelper.h" />
  143. <ClInclude Include="..\SDLPal.Common\StringHelper.h" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="..\SDLPal.Common\SDLPal.Common.def" />
  147. </ItemGroup>
  148. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  149. <ImportGroup Label="ExtensionTargets">
  150. </ImportGroup>
  151. </Project>