Home | History | Annotate | Download | only in WindowsVC2010
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{2EA5725B-25DA-44E2-B71E-BD9F55F3C2E2}</ProjectGuid>
     23     <RootNamespace>OGLES3ColourGrading</RootNamespace>
     24     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
     25   </PropertyGroup>
     26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     28     <ConfigurationType>Application</ConfigurationType>
     29     <UseDebugLibraries>true</UseDebugLibraries>
     30     <CharacterSet>MultiByte</CharacterSet>
     31     <PlatformToolset>v141</PlatformToolset>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     34     <ConfigurationType>Application</ConfigurationType>
     35     <UseDebugLibraries>true</UseDebugLibraries>
     36     <CharacterSet>MultiByte</CharacterSet>
     37     <PlatformToolset>v141</PlatformToolset>
     38   </PropertyGroup>
     39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     40     <ConfigurationType>Application</ConfigurationType>
     41     <UseDebugLibraries>false</UseDebugLibraries>
     42     <WholeProgramOptimization>true</WholeProgramOptimization>
     43     <CharacterSet>MultiByte</CharacterSet>
     44     <PlatformToolset>v141</PlatformToolset>
     45   </PropertyGroup>
     46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     47     <ConfigurationType>Application</ConfigurationType>
     48     <UseDebugLibraries>false</UseDebugLibraries>
     49     <WholeProgramOptimization>true</WholeProgramOptimization>
     50     <CharacterSet>MultiByte</CharacterSet>
     51     <PlatformToolset>v141</PlatformToolset>
     52   </PropertyGroup>
     53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     54   <ImportGroup Label="ExtensionSettings">
     55   </ImportGroup>
     56   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     57     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     58   </ImportGroup>
     59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     61   </ImportGroup>
     62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     64   </ImportGroup>
     65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     67   </ImportGroup>
     68   <PropertyGroup Label="UserMacros" />
     69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     70     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     71     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     72   </PropertyGroup>
     73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     74     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     75     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     76   </PropertyGroup>
     77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     78     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     79     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     80   </PropertyGroup>
     81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     82     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     83     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     84   </PropertyGroup>
     85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     86     <ClCompile>
     87       <WarningLevel>Level3</WarningLevel>
     88       <Optimization>Disabled</Optimization>
     89       <PreprocessorDefinitions>BUILD_OGLES3;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     90       <AdditionalIncludeDirectories>..\..\..\..\..\..\Shell;..\..\..\..\..\..\Shell\API\KEGL;..\..\..\..\..\..\Shell\OS\Windows;..\..\..\..\..\..\Builds\Include;..\..\..\..\..\..\Tools\OGLES2;..\..\..\..\..\..\Tools\OGLES3;</AdditionalIncludeDirectories>
     91       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     92       <MultiProcessorCompilation>true</MultiProcessorCompilation>
     93       <MinimalRebuild>false</MinimalRebuild>
     94     </ClCompile>
     95     <Link>
     96       <GenerateDebugInformation>true</GenerateDebugInformation>
     97       <AdditionalLibraryDirectories>..\..\..\..\..\..\Builds\Windows\x86_32\Lib;..\..\..\..\..\..\Tools\OGLES3\Build\WindowsVC2010\$(IntDir)</AdditionalLibraryDirectories>
     98       <AdditionalDependencies>libEGL.lib;libGLESv2.lib;%(AdditionalDependencies)</AdditionalDependencies>
     99     </Link>
    100   </ItemDefinitionGroup>
    101   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    102     <ClCompile>
    103       <WarningLevel>Level3</WarningLevel>
    104       <Optimization>Disabled</Optimization>
    105       <PreprocessorDefinitions>BUILD_OGLES3;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    106       <AdditionalIncludeDirectories>..\..\..\..\..\..\Shell;..\..\..\..\..\..\Shell\API\KEGL;..\..\..\..\..\..\Shell\OS\Windows;..\..\..\..\..\..\Builds\Include;..\..\..\..\..\..\Tools\OGLES2;..\..\..\..\..\..\Tools\OGLES3;</AdditionalIncludeDirectories>
    107       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    108       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    109       <MinimalRebuild>false</MinimalRebuild>
    110     </ClCompile>
    111     <Link>
    112       <GenerateDebugInformation>true</GenerateDebugInformation>
    113       <AdditionalLibraryDirectories>..\..\..\..\..\..\Builds\Windows\x86_64\Lib</AdditionalLibraryDirectories>
    114       <AdditionalDependencies>libEGL.lib;libGLESv2.lib;%(AdditionalDependencies)</AdditionalDependencies>
    115     </Link>
    116   </ItemDefinitionGroup>
    117   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    118     <ClCompile>
    119       <WarningLevel>Level3</WarningLevel>
    120       <Optimization>MaxSpeed</Optimization>
    121       <FunctionLevelLinking>true</FunctionLevelLinking>
    122       <IntrinsicFunctions>true</IntrinsicFunctions>
    123       <PreprocessorDefinitions>BUILD_OGLES3;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    124       <AdditionalIncludeDirectories>..\..\..\..\..\..\Shell;..\..\..\..\..\..\Shell\API\KEGL;..\..\..\..\..\..\Shell\OS\Windows;..\..\..\..\..\..\Builds\Include;..\..\..\..\..\..\Tools\OGLES2;..\..\..\..\..\..\Tools\OGLES3;</AdditionalIncludeDirectories>
    125       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    126       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    127       <MinimalRebuild>false</MinimalRebuild>
    128     </ClCompile>
    129     <Link>
    130       <GenerateDebugInformation>true</GenerateDebugInformation>
    131       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    132       <OptimizeReferences>true</OptimizeReferences>
    133       <AdditionalLibraryDirectories>..\..\..\..\..\..\Builds\Windows\x86_32\Lib</AdditionalLibraryDirectories>
    134       <AdditionalDependencies>libEGL.lib;libGLESv2.lib;%(AdditionalDependencies)</AdditionalDependencies>
    135     </Link>
    136   </ItemDefinitionGroup>
    137   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    138     <ClCompile>
    139       <WarningLevel>Level3</WarningLevel>
    140       <Optimization>MaxSpeed</Optimization>
    141       <FunctionLevelLinking>true</FunctionLevelLinking>
    142       <IntrinsicFunctions>true</IntrinsicFunctions>
    143       <PreprocessorDefinitions>BUILD_OGLES3;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    144       <AdditionalIncludeDirectories>..\..\..\..\..\..\Shell;..\..\..\..\..\..\Shell\API\KEGL;..\..\..\..\..\..\Shell\OS\Windows;..\..\..\..\..\..\Builds\Include;..\..\..\..\..\..\Tools\OGLES2;..\..\..\..\..\..\Tools\OGLES3;</AdditionalIncludeDirectories>
    145       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    146       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    147       <MinimalRebuild>false</MinimalRebuild>
    148     </ClCompile>
    149     <Link>
    150       <GenerateDebugInformation>true</GenerateDebugInformation>
    151       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    152       <OptimizeReferences>true</OptimizeReferences>
    153       <AdditionalLibraryDirectories>..\..\..\..\..\..\Builds\Windows\x86_64\Lib</AdditionalLibraryDirectories>
    154       <AdditionalDependencies>libEGL.lib;libGLESv2.lib;%(AdditionalDependencies)</AdditionalDependencies>
    155     </Link>
    156   </ItemDefinitionGroup>
    157   <ItemGroup>
    158     <ClCompile Include="..\..\OGLES3ColourGrading.cpp" />
    159     <ClCompile Include="..\..\..\..\..\..\Shell\PVRShell.cpp" />
    160     <ClCompile Include="..\..\..\..\..\..\Shell\API\KEGL\PVRShellAPI.cpp" />
    161     <ClCompile Include="..\..\..\..\..\..\Shell\OS\Windows\PVRShellOS.cpp" />
    162     <ClCompile Include="..\..\Content\FragShader.cpp" />
    163     <ClCompile Include="..\..\Content\VertShader.cpp" />
    164     <ClCompile Include="..\..\Content\SceneFragShader.cpp" />
    165     <ClCompile Include="..\..\Content\SceneVertShader.cpp" />
    166     <ClCompile Include="..\..\Content\BackgroundFragShader.cpp" />
    167     <ClCompile Include="..\..\Content\Mask.cpp" />
    168     <ClCompile Include="..\..\Content\MaskTexture.cpp" />
    169     <ClCompile Include="..\..\Content\Background.cpp" />
    170     <ClCompile Include="..\..\Content\identity.cpp" />
    171     <ClCompile Include="..\..\Content\cooler.cpp" />
    172     <ClCompile Include="..\..\Content\warmer.cpp" />
    173     <ClCompile Include="..\..\Content\bw.cpp" />
    174     <ClCompile Include="..\..\Content\sepia.cpp" />
    175     <ClCompile Include="..\..\Content\inverted.cpp" />
    176     <ClCompile Include="..\..\Content\highcontrast.cpp" />
    177     <ClCompile Include="..\..\Content\bluewhitegradient.cpp" />
    178   </ItemGroup>
    179   <ItemGroup>
    180     <ClInclude Include="..\..\..\..\..\..\Shell\PVRShell.h" />
    181     <ClInclude Include="..\..\..\..\..\..\Shell\PVRShellImpl.h" />
    182     <ClInclude Include="..\..\..\..\..\..\Shell\API\KEGL\PVRShellAPI.h" />
    183     <ClInclude Include="..\..\..\..\..\..\Shell\OS\Windows\PVRShellOS.h" />
    184     <ClInclude Include="..\..\..\..\..\..\Builds\Windows\Resources\resource.h" />
    185   </ItemGroup>
    186   <ItemGroup>
    187     <ResourceCompile Include="..\..\..\..\..\..\Builds\Windows\Resources\shared.rc" />
    188   </ItemGroup>
    189   <ItemGroup>
    190     <CustomBuild Include="..\..\Mask.pod">
    191       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping scene file ..\..\Mask.pod as ..\..\Content\Mask.cpp</Message>
    192       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Mask.cpp" "%(FullPath)"</Command>
    193       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\Mask.cpp;%(Outputs)</Outputs>
    194       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping scene file ..\..\Mask.pod as ..\..\Content\Mask.cpp</Message>
    195       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Mask.cpp" "%(FullPath)"</Command>
    196       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\Mask.cpp;%(Outputs)</Outputs>
    197       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping scene file ..\..\Mask.pod as ..\..\Content\Mask.cpp</Message>
    198       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Mask.cpp" "%(FullPath)"</Command>
    199       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\Mask.cpp;%(Outputs)</Outputs>
    200       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping scene file ..\..\Mask.pod as ..\..\Content\Mask.cpp</Message>
    201       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Mask.cpp" "%(FullPath)"</Command>
    202       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\Mask.cpp;%(Outputs)</Outputs>
    203     </CustomBuild>
    204   </ItemGroup>
    205   <ItemGroup>
    206     <CustomBuild Include="..\..\identity.pvr">
    207       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\identity.pvr as ..\..\Content\identity.cpp</Message>
    208       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\identity.cpp" "%(FullPath)"</Command>
    209       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\identity.cpp;%(Outputs)</Outputs>
    210       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\identity.pvr as ..\..\Content\identity.cpp</Message>
    211       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\identity.cpp" "%(FullPath)"</Command>
    212       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\identity.cpp;%(Outputs)</Outputs>
    213       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\identity.pvr as ..\..\Content\identity.cpp</Message>
    214       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\identity.cpp" "%(FullPath)"</Command>
    215       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\identity.cpp;%(Outputs)</Outputs>
    216       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\identity.pvr as ..\..\Content\identity.cpp</Message>
    217       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\identity.cpp" "%(FullPath)"</Command>
    218       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\identity.cpp;%(Outputs)</Outputs>
    219     </CustomBuild>
    220     <CustomBuild Include="..\..\cooler.pvr">
    221       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\cooler.pvr as ..\..\Content\cooler.cpp</Message>
    222       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\cooler.cpp" "%(FullPath)"</Command>
    223       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\cooler.cpp;%(Outputs)</Outputs>
    224       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\cooler.pvr as ..\..\Content\cooler.cpp</Message>
    225       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\cooler.cpp" "%(FullPath)"</Command>
    226       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\cooler.cpp;%(Outputs)</Outputs>
    227       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\cooler.pvr as ..\..\Content\cooler.cpp</Message>
    228       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\cooler.cpp" "%(FullPath)"</Command>
    229       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\cooler.cpp;%(Outputs)</Outputs>
    230       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\cooler.pvr as ..\..\Content\cooler.cpp</Message>
    231       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\cooler.cpp" "%(FullPath)"</Command>
    232       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\cooler.cpp;%(Outputs)</Outputs>
    233     </CustomBuild>
    234     <CustomBuild Include="..\..\warmer.pvr">
    235       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\warmer.pvr as ..\..\Content\warmer.cpp</Message>
    236       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\warmer.cpp" "%(FullPath)"</Command>
    237       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\warmer.cpp;%(Outputs)</Outputs>
    238       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\warmer.pvr as ..\..\Content\warmer.cpp</Message>
    239       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\warmer.cpp" "%(FullPath)"</Command>
    240       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\warmer.cpp;%(Outputs)</Outputs>
    241       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\warmer.pvr as ..\..\Content\warmer.cpp</Message>
    242       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\warmer.cpp" "%(FullPath)"</Command>
    243       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\warmer.cpp;%(Outputs)</Outputs>
    244       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\warmer.pvr as ..\..\Content\warmer.cpp</Message>
    245       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\warmer.cpp" "%(FullPath)"</Command>
    246       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\warmer.cpp;%(Outputs)</Outputs>
    247     </CustomBuild>
    248     <CustomBuild Include="..\..\bw.pvr">
    249       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\bw.pvr as ..\..\Content\bw.cpp</Message>
    250       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bw.cpp" "%(FullPath)"</Command>
    251       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\bw.cpp;%(Outputs)</Outputs>
    252       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\bw.pvr as ..\..\Content\bw.cpp</Message>
    253       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bw.cpp" "%(FullPath)"</Command>
    254       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\bw.cpp;%(Outputs)</Outputs>
    255       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\bw.pvr as ..\..\Content\bw.cpp</Message>
    256       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bw.cpp" "%(FullPath)"</Command>
    257       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\bw.cpp;%(Outputs)</Outputs>
    258       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\bw.pvr as ..\..\Content\bw.cpp</Message>
    259       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bw.cpp" "%(FullPath)"</Command>
    260       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\bw.cpp;%(Outputs)</Outputs>
    261     </CustomBuild>
    262     <CustomBuild Include="..\..\sepia.pvr">
    263       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\sepia.pvr as ..\..\Content\sepia.cpp</Message>
    264       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\sepia.cpp" "%(FullPath)"</Command>
    265       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\sepia.cpp;%(Outputs)</Outputs>
    266       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\sepia.pvr as ..\..\Content\sepia.cpp</Message>
    267       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\sepia.cpp" "%(FullPath)"</Command>
    268       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\sepia.cpp;%(Outputs)</Outputs>
    269       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\sepia.pvr as ..\..\Content\sepia.cpp</Message>
    270       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\sepia.cpp" "%(FullPath)"</Command>
    271       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\sepia.cpp;%(Outputs)</Outputs>
    272       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\sepia.pvr as ..\..\Content\sepia.cpp</Message>
    273       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\sepia.cpp" "%(FullPath)"</Command>
    274       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\sepia.cpp;%(Outputs)</Outputs>
    275     </CustomBuild>
    276     <CustomBuild Include="..\..\inverted.pvr">
    277       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\inverted.pvr as ..\..\Content\inverted.cpp</Message>
    278       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\inverted.cpp" "%(FullPath)"</Command>
    279       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\inverted.cpp;%(Outputs)</Outputs>
    280       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\inverted.pvr as ..\..\Content\inverted.cpp</Message>
    281       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\inverted.cpp" "%(FullPath)"</Command>
    282       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\inverted.cpp;%(Outputs)</Outputs>
    283       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\inverted.pvr as ..\..\Content\inverted.cpp</Message>
    284       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\inverted.cpp" "%(FullPath)"</Command>
    285       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\inverted.cpp;%(Outputs)</Outputs>
    286       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\inverted.pvr as ..\..\Content\inverted.cpp</Message>
    287       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\inverted.cpp" "%(FullPath)"</Command>
    288       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\inverted.cpp;%(Outputs)</Outputs>
    289     </CustomBuild>
    290     <CustomBuild Include="..\..\highcontrast.pvr">
    291       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\highcontrast.pvr as ..\..\Content\highcontrast.cpp</Message>
    292       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\highcontrast.cpp" "%(FullPath)"</Command>
    293       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\highcontrast.cpp;%(Outputs)</Outputs>
    294       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\highcontrast.pvr as ..\..\Content\highcontrast.cpp</Message>
    295       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\highcontrast.cpp" "%(FullPath)"</Command>
    296       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\highcontrast.cpp;%(Outputs)</Outputs>
    297       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\highcontrast.pvr as ..\..\Content\highcontrast.cpp</Message>
    298       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\highcontrast.cpp" "%(FullPath)"</Command>
    299       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\highcontrast.cpp;%(Outputs)</Outputs>
    300       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\highcontrast.pvr as ..\..\Content\highcontrast.cpp</Message>
    301       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\highcontrast.cpp" "%(FullPath)"</Command>
    302       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\highcontrast.cpp;%(Outputs)</Outputs>
    303     </CustomBuild>
    304     <CustomBuild Include="..\..\bluewhitegradient.pvr">
    305       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping generic file ..\..\bluewhitegradient.pvr as ..\..\Content\bluewhitegradient.cpp</Message>
    306       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bluewhitegradient.cpp" "%(FullPath)"</Command>
    307       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\bluewhitegradient.cpp;%(Outputs)</Outputs>
    308       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping generic file ..\..\bluewhitegradient.pvr as ..\..\Content\bluewhitegradient.cpp</Message>
    309       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bluewhitegradient.cpp" "%(FullPath)"</Command>
    310       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\bluewhitegradient.cpp;%(Outputs)</Outputs>
    311       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping generic file ..\..\bluewhitegradient.pvr as ..\..\Content\bluewhitegradient.cpp</Message>
    312       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bluewhitegradient.cpp" "%(FullPath)"</Command>
    313       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\bluewhitegradient.cpp;%(Outputs)</Outputs>
    314       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping generic file ..\..\bluewhitegradient.pvr as ..\..\Content\bluewhitegradient.cpp</Message>
    315       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\bluewhitegradient.cpp" "%(FullPath)"</Command>
    316       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\bluewhitegradient.cpp;%(Outputs)</Outputs>
    317     </CustomBuild>
    318   </ItemGroup>
    319   <ItemGroup>
    320     <CustomBuild Include="..\..\FragShader.fsh">
    321       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping shader ..\..\FragShader.fsh as ..\..\Content\FragShader.cpp</Message>
    322       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
    323       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\FragShader.cpp;%(Outputs)</Outputs>
    324       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping shader ..\..\FragShader.fsh as ..\..\Content\FragShader.cpp</Message>
    325       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
    326       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\FragShader.cpp;%(Outputs)</Outputs>
    327       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping shader ..\..\FragShader.fsh as ..\..\Content\FragShader.cpp</Message>
    328       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
    329       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\FragShader.cpp;%(Outputs)</Outputs>
    330       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping shader ..\..\FragShader.fsh as ..\..\Content\FragShader.cpp</Message>
    331       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
    332       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\FragShader.cpp;%(Outputs)</Outputs>
    333     </CustomBuild>
    334     <CustomBuild Include="..\..\VertShader.vsh">
    335       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping shader ..\..\VertShader.vsh as ..\..\Content\VertShader.cpp</Message>
    336       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\VertShader.cpp" "%(FullPath)"</Command>
    337       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\VertShader.cpp;%(Outputs)</Outputs>
    338       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping shader ..\..\VertShader.vsh as ..\..\Content\VertShader.cpp</Message>
    339       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\VertShader.cpp" "%(FullPath)"</Command>
    340       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\VertShader.cpp;%(Outputs)</Outputs>
    341       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping shader ..\..\VertShader.vsh as ..\..\Content\VertShader.cpp</Message>
    342       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\VertShader.cpp" "%(FullPath)"</Command>
    343       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\VertShader.cpp;%(Outputs)</Outputs>
    344       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping shader ..\..\VertShader.vsh as ..\..\Content\VertShader.cpp</Message>
    345       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\VertShader.cpp" "%(FullPath)"</Command>
    346       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\VertShader.cpp;%(Outputs)</Outputs>
    347     </CustomBuild>
    348     <CustomBuild Include="..\..\SceneFragShader.fsh">
    349       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping shader ..\..\SceneFragShader.fsh as ..\..\Content\SceneFragShader.cpp</Message>
    350       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneFragShader.cpp" "%(FullPath)"</Command>
    351       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\SceneFragShader.cpp;%(Outputs)</Outputs>
    352       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping shader ..\..\SceneFragShader.fsh as ..\..\Content\SceneFragShader.cpp</Message>
    353       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneFragShader.cpp" "%(FullPath)"</Command>
    354       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\SceneFragShader.cpp;%(Outputs)</Outputs>
    355       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping shader ..\..\SceneFragShader.fsh as ..\..\Content\SceneFragShader.cpp</Message>
    356       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneFragShader.cpp" "%(FullPath)"</Command>
    357       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\SceneFragShader.cpp;%(Outputs)</Outputs>
    358       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping shader ..\..\SceneFragShader.fsh as ..\..\Content\SceneFragShader.cpp</Message>
    359       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneFragShader.cpp" "%(FullPath)"</Command>
    360       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\SceneFragShader.cpp;%(Outputs)</Outputs>
    361     </CustomBuild>
    362     <CustomBuild Include="..\..\SceneVertShader.vsh">
    363       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping shader ..\..\SceneVertShader.vsh as ..\..\Content\SceneVertShader.cpp</Message>
    364       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneVertShader.cpp" "%(FullPath)"</Command>
    365       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\SceneVertShader.cpp;%(Outputs)</Outputs>
    366       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping shader ..\..\SceneVertShader.vsh as ..\..\Content\SceneVertShader.cpp</Message>
    367       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneVertShader.cpp" "%(FullPath)"</Command>
    368       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\SceneVertShader.cpp;%(Outputs)</Outputs>
    369       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping shader ..\..\SceneVertShader.vsh as ..\..\Content\SceneVertShader.cpp</Message>
    370       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneVertShader.cpp" "%(FullPath)"</Command>
    371       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\SceneVertShader.cpp;%(Outputs)</Outputs>
    372       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping shader ..\..\SceneVertShader.vsh as ..\..\Content\SceneVertShader.cpp</Message>
    373       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\SceneVertShader.cpp" "%(FullPath)"</Command>
    374       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\SceneVertShader.cpp;%(Outputs)</Outputs>
    375     </CustomBuild>
    376     <CustomBuild Include="..\..\BackgroundFragShader.fsh">
    377       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping shader ..\..\BackgroundFragShader.fsh as ..\..\Content\BackgroundFragShader.cpp</Message>
    378       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\BackgroundFragShader.cpp" "%(FullPath)"</Command>
    379       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\BackgroundFragShader.cpp;%(Outputs)</Outputs>
    380       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping shader ..\..\BackgroundFragShader.fsh as ..\..\Content\BackgroundFragShader.cpp</Message>
    381       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\BackgroundFragShader.cpp" "%(FullPath)"</Command>
    382       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\BackgroundFragShader.cpp;%(Outputs)</Outputs>
    383       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping shader ..\..\BackgroundFragShader.fsh as ..\..\Content\BackgroundFragShader.cpp</Message>
    384       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\BackgroundFragShader.cpp" "%(FullPath)"</Command>
    385       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\BackgroundFragShader.cpp;%(Outputs)</Outputs>
    386       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping shader ..\..\BackgroundFragShader.fsh as ..\..\Content\BackgroundFragShader.cpp</Message>
    387       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\BackgroundFragShader.cpp" "%(FullPath)"</Command>
    388       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\BackgroundFragShader.cpp;%(Outputs)</Outputs>
    389     </CustomBuild>
    390   </ItemGroup>
    391   <ItemGroup>
    392     <CustomBuild Include="..\..\MaskTexture.pvr">
    393       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping texture ..\..\MaskTexture.pvr as ..\..\Content\MaskTexture.cpp</Message>
    394       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\MaskTexture.cpp" "%(FullPath)"</Command>
    395       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\MaskTexture.cpp;%(Outputs)</Outputs>
    396       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping texture ..\..\MaskTexture.pvr as ..\..\Content\MaskTexture.cpp</Message>
    397       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\MaskTexture.cpp" "%(FullPath)"</Command>
    398       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\MaskTexture.cpp;%(Outputs)</Outputs>
    399       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping texture ..\..\MaskTexture.pvr as ..\..\Content\MaskTexture.cpp</Message>
    400       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\MaskTexture.cpp" "%(FullPath)"</Command>
    401       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\MaskTexture.cpp;%(Outputs)</Outputs>
    402       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping texture ..\..\MaskTexture.pvr as ..\..\Content\MaskTexture.cpp</Message>
    403       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\MaskTexture.cpp" "%(FullPath)"</Command>
    404       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\MaskTexture.cpp;%(Outputs)</Outputs>
    405     </CustomBuild>
    406     <CustomBuild Include="..\..\Background.pvr">
    407       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Wrapping texture ..\..\Background.pvr as ..\..\Content\Background.cpp</Message>
    408       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Background.cpp" "%(FullPath)"</Command>
    409       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\Content\Background.cpp;%(Outputs)</Outputs>
    410       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Wrapping texture ..\..\Background.pvr as ..\..\Content\Background.cpp</Message>
    411       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Background.cpp" "%(FullPath)"</Command>
    412       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\Content\Background.cpp;%(Outputs)</Outputs>
    413       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Wrapping texture ..\..\Background.pvr as ..\..\Content\Background.cpp</Message>
    414       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Background.cpp" "%(FullPath)"</Command>
    415       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\Content\Background.cpp;%(Outputs)</Outputs>
    416       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Wrapping texture ..\..\Background.pvr as ..\..\Content\Background.cpp</Message>
    417       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\Background.cpp" "%(FullPath)"</Command>
    418       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\Content\Background.cpp;%(Outputs)</Outputs>
    419     </CustomBuild>
    420   </ItemGroup>
    421   <ItemGroup>
    422     <ProjectReference Include="..\..\..\..\..\..\Tools\OGLES3\Build\WindowsVC2010\OGLES3Tools.vcxproj">
    423       <Project>{9088fc9e-9843-4e0d-85d0-1b657afc480a}</Project>
    424     </ProjectReference>
    425   </ItemGroup>
    426   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    427   <ImportGroup Label="ExtensionTargets">
    428   </ImportGroup>
    429 </Project>