You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
4.8 KiB

  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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{0981CA98-E4A5-4DF1-987F-A41D09131EFC}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>core_basic_window</RootNamespace>
  17. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  18. <ProjectName>core_basic_window</ProjectName>
  19. </PropertyGroup>
  20. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  22. <ConfigurationType>Application</ConfigurationType>
  23. <UseDebugLibraries>true</UseDebugLibraries>
  24. <PlatformToolset>v140</PlatformToolset>
  25. <CharacterSet>Unicode</CharacterSet>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <PlatformToolset>v140</PlatformToolset>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Label="Shared">
  38. </ImportGroup>
  39. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  40. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41. </ImportGroup>
  42. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  43. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  44. </ImportGroup>
  45. <PropertyGroup Label="UserMacros" />
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  47. <LinkIncremental>true</LinkIncremental>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  50. <LinkIncremental>false</LinkIncremental>
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <ClCompile>
  54. <PrecompiledHeader>
  55. </PrecompiledHeader>
  56. <WarningLevel>Level3</WarningLevel>
  57. <Optimization>Disabled</Optimization>
  58. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;PLATFORM_DESKTOP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  59. <CompileAs>CompileAsC</CompileAs>
  60. <AdditionalIncludeDirectories>$(SolutionDir)..\..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  61. </ClCompile>
  62. <Link>
  63. <SubSystem>Console</SubSystem>
  64. <GenerateDebugInformation>true</GenerateDebugInformation>
  65. <AdditionalLibraryDirectories>$(SolutionDir)external\glfw3\lib\win32;$(SolutionDir)external\openal_soft\lib\win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  66. <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;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies>
  67. </Link>
  68. </ItemDefinitionGroup>
  69. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  70. <ClCompile>
  71. <WarningLevel>Level3</WarningLevel>
  72. <PrecompiledHeader>
  73. </PrecompiledHeader>
  74. <Optimization>MaxSpeed</Optimization>
  75. <FunctionLevelLinking>true</FunctionLevelLinking>
  76. <IntrinsicFunctions>true</IntrinsicFunctions>
  77. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  78. </ClCompile>
  79. <Link>
  80. <SubSystem>Console</SubSystem>
  81. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  82. <OptimizeReferences>true</OptimizeReferences>
  83. <GenerateDebugInformation>true</GenerateDebugInformation>
  84. </Link>
  85. </ItemDefinitionGroup>
  86. <ItemGroup>
  87. <ClCompile Include="..\..\..\examples\core_basic_window.c" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\raylib\raylib.vcxproj">
  91. <Project>{e89d61ac-55de-4482-afd4-df7242ebc859}</Project>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  95. <ImportGroup Label="ExtensionTargets">
  96. </ImportGroup>
  97. </Project>