source: SHVCSoftware/branches/SHM-dev/build/vc2010/TAppDownConvert/TAppDownConvert_vc2010.vcxproj @ 1557

Last change on this file since 1557 was 1438, checked in by seregin, 9 years ago

VC9: add SEIEncoder and remove TEncAnalyze.cpp
VC2010: silence warning about unsecure sscanf usage in 64-bit builds of TAppDownConvert

Patch-by: Karsten Sühring

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