source: trunk/Utilities/DownsamplePicture/DownsamplePicture.vcxproj @ 937

Last change on this file since 937 was 140, checked in by roman, 11 years ago
File size: 8.8 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>{CC1224C2-7767-4471-B161-E697732A9B47}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>DownsamplePicture</RootNamespace>
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>Unicode</CharacterSet>
31    <UseOfAtl>Static</UseOfAtl>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <UseDebugLibraries>true</UseDebugLibraries>
36    <CharacterSet>Unicode</CharacterSet>
37    <UseOfAtl>Static</UseOfAtl>
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>Unicode</CharacterSet>
44    <UseOfAtl>Static</UseOfAtl>
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>Unicode</CharacterSet>
51    <UseOfAtl>Static</UseOfAtl>
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)'=='Debug|Win32'">
70    <LinkIncremental>true</LinkIncremental>
71    <OutDir>$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
72    <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75    <LinkIncremental>true</LinkIncremental>
76    <OutDir>$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
77    <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80    <LinkIncremental>false</LinkIncremental>
81    <OutDir>$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
82    <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85    <LinkIncremental>false</LinkIncremental>
86    <OutDir>$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
87    <IntDir>$(SolutionDir)\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
88  </PropertyGroup>
89  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90    <ClCompile>
91      <PrecompiledHeader>Use</PrecompiledHeader>
92      <WarningLevel>Level3</WarningLevel>
93      <Optimization>Disabled</Optimization>
94      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95    </ClCompile>
96    <Link>
97      <SubSystem>Console</SubSystem>
98      <GenerateDebugInformation>true</GenerateDebugInformation>
99    </Link>
100  </ItemDefinitionGroup>
101  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
102    <ClCompile>
103      <PrecompiledHeader>Use</PrecompiledHeader>
104      <WarningLevel>Level3</WarningLevel>
105      <Optimization>Disabled</Optimization>
106      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107    </ClCompile>
108    <Link>
109      <SubSystem>Console</SubSystem>
110      <GenerateDebugInformation>true</GenerateDebugInformation>
111    </Link>
112  </ItemDefinitionGroup>
113  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114    <ClCompile>
115      <WarningLevel>Level3</WarningLevel>
116      <PrecompiledHeader>Use</PrecompiledHeader>
117      <Optimization>Full</Optimization>
118      <FunctionLevelLinking>true</FunctionLevelLinking>
119      <IntrinsicFunctions>true</IntrinsicFunctions>
120      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
122      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
123      <OmitFramePointers>true</OmitFramePointers>
124      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
125      <StringPooling>true</StringPooling>
126      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
127    </ClCompile>
128    <Link>
129      <SubSystem>Console</SubSystem>
130      <GenerateDebugInformation>true</GenerateDebugInformation>
131      <EnableCOMDATFolding>true</EnableCOMDATFolding>
132      <OptimizeReferences>true</OptimizeReferences>
133    </Link>
134  </ItemDefinitionGroup>
135  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
136    <ClCompile>
137      <WarningLevel>Level3</WarningLevel>
138      <PrecompiledHeader>Use</PrecompiledHeader>
139      <Optimization>Full</Optimization>
140      <FunctionLevelLinking>true</FunctionLevelLinking>
141      <IntrinsicFunctions>true</IntrinsicFunctions>
142      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
144      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
145      <OmitFramePointers>true</OmitFramePointers>
146      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
147      <StringPooling>true</StringPooling>
148      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
149    </ClCompile>
150    <Link>
151      <SubSystem>Console</SubSystem>
152      <GenerateDebugInformation>true</GenerateDebugInformation>
153      <EnableCOMDATFolding>true</EnableCOMDATFolding>
154      <OptimizeReferences>true</OptimizeReferences>
155    </Link>
156  </ItemDefinitionGroup>
157  <ItemGroup>
158    <ClInclude Include="stdafx.h" />
159    <ClInclude Include="targetver.h" />
160  </ItemGroup>
161  <ItemGroup>
162    <ClCompile Include="DownsamplePicture.cpp" />
163    <ClCompile Include="stdafx.cpp">
164      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
165      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
166      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
167      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
168    </ClCompile>
169  </ItemGroup>
170  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
171  <ImportGroup Label="ExtensionTargets">
172  </ImportGroup>
173</Project>
Note: See TracBrowser for help on using the repository browser.