| Index: visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj
|
| diff --git a/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj b/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..91aea511a7420fb095e54389407e0f100bb55b0e
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/TestingProjects/DummyLoop/DummyLoop/DummyLoop.vcxproj
|
| @@ -0,0 +1,226 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| + <ItemGroup Label="ProjectConfigurations">
|
| + <ProjectConfiguration Include="Debug|NaCl">
|
| + <Configuration>Debug</Configuration>
|
| + <Platform>NaCl</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Debug|PPAPI">
|
| + <Configuration>Debug</Configuration>
|
| + <Platform>PPAPI</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Debug|Win32">
|
| + <Configuration>Debug</Configuration>
|
| + <Platform>Win32</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Release|NaCl">
|
| + <Configuration>Release</Configuration>
|
| + <Platform>NaCl</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Release|PPAPI">
|
| + <Configuration>Release</Configuration>
|
| + <Platform>PPAPI</Platform>
|
| + </ProjectConfiguration>
|
| + <ProjectConfiguration Include="Release|Win32">
|
| + <Configuration>Release</Configuration>
|
| + <Platform>Win32</Platform>
|
| + </ProjectConfiguration>
|
| + </ItemGroup>
|
| + <PropertyGroup Label="Globals">
|
| + <ProjectGuid>{BF6E3980-2429-4C15-9593-FCD3C7B0A317}</ProjectGuid>
|
| + <Keyword>Win32Proj</Keyword>
|
| + <RootNamespace>DummyLoop</RootNamespace>
|
| + </PropertyGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| + <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| + <UseDebugLibraries>true</UseDebugLibraries>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'" Label="Configuration">
|
| + <ConfigurationType>Application</ConfigurationType>
|
| + <UseDebugLibraries>true</UseDebugLibraries>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + <NaClArch>x86_64</NaClArch>
|
| + <NaClTargetPlatform>pepper_canary</NaClTargetPlatform>
|
| + <TargetArchitecture>x86_64</TargetArchitecture>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" Label="Configuration">
|
| + <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| + <UseDebugLibraries>true</UseDebugLibraries>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| + <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| + <UseDebugLibraries>false</UseDebugLibraries>
|
| + <WholeProgramOptimization>true</WholeProgramOptimization>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'" Label="Configuration">
|
| + <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| + <UseDebugLibraries>false</UseDebugLibraries>
|
| + <WholeProgramOptimization>true</WholeProgramOptimization>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'" Label="Configuration">
|
| + <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| + <UseDebugLibraries>false</UseDebugLibraries>
|
| + <WholeProgramOptimization>true</WholeProgramOptimization>
|
| + <CharacterSet>Unicode</CharacterSet>
|
| + </PropertyGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| + <ImportGroup Label="ExtensionSettings">
|
| + </ImportGroup>
|
| + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'" Label="PropertySheets">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" Label="PropertySheets">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'" Label="PropertySheets">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'" Label="PropertySheets">
|
| + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| + </ImportGroup>
|
| + <PropertyGroup Label="UserMacros" />
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <LinkIncremental>true</LinkIncremental>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
|
| + <LinkIncremental>true</LinkIncremental>
|
| + <TargetExt>.nexe</TargetExt>
|
| + <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
|
| + <LinkIncremental>true</LinkIncremental>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <LinkIncremental>false</LinkIncremental>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'">
|
| + <LinkIncremental>false</LinkIncremental>
|
| + </PropertyGroup>
|
| + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
|
| + <LinkIncremental>false</LinkIncremental>
|
| + </PropertyGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| + <ClCompile>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <Optimization>Disabled</Optimization>
|
| + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
|
| + <ClCompile>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <Optimization>Disabled</Optimization>
|
| + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <OptimizationLevel>
|
| + </OptimizationLevel>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <NaClSystemLibs>ppapi_gles2;ppapi_cpp;ppapi</NaClSystemLibs>
|
| + <AdditionalDependencies>ppapi; ppapi_cpp</AdditionalDependencies>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
|
| + <ClCompile>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <Optimization>Disabled</Optimization>
|
| + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + <AdditionalIncludeDirectories>C:\chrome\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <AdditionalLibraryDirectories>C:\chrome\src\build\Debug\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
| + <AdditionalDependencies>ppapi_cpp.lib;ppapi_cpp_objects.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| + <ClCompile>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <Optimization>MaxSpeed</Optimization>
|
| + <FunctionLevelLinking>true</FunctionLevelLinking>
|
| + <IntrinsicFunctions>true</IntrinsicFunctions>
|
| + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| + <OptimizeReferences>true</OptimizeReferences>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'">
|
| + <ClCompile>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <Optimization>MaxSpeed</Optimization>
|
| + <FunctionLevelLinking>true</FunctionLevelLinking>
|
| + <IntrinsicFunctions>true</IntrinsicFunctions>
|
| + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| + <OptimizeReferences>true</OptimizeReferences>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
|
| + <ClCompile>
|
| + <WarningLevel>Level3</WarningLevel>
|
| + <PrecompiledHeader>
|
| + </PrecompiledHeader>
|
| + <Optimization>MaxSpeed</Optimization>
|
| + <FunctionLevelLinking>true</FunctionLevelLinking>
|
| + <IntrinsicFunctions>true</IntrinsicFunctions>
|
| + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DUMMYLOOP_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| + </ClCompile>
|
| + <Link>
|
| + <SubSystem>Windows</SubSystem>
|
| + <GenerateDebugInformation>true</GenerateDebugInformation>
|
| + <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| + <OptimizeReferences>true</OptimizeReferences>
|
| + </Link>
|
| + </ItemDefinitionGroup>
|
| + <ItemGroup>
|
| + <ClCompile Include="main.cpp" />
|
| + </ItemGroup>
|
| + <ItemGroup>
|
| + <None Include="dummy_loop.nmf" />
|
| + <None Include="index.html">
|
| + <DeploymentContent>true</DeploymentContent>
|
| + </None>
|
| + </ItemGroup>
|
| + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| + <ImportGroup Label="ExtensionTargets">
|
| + </ImportGroup>
|
| +</Project>
|
|
|