source: SHVCSoftware/trunk/build/vc10/TAppDownConvert/TAppDownConvert.vcxproj @ 713

Last change on this file since 713 was 713, checked in by seregin, 11 years ago

merge with SHM-6-dev

File size: 6.9 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      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85    </ClCompile>
86    <Link>
87      <GenerateDebugInformation>true</GenerateDebugInformation>
88    </Link>
89  </ItemDefinitionGroup>
90  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91    <ClCompile>
92      <WarningLevel>Level3</WarningLevel>
93      <Optimization>Disabled</Optimization>
94    </ClCompile>
95    <Link>
96      <GenerateDebugInformation>true</GenerateDebugInformation>
97    </Link>
98  </ItemDefinitionGroup>
99  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
100    <ClCompile>
101      <WarningLevel>Level3</WarningLevel>
102      <Optimization>MaxSpeed</Optimization>
103      <FunctionLevelLinking>true</FunctionLevelLinking>
104      <IntrinsicFunctions>true</IntrinsicFunctions>
105      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106    </ClCompile>
107    <Link>
108      <GenerateDebugInformation>true</GenerateDebugInformation>
109      <EnableCOMDATFolding>true</EnableCOMDATFolding>
110      <OptimizeReferences>true</OptimizeReferences>
111    </Link>
112  </ItemDefinitionGroup>
113  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
114    <ClCompile>
115      <WarningLevel>Level3</WarningLevel>
116      <Optimization>MaxSpeed</Optimization>
117      <FunctionLevelLinking>true</FunctionLevelLinking>
118      <IntrinsicFunctions>true</IntrinsicFunctions>
119    </ClCompile>
120    <Link>
121      <GenerateDebugInformation>true</GenerateDebugInformation>
122      <EnableCOMDATFolding>true</EnableCOMDATFolding>
123      <OptimizeReferences>true</OptimizeReferences>
124    </Link>
125  </ItemDefinitionGroup>
126  <ItemGroup>
127    <ClCompile Include="..\..\..\source\App\TAppDownConvert\DownConvert.cpp" />
128    <ClCompile Include="..\..\..\source\App\TAppDownConvert\TAppDownConvert.cpp" />
129  </ItemGroup>
130  <ItemGroup>
131    <ClInclude Include="..\..\..\source\App\TAppDownConvert\DownConvert.h" />
132  </ItemGroup>
133  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
134  <ImportGroup Label="ExtensionTargets">
135  </ImportGroup>
136</Project>
Note: See TracBrowser for help on using the repository browser.