25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

74 satır
2.8 KiB

  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="Debug|Xbox 360">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Xbox 360</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|x64">
  21. <Configuration>Release</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Xbox 360">
  25. <Configuration>Release</Configuration>
  26. <Platform>Xbox 360</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClInclude Include="..\mrpigeon\blueenemy.h" />
  31. <ClInclude Include="..\mrpigeon\enemy.h" />
  32. <ClInclude Include="..\mrpigeon\redenemy.h" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <ClInclude Include="..\mrpigeon\mrpigeon.h" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <ClInclude Include="..\mrpigeon\player.h" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <ClCompile Include="..\mrpigeon\blueenemy.cpp" />
  42. <ClCompile Include="..\mrpigeon\enemy.cpp" />
  43. <ClCompile Include="..\mrpigeon\redenemy.cpp" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ClCompile Include="..\mrpigeon\mrpigeon.cpp" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <ClCompile Include="..\mrpigeon\player.cpp" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <ProjectReference Include="lolcore.vcxproj">
  53. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  54. </ProjectReference>
  55. </ItemGroup>
  56. <PropertyGroup Label="Globals">
  57. <ProjectGuid>{32f3f8cf-d22e-45e4-beb8-ad909e8c5515}</ProjectGuid>
  58. <ConfigurationType>Application</ConfigurationType>
  59. <Keyword>Win32Proj</Keyword>
  60. </PropertyGroup>
  61. <Import Project="Lol.Config.props" />
  62. <ImportGroup Label="ExtensionSettings">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="Lol.Vars.props" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <Import Project="Lol.Rules.props" />
  70. <ItemDefinitionGroup />
  71. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  72. <ImportGroup Label="ExtensionTargets">
  73. </ImportGroup>
  74. </Project>