Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
667 khor 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="12.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>{3BE44FF8-4948-4E58-A474-BF4DBBA95150}</ProjectGuid>
15
    <RootNamespace>GL</RootNamespace>
16
  </PropertyGroup>
17
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19
    <ConfigurationType>StaticLibrary</ConfigurationType>
20
    <UseDebugLibraries>true</UseDebugLibraries>
21
    <PlatformToolset>v120</PlatformToolset>
22
    <CharacterSet>MultiByte</CharacterSet>
23
  </PropertyGroup>
24
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
25
    <ConfigurationType>StaticLibrary</ConfigurationType>
26
    <UseDebugLibraries>false</UseDebugLibraries>
27
    <PlatformToolset>v120</PlatformToolset>
28
    <WholeProgramOptimization>true</WholeProgramOptimization>
29
    <CharacterSet>MultiByte</CharacterSet>
30
  </PropertyGroup>
31
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32
  <ImportGroup Label="ExtensionSettings">
33
  </ImportGroup>
34
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
35
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36
  </ImportGroup>
37
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
38
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39
  </ImportGroup>
40
  <PropertyGroup Label="UserMacros" />
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
42
    <TargetExt>.lib</TargetExt>
43
  </PropertyGroup>
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45
    <TargetExt>.lib</TargetExt>
46
  </PropertyGroup>
47
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48
    <ClCompile>
49
      <WarningLevel>Level3</WarningLevel>
50
      <Optimization>Disabled</Optimization>
51
      <SDLCheck>true</SDLCheck>
52
    </ClCompile>
53
    <Link>
54
      <GenerateDebugInformation>true</GenerateDebugInformation>
55
    </Link>
56
  </ItemDefinitionGroup>
57
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
58
    <ClCompile>
59
      <WarningLevel>Level3</WarningLevel>
60
      <Optimization>MaxSpeed</Optimization>
61
      <FunctionLevelLinking>true</FunctionLevelLinking>
62
      <IntrinsicFunctions>true</IntrinsicFunctions>
63
      <SDLCheck>true</SDLCheck>
64
    </ClCompile>
65
    <Link>
66
      <GenerateDebugInformation>true</GenerateDebugInformation>
67
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
68
      <OptimizeReferences>true</OptimizeReferences>
69
    </Link>
70
  </ItemDefinitionGroup>
71
  <ItemGroup>
72
    <ClCompile Include="..\..\src\GL\glew.c" />
73
  </ItemGroup>
74
  <ItemGroup>
75
    <ClInclude Include="..\..\src\GL\glew.h" />
76
    <ClInclude Include="..\..\src\GL\glxew.h" />
77
    <ClInclude Include="..\..\src\GL\wglew.h" />
78
  </ItemGroup>
79
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
80
  <ImportGroup Label="ExtensionTargets">
81
  </ImportGroup>
82
</Project>