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

« back to all changes in this revision

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