source: SHVCSoftware/branches/SHM-3.1-dev/build/vc10/TAppDownConvert/TAppDownConvert.vcxproj @ 414

Last change on this file since 414 was 344, checked in by interdigital, 11 years ago

Add down convert 1.5x and 2x project

File size: 6.5 KB
Line 
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|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>{FB952E1B-681F-4461-9C8B-4F1F8B70E58B}</ProjectGuid>
23    <RootNamespace>TAppDownConvert</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)'=='Debug|x64'" Label="Configuration">
32    <ConfigurationType>Application</ConfigurationType>
33    <UseDebugLibraries>true</UseDebugLibraries>
34    <CharacterSet>MultiByte</CharacterSet>
35  </PropertyGroup>
36  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37    <ConfigurationType>Application</ConfigurationType>
38    <UseDebugLibraries>false</UseDebugLibraries>
39    <WholeProgramOptimization>true</WholeProgramOptimization>
40    <CharacterSet>MultiByte</CharacterSet>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43    <ConfigurationType>Application</ConfigurationType>
44    <UseDebugLibraries>false</UseDebugLibraries>
45    <WholeProgramOptimization>true</WholeProgramOptimization>
46    <CharacterSet>MultiByte</CharacterSet>
47  </PropertyGroup>
48  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49  <ImportGroup Label="ExtensionSettings">
50  </ImportGroup>
51  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53  </ImportGroup>
54  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
55    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56  </ImportGroup>
57  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
58    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59  </ImportGroup>
60  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62  </ImportGroup>
63  <PropertyGroup Label="UserMacros" />
64  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65    <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
66    <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
67  </PropertyGroup>
68  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
69    <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
70    <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
71  </PropertyGroup>
72  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73    <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
74    <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
75  </PropertyGroup>
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
77    <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
78    <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
79  </PropertyGroup>
80  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81    <ClCompile>
82      <WarningLevel>Level3</WarningLevel>
83      <Optimization>Disabled</Optimization>
84    </ClCompile>
85    <Link>
86      <GenerateDebugInformation>true</GenerateDebugInformation>
87    </Link>
88  </ItemDefinitionGroup>
89  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90    <ClCompile>
91      <WarningLevel>Level3</WarningLevel>
92      <Optimization>Disabled</Optimization>
93    </ClCompile>
94    <Link>
95      <GenerateDebugInformation>true</GenerateDebugInformation>
96    </Link>
97  </ItemDefinitionGroup>
98  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99    <ClCompile>
100      <WarningLevel>Level3</WarningLevel>
101      <Optimization>MaxSpeed</Optimization>
102      <FunctionLevelLinking>true</FunctionLevelLinking>
103      <IntrinsicFunctions>true</IntrinsicFunctions>
104    </ClCompile>
105    <Link>
106      <GenerateDebugInformation>true</GenerateDebugInformation>
107      <EnableCOMDATFolding>true</EnableCOMDATFolding>
108      <OptimizeReferences>true</OptimizeReferences>
109    </Link>
110  </ItemDefinitionGroup>
111  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
112    <ClCompile>
113      <WarningLevel>Level3</WarningLevel>
114      <Optimization>MaxSpeed</Optimization>
115      <FunctionLevelLinking>true</FunctionLevelLinking>
116      <IntrinsicFunctions>true</IntrinsicFunctions>
117    </ClCompile>
118    <Link>
119      <GenerateDebugInformation>true</GenerateDebugInformation>
120      <EnableCOMDATFolding>true</EnableCOMDATFolding>
121      <OptimizeReferences>true</OptimizeReferences>
122    </Link>
123  </ItemDefinitionGroup>
124  <ItemGroup>
125    <ClCompile Include="..\..\..\source\App\TAppDownConvert\TAppDownConvert.cpp" />
126  </ItemGroup>
127  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
128  <ImportGroup Label="ExtensionTargets">
129  </ImportGroup>
130</Project>
Note: See TracBrowser for help on using the repository browser.