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

« back to all changes in this revision

Viewing changes to tests/msvc10/new.vcxproj

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-09-20 22:44:35 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130920224435-apuwj4fsl3fqv1a6
Tags: 1.5.6~20130920~6010666-1
* New snapshot release
* Update the list of supported architectures to the same as libv8
  (Closes: #723129)
* emlibtool has been removed from upstream.
* Fix warning syntax-error-in-dep5-copyright
* Refresh of the patches

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>{5190107D-91B3-4EF8-82CB-08381DD19ABB}</ProjectGuid>
23
 
    <RootNamespace>new</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
 
  <ItemGroup>
84
 
    <ClCompile Include="..\new.cpp" />
85
 
  </ItemGroup>
86
 
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
87
 
  <ImportGroup Label="ExtensionTargets">
88
 
  </ImportGroup>
89
 
</Project>
 
 
b'\\ No newline at end of file'