Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj

Issue 11087056: Remove Win32 platform from hello_world_gles example (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sln ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|NaCl32">
5 <Configuration>Debug</Configuration>
6 <Platform>NaCl32</Platform>
7 </ProjectConfiguration>
4 <ProjectConfiguration Include="Debug|NaCl64"> 8 <ProjectConfiguration Include="Debug|NaCl64">
5 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
6 <Platform>NaCl64</Platform> 10 <Platform>NaCl64</Platform>
7 </ProjectConfiguration> 11 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|PPAPI"> 12 <ProjectConfiguration Include="Debug|PPAPI">
9 <Configuration>Debug</Configuration> 13 <Configuration>Debug</Configuration>
10 <Platform>PPAPI</Platform> 14 <Platform>PPAPI</Platform>
11 </ProjectConfiguration> 15 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32"> 16 <ProjectConfiguration Include="Release|NaCl32">
13 <Configuration>Debug</Configuration> 17 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform> 18 <Platform>NaCl32</Platform>
15 </ProjectConfiguration> 19 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|NaCl64"> 20 <ProjectConfiguration Include="Release|NaCl64">
17 <Configuration>Release</Configuration> 21 <Configuration>Release</Configuration>
18 <Platform>NaCl64</Platform> 22 <Platform>NaCl64</Platform>
19 </ProjectConfiguration> 23 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|PPAPI"> 24 <ProjectConfiguration Include="Release|PPAPI">
21 <Configuration>Release</Configuration> 25 <Configuration>Release</Configuration>
22 <Platform>PPAPI</Platform> 26 <Platform>PPAPI</Platform>
23 </ProjectConfiguration> 27 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration>
26 <Platform>Win32</Platform>
27 </ProjectConfiguration>
28 </ItemGroup> 28 </ItemGroup>
29 <PropertyGroup Label="Globals"> 29 <PropertyGroup Label="Globals">
30 <ProjectGuid>{F82336A6-3A85-45E2-9A96-26DEA54280C5}</ProjectGuid> 30 <ProjectGuid>{F82336A6-3A85-45E2-9A96-26DEA54280C5}</ProjectGuid>
31 <Keyword>Win32Proj</Keyword> 31 <Keyword>Win32Proj</Keyword>
32 <RootNamespace>hello_world_gles</RootNamespace> 32 <RootNamespace>hello_world_gles</RootNamespace>
33 </PropertyGroup> 33 </PropertyGroup>
34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration"> 35 <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)' =='Debug|NaCl64'">
36 <ConfigurationType>DynamicLibrary</ConfigurationType> 36 <ToolchainName>newlib</ToolchainName>
37 <UseDebugLibraries>true</UseDebugLibraries>
38 <CharacterSet>Unicode</CharacterSet>
39 </PropertyGroup> 37 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration"> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'" Labe l="Configuration">
41 <ConfigurationType>DynamicLibrary</ConfigurationType>
42 <UseDebugLibraries>false</UseDebugLibraries>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 <CharacterSet>Unicode</CharacterSet>
45 </PropertyGroup>
46 <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)' =='Debug|NaCl64'">
47 <ToolchainName>newlib</ToolchainName> 39 <ToolchainName>newlib</ToolchainName>
48 </PropertyGroup> 40 </PropertyGroup>
49 <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)' =='Release|NaCl64'"> 41 <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)' =='Release|NaCl64'">
50 <ToolchainName>newlib</ToolchainName> 42 <ToolchainName>newlib</ToolchainName>
51 </PropertyGroup> 43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'" La bel="Configuration">
45 <ToolchainName>newlib</ToolchainName>
46 </PropertyGroup>
52 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 47 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
53 <ImportGroup Label="ExtensionSettings"> 48 <ImportGroup Label="ExtensionSettings">
54 </ImportGroup> 49 </ImportGroup>
55 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug|Win32'">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
57 </ImportGroup>
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release|Win32'">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
60 </ImportGroup>
61 <PropertyGroup Label="UserMacros" /> 50 <PropertyGroup Label="UserMacros" />
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <LinkIncremental>true</LinkIncremental>
64 </PropertyGroup>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <LinkIncremental>false</LinkIncremental>
67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
69 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 52 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
70 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir> 53 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
71 <TargetName>$(ProjectName)_$(TargetArchitecture)</TargetName> 54 <TargetName>$(ProjectName)_$(TargetArchitecture)</TargetName>
72 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot> 55 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
56 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
57 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'">
60 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
61 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
62 <TargetName>$(ProjectName)_$(TargetArchitecture)</TargetName>
63 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
73 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 64 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
74 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 65 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
75 </PropertyGroup> 66 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
77 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 68 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
78 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir> 69 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
79 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot> 70 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
80 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 71 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
72 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
73 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'">
75 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
76 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
77 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
78 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
81 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 79 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
82 </PropertyGroup> 80 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
84 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath> 82 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath>
85 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 83 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
86 <LinkIncremental>false</LinkIncremental> 84 <LinkIncremental>false</LinkIncremental>
87 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> 85 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
88 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath> 86 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath>
89 </PropertyGroup> 87 </PropertyGroup>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
91 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath> 89 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath>
92 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 90 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
93 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> 91 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
94 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath> 92 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath>
95 </PropertyGroup> 93 </PropertyGroup>
96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
97 <ClCompile>
98 <PrecompiledHeader>
99 </PrecompiledHeader>
100 <WarningLevel>Level3</WarningLevel>
101 <Optimization>Disabled</Optimization>
102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HELLO_WORLD_GLES_EX PORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 </ClCompile>
104 <Link>
105 <SubSystem>Windows</SubSystem>
106 <GenerateDebugInformation>true</GenerateDebugInformation>
107 </Link>
108 </ItemDefinitionGroup>
109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
110 <ClCompile>
111 <WarningLevel>Level3</WarningLevel>
112 <PrecompiledHeader>
113 </PrecompiledHeader>
114 <Optimization>MaxSpeed</Optimization>
115 <FunctionLevelLinking>true</FunctionLevelLinking>
116 <IntrinsicFunctions>true</IntrinsicFunctions>
117 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HELLO_WORLD_GLES_EX PORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118 </ClCompile>
119 <Link>
120 <SubSystem>Windows</SubSystem>
121 <GenerateDebugInformation>true</GenerateDebugInformation>
122 <EnableCOMDATFolding>true</EnableCOMDATFolding>
123 <OptimizeReferences>true</OptimizeReferences>
124 </Link>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' "> 94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' ">
127 <Link> 95 <Link>
128 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 96 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
129 </Link> 97 </Link>
98 <PostBuildEvent>
99 <Command>set PATH=$(Path)
100 python.exe $(VSNaClSDKRoot)\tools\create_nmf.py -D $(VSNaClSDKRoot)\toolchain\wi n_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe -L $(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\x86_64-nacl\lib -L $(VSNaClSDKRoot)\toolchain\win_x86_ $(ToolchainName)\x86_64-nacl\lib32 -o $(ToolchainName)\hello_world_gles.nmf -t $ (ToolchainName) -s $(ToolchainName) $(TargetDir)$(TargetName)_$(TargetArchitectu re)$(TargetExt)</Command>
101 <Message>Running 'create_nmf'</Message>
102 </PostBuildEvent>
103 </ItemDefinitionGroup>
104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' ">
105 <Link>
106 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
107 </Link>
130 <PostBuildEvent> 108 <PostBuildEvent>
131 <Command>set PATH=$(Path) 109 <Command>set PATH=$(Path)
132 python.exe $(VSNaClSDKRoot)\tools\create_nmf.py -D $(VSNaClSDKRoot)\toolchain\wi n_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe -L $(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\x86_64-nacl\lib -L $(VSNaClSDKRoot)\toolchain\win_x86_ $(ToolchainName)\x86_64-nacl\lib32 -o $(ToolchainName)\hello_world_gles.nmf -t $ (ToolchainName) -s $(ToolchainName) $(TargetDir)$(TargetName)_$(TargetArchitectu re)$(TargetExt)</Command> 110 python.exe $(VSNaClSDKRoot)\tools\create_nmf.py -D $(VSNaClSDKRoot)\toolchain\wi n_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe -L $(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\x86_64-nacl\lib -L $(VSNaClSDKRoot)\toolchain\win_x86_ $(ToolchainName)\x86_64-nacl\lib32 -o $(ToolchainName)\hello_world_gles.nmf -t $ (ToolchainName) -s $(ToolchainName) $(TargetDir)$(TargetName)_$(TargetArchitectu re)$(TargetExt)</Command>
133 <Message>Running 'create_nmf'</Message> 111 <Message>Running 'create_nmf'</Message>
134 </PostBuildEvent> 112 </PostBuildEvent>
135 </ItemDefinitionGroup> 113 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'"> 114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'">
137 <Link> 115 <Link>
138 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 116 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
139 </Link> 117 </Link>
140 </ItemDefinitionGroup> 118 </ItemDefinitionGroup>
119 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'">
120 <Link>
121 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
122 </Link>
123 </ItemDefinitionGroup>
141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" > 124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" >
142 <Link> 125 <Link>
143 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies > 126 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies >
144 </Link> 127 </Link>
145 </ItemDefinitionGroup> 128 </ItemDefinitionGroup>
146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '"> 129 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '">
147 <Link> 130 <Link>
148 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies > 131 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies >
149 </Link> 132 </Link>
150 </ItemDefinitionGroup> 133 </ItemDefinitionGroup>
151 <ItemGroup> 134 <ItemGroup>
152 <None Include="common.js" /> 135 <None Include="common.js" />
153 <None Include="fragment_shader_es2.frag" /> 136 <None Include="fragment_shader_es2.frag" />
154 <None Include="index_glibc.html" /> 137 <None Include="index_glibc.html" />
155 <None Include="index_newlib.html" /> 138 <None Include="index_newlib.html" />
156 <None Include="index_win.html" /> 139 <None Include="index_win.html" />
157 <None Include="vertex_shader_es2.vert" /> 140 <None Include="vertex_shader_es2.vert" />
158 </ItemGroup> 141 </ItemGroup>
159 <ItemGroup> 142 <ItemGroup>
160 <ClCompile Include="hello_world.cc" /> 143 <ClCompile Include="hello_world.cc" />
161 <ClCompile Include="matrix.cc" /> 144 <ClCompile Include="matrix.cc" />
162 </ItemGroup> 145 </ItemGroup>
163 <ItemGroup> 146 <ItemGroup>
164 <ClInclude Include="matrix.h" /> 147 <ClInclude Include="matrix.h" />
165 </ItemGroup> 148 </ItemGroup>
166 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 149 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167 <ImportGroup Label="ExtensionTargets"> 150 <ImportGroup Label="ExtensionTargets">
168 </ImportGroup> 151 </ImportGroup>
169 </Project> 152 </Project>
OLDNEW
« no previous file with comments | « visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles.sln ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698