2
0

SDLmain.vcxproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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|Gaming.Desktop.x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Gaming.Desktop.x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Gaming.Desktop.x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>Gaming.Desktop.x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ClCompile Include="..\..\src\main\gdk\SDL_gdk_main.c" />
  15. </ItemGroup>
  16. <PropertyGroup Label="Globals">
  17. <ProjectName>SDL2main</ProjectName>
  18. <ProjectGuid>{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}</ProjectGuid>
  19. <RootNamespace>SDLmain</RootNamespace>
  20. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  21. </PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" Label="Configuration">
  24. <ConfigurationType>StaticLibrary</ConfigurationType>
  25. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <PlatformToolset Condition="'$(VisualStudioVersion)' != '10.0'">$(DefaultPlatformToolset)</PlatformToolset>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" Label="PropertySheets">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  37. </ImportGroup>
  38. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" Label="PropertySheets">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
  41. </ImportGroup>
  42. <PropertyGroup Label="UserMacros" />
  43. <PropertyGroup>
  44. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  45. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  46. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">$(Platform)\$(Configuration)\</IntDir>
  47. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  48. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">$(Platform)\$(Configuration)\</IntDir>
  49. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  50. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" />
  51. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'" />
  52. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  53. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" />
  54. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'" />
  55. </PropertyGroup>
  56. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Gaming.Desktop.x64'">
  57. <Midl />
  58. <ClCompile>
  59. <AdditionalIncludeDirectories>$(ProjectDir)/../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  60. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  61. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  62. <StringPooling>true</StringPooling>
  63. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  64. <BufferSecurityCheck>false</BufferSecurityCheck>
  65. <WarningLevel>Level3</WarningLevel>
  66. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  67. <OmitDefaultLibName>true</OmitDefaultLibName>
  68. </ClCompile>
  69. </ItemDefinitionGroup>
  70. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Gaming.Desktop.x64'">
  71. <Midl />
  72. <ClCompile>
  73. <Optimization>Disabled</Optimization>
  74. <AdditionalIncludeDirectories>$(ProjectDir)/../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  75. <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
  76. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  78. <BufferSecurityCheck>false</BufferSecurityCheck>
  79. <WarningLevel>Level3</WarningLevel>
  80. <DebugInformationFormat>OldStyle</DebugInformationFormat>
  81. <OmitDefaultLibName>true</OmitDefaultLibName>
  82. </ClCompile>
  83. </ItemDefinitionGroup>
  84. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  85. <ImportGroup Label="ExtensionTargets">
  86. </ImportGroup>
  87. </Project>