~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/msvc10/glbook_8_Simple_VertexShader.vcxproj

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
Import upstream version 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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|Emscripten">
 
5
      <Configuration>Debug</Configuration>
 
6
      <Platform>Emscripten</Platform>
 
7
    </ProjectConfiguration>
 
8
    <ProjectConfiguration Include="Debug|Win32">
 
9
      <Configuration>Debug</Configuration>
 
10
      <Platform>Win32</Platform>
 
11
    </ProjectConfiguration>
 
12
    <ProjectConfiguration Include="Release|Emscripten">
 
13
      <Configuration>Release</Configuration>
 
14
      <Platform>Emscripten</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Release|Win32">
 
17
      <Configuration>Release</Configuration>
 
18
      <Platform>Win32</Platform>
 
19
    </ProjectConfiguration>
 
20
  </ItemGroup>
 
21
  <PropertyGroup Label="Globals">
 
22
    <ProjectGuid>{2FD5F24F-8B73-4C62-81D6-B6B866E5EC5E}</ProjectGuid>
 
23
    <RootNamespace>glbook_8_Simple_VertexShader</RootNamespace>
 
24
  </PropertyGroup>
 
25
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
26
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 
27
    <ConfigurationType>Application</ConfigurationType>
 
28
    <UseDebugLibraries>true</UseDebugLibraries>
 
29
    <CharacterSet>MultiByte</CharacterSet>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 
32
    <ConfigurationType>Application</ConfigurationType>
 
33
    <UseDebugLibraries>false</UseDebugLibraries>
 
34
    <WholeProgramOptimization>true</WholeProgramOptimization>
 
35
    <CharacterSet>MultiByte</CharacterSet>
 
36
  </PropertyGroup>
 
37
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
 
38
    <PlatformToolset>emcc</PlatformToolset>
 
39
    <ConfigurationType>HTMLPage</ConfigurationType>
 
40
  </PropertyGroup>
 
41
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
 
42
    <PlatformToolset>emcc</PlatformToolset>
 
43
    <ConfigurationType>HTMLPage</ConfigurationType>
 
44
  </PropertyGroup>
 
45
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
46
  <ImportGroup Label="ExtensionSettings">
 
47
  </ImportGroup>
 
48
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
49
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
50
  </ImportGroup>
 
51
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
52
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
53
  </ImportGroup>
 
54
  <PropertyGroup Label="UserMacros" />
 
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
 
56
    <IntDir>$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
 
57
  </PropertyGroup>
 
58
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
 
59
    <IntDir>$(Platform)\$(ProjectName)_$(Configuration)\</IntDir>
 
60
  </PropertyGroup>
 
61
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 
62
    <ClCompile>
 
63
      <WarningLevel>Level3</WarningLevel>
 
64
      <Optimization>Disabled</Optimization>
 
65
    </ClCompile>
 
66
    <Link>
 
67
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
68
    </Link>
 
69
  </ItemDefinitionGroup>
 
70
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 
71
    <ClCompile>
 
72
      <WarningLevel>Level3</WarningLevel>
 
73
      <Optimization>MaxSpeed</Optimization>
 
74
      <FunctionLevelLinking>true</FunctionLevelLinking>
 
75
      <IntrinsicFunctions>true</IntrinsicFunctions>
 
76
    </ClCompile>
 
77
    <Link>
 
78
      <GenerateDebugInformation>true</GenerateDebugInformation>
 
79
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 
80
      <OptimizeReferences>true</OptimizeReferences>
 
81
    </Link>
 
82
  </ItemDefinitionGroup>
 
83
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Emscripten'">
 
84
    <ClCompile>
 
85
      <AdditionalIncludeDirectories>$(SolutionDir)../glbook/Common</AdditionalIncludeDirectories>
 
86
    </ClCompile>
 
87
  </ItemDefinitionGroup>
 
88
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Emscripten'">
 
89
    <ClCompile>
 
90
      <AdditionalIncludeDirectories>$(SolutionDir)../glbook/Common</AdditionalIncludeDirectories>
 
91
    </ClCompile>
 
92
  </ItemDefinitionGroup>
 
93
  <ItemGroup>
 
94
    <ClCompile Include="..\glbook\Chapter_8\Simple_VertexShader\Simple_VertexShader.c" />
 
95
    <ClCompile Include="..\glbook\Common\esShader.c" />
 
96
    <ClCompile Include="..\glbook\Common\esShapes.c" />
 
97
    <ClCompile Include="..\glbook\Common\esTransform.c" />
 
98
    <ClCompile Include="..\glbook\Common\esUtil.c" />
 
99
  </ItemGroup>
 
100
  <ItemGroup>
 
101
    <ClInclude Include="..\glbook\Common\esUtil.h" />
 
102
  </ItemGroup>
 
103
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
104
  <ImportGroup Label="ExtensionTargets">
 
105
  </ImportGroup>
 
106
</Project>
 
 
b'\\ No newline at end of file'