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

Side by Side Diff: visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|NaCl">
5 <Configuration>Debug</Configuration>
6 <Platform>NaCl</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|PPAPI">
9 <Configuration>Debug</Configuration>
10 <Platform>PPAPI</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|NaCl">
17 <Configuration>Release</Configuration>
18 <Platform>NaCl</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|PPAPI">
21 <Configuration>Release</Configuration>
22 <Platform>PPAPI</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|Win32">
25 <Configuration>Release</Configuration>
26 <Platform>Win32</Platform>
27 </ProjectConfiguration>
28 </ItemGroup>
29 <PropertyGroup Label="Globals">
30 <ProjectGuid>{BF6E3980-2429-4C15-9593-FCD3C7B0A317}</ProjectGuid>
31 <Keyword>Win32Proj</Keyword>
32 <RootNamespace>DummyLoop</RootNamespace>
33 </PropertyGroup>
34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label ="Configuration">
36 <ConfigurationType>DynamicLibrary</ConfigurationType>
37 <UseDebugLibraries>true</UseDebugLibraries>
38 <CharacterSet>Unicode</CharacterSet>
39 </PropertyGroup>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'" Label= "Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <UseDebugLibraries>true</UseDebugLibraries>
43 <CharacterSet>Unicode</CharacterSet>
44 <NaClArch>x86_64</NaClArch>
45 <NaClTargetPlatform>pepper_canary</NaClTargetPlatform>
46 <TargetArchitecture>x86_64</TargetArchitecture>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" Label ="Configuration">
49 <ConfigurationType>DynamicLibrary</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries>
51 <CharacterSet>Unicode</CharacterSet>
52 </PropertyGroup>
53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab el="Configuration">
54 <ConfigurationType>DynamicLibrary</ConfigurationType>
55 <UseDebugLibraries>false</UseDebugLibraries>
56 <WholeProgramOptimization>true</WholeProgramOptimization>
57 <CharacterSet>Unicode</CharacterSet>
58 </PropertyGroup>
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'" Labe l="Configuration">
60 <ConfigurationType>DynamicLibrary</ConfigurationType>
61 <UseDebugLibraries>false</UseDebugLibraries>
62 <WholeProgramOptimization>true</WholeProgramOptimization>
63 <CharacterSet>Unicode</CharacterSet>
64 </PropertyGroup>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'" Lab el="Configuration">
66 <ConfigurationType>DynamicLibrary</ConfigurationType>
67 <UseDebugLibraries>false</UseDebugLibraries>
68 <WholeProgramOptimization>true</WholeProgramOptimization>
69 <CharacterSet>Unicode</CharacterSet>
70 </PropertyGroup>
71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
72 <ImportGroup Label="ExtensionSettings">
73 </ImportGroup>
74 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Debug|Win32'">
75 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
76 </ImportGroup>
77 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'" Label="P ropertySheets">
78 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
79 </ImportGroup>
80 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" Label=" PropertySheets">
81 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
82 </ImportGroup>
83 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'= ='Release|Win32'">
84 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
85 </ImportGroup>
86 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'" Label= "PropertySheets">
87 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
88 </ImportGroup>
89 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'" Label ="PropertySheets">
90 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
91 </ImportGroup>
92 <PropertyGroup Label="UserMacros" />
93 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94 <LinkIncremental>true</LinkIncremental>
95 </PropertyGroup>
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
97 <LinkIncremental>true</LinkIncremental>
98 <TargetExt>.nexe</TargetExt>
99 <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
100 </PropertyGroup>
101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
102 <LinkIncremental>true</LinkIncremental>
103 </PropertyGroup>
104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
105 <LinkIncremental>false</LinkIncremental>
106 </PropertyGroup>
107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'">
108 <LinkIncremental>false</LinkIncremental>
109 </PropertyGroup>
110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
111 <LinkIncremental>false</LinkIncremental>
112 </PropertyGroup>
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
114 <ClCompile>
115 <PrecompiledHeader>
116 </PrecompiledHeader>
117 <WarningLevel>Level3</WarningLevel>
118 <Optimization>Disabled</Optimization>
119 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;% (PreprocessorDefinitions)</PreprocessorDefinitions>
120 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
121 </ClCompile>
122 <Link>
123 <SubSystem>Windows</SubSystem>
124 <GenerateDebugInformation>true</GenerateDebugInformation>
125 </Link>
126 </ItemDefinitionGroup>
127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
128 <ClCompile>
129 <PrecompiledHeader>
130 </PrecompiledHeader>
131 <WarningLevel>Level3</WarningLevel>
132 <Optimization>Disabled</Optimization>
133 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;% (PreprocessorDefinitions)</PreprocessorDefinitions>
134 <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalI ncludeDirectories>
135 <GenerateDebugInformation>true</GenerateDebugInformation>
136 <OptimizationLevel>
137 </OptimizationLevel>
138 </ClCompile>
139 <Link>
140 <SubSystem>Windows</SubSystem>
141 <GenerateDebugInformation>true</GenerateDebugInformation>
142 <NaClSystemLibs>ppapi_gles2;ppapi_cpp;ppapi</NaClSystemLibs>
143 <AdditionalDependencies>ppapi; ppapi_cpp</AdditionalDependencies>
144 </Link>
145 </ItemDefinitionGroup>
146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" >
147 <ClCompile>
148 <PrecompiledHeader>
149 </PrecompiledHeader>
150 <WarningLevel>Level3</WarningLevel>
151 <Optimization>Disabled</Optimization>
152 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;% (PreprocessorDefinitions)</PreprocessorDefinitions>
153 <AdditionalIncludeDirectories>C:\chrome\src;%(AdditionalIncludeDirectories )</AdditionalIncludeDirectories>
154 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
155 </ClCompile>
156 <Link>
157 <SubSystem>Windows</SubSystem>
158 <GenerateDebugInformation>true</GenerateDebugInformation>
159 <AdditionalLibraryDirectories>C:\chrome\src\build\Debug\lib;%(AdditionalLi braryDirectories)</AdditionalLibraryDirectories>
160 <AdditionalDependencies>ppapi_cpp.lib;ppapi_cpp_objects.lib;%(AdditionalDe pendencies)</AdditionalDependencies>
161 </Link>
162 </ItemDefinitionGroup>
163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32 '">
164 <ClCompile>
165 <WarningLevel>Level3</WarningLevel>
166 <PrecompiledHeader>
167 </PrecompiledHeader>
168 <Optimization>MaxSpeed</Optimization>
169 <FunctionLevelLinking>true</FunctionLevelLinking>
170 <IntrinsicFunctions>true</IntrinsicFunctions>
171 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;% (PreprocessorDefinitions)</PreprocessorDefinitions>
172 </ClCompile>
173 <Link>
174 <SubSystem>Windows</SubSystem>
175 <GenerateDebugInformation>true</GenerateDebugInformation>
176 <EnableCOMDATFolding>true</EnableCOMDATFolding>
177 <OptimizeReferences>true</OptimizeReferences>
178 </Link>
179 </ItemDefinitionGroup>
180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl' ">
181 <ClCompile>
182 <WarningLevel>Level3</WarningLevel>
183 <PrecompiledHeader>
184 </PrecompiledHeader>
185 <Optimization>MaxSpeed</Optimization>
186 <FunctionLevelLinking>true</FunctionLevelLinking>
187 <IntrinsicFunctions>true</IntrinsicFunctions>
188 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;% (PreprocessorDefinitions)</PreprocessorDefinitions>
189 </ClCompile>
190 <Link>
191 <SubSystem>Windows</SubSystem>
192 <GenerateDebugInformation>true</GenerateDebugInformation>
193 <EnableCOMDATFolding>true</EnableCOMDATFolding>
194 <OptimizeReferences>true</OptimizeReferences>
195 </Link>
196 </ItemDefinitionGroup>
197 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '">
198 <ClCompile>
199 <WarningLevel>Level3</WarningLevel>
200 <PrecompiledHeader>
201 </PrecompiledHeader>
202 <Optimization>MaxSpeed</Optimization>
203 <FunctionLevelLinking>true</FunctionLevelLinking>
204 <IntrinsicFunctions>true</IntrinsicFunctions>
205 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;% (PreprocessorDefinitions)</PreprocessorDefinitions>
206 </ClCompile>
207 <Link>
208 <SubSystem>Windows</SubSystem>
209 <GenerateDebugInformation>true</GenerateDebugInformation>
210 <EnableCOMDATFolding>true</EnableCOMDATFolding>
211 <OptimizeReferences>true</OptimizeReferences>
212 </Link>
213 </ItemDefinitionGroup>
214 <ItemGroup>
215 <ClCompile Include="main.cpp" />
216 </ItemGroup>
217 <ItemGroup>
218 <None Include="dummy_loop.nmf" />
219 <None Include="index.html">
220 <DeploymentContent>true</DeploymentContent>
221 </None>
222 </ItemGroup>
223 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
224 <ImportGroup Label="ExtensionTargets">
225 </ImportGroup>
226 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698