|
@ -19,7 +19,7 @@ |
|
|
</ProjectConfiguration> |
|
|
</ProjectConfiguration> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<PropertyGroup Label="Globals"> |
|
|
<PropertyGroup Label="Globals"> |
|
|
<ProjectGuid>{2AE17FDE-F7F3-4CAC-ADAB-0710EDA4F741}</ProjectGuid> |
|
|
<ProjectGuid>{4168B148-B7DE-4A31-8497-19AFA6B83360}</ProjectGuid> |
|
|
<RootNamespace>example_sdl_opengl2</RootNamespace> |
|
|
<RootNamespace>example_sdl_opengl2</RootNamespace> |
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
@ -105,6 +105,7 @@ |
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
<Optimization>Disabled</Optimization> |
|
|
<Optimization>Disabled</Optimization> |
|
|
<AdditionalIncludeDirectories>..\..;..;%SDL2_DIR%\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
<AdditionalIncludeDirectories>..\..;..;%SDL2_DIR%\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
|
</ClCompile> |
|
|
</ClCompile> |
|
|
<Link> |
|
|
<Link> |
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|