source: trunk/Utilities/MediaFoundation/EnumerateTransforms/EnumerateTransforms.vcxproj @ 445

Last change on this file since 445 was 445, checked in by roman, 9 years ago

Updated VS 2013 project, more named GUIDs, binaries and updated output with Intel MFTs

File size: 9.3 KB
RevLine 
[85]1<?xml version="1.0" encoding="utf-8"?>
[445]2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[85]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>{DCEC8B03-EA75-4595-83B1-0EBFD9A2E316}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>EnumerateTransforms</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>
[445]30    <PlatformToolset>v120</PlatformToolset>
[85]31    <CharacterSet>Unicode</CharacterSet>
32    <UseOfAtl>Static</UseOfAtl>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <UseDebugLibraries>true</UseDebugLibraries>
[445]37    <PlatformToolset>v120</PlatformToolset>
[85]38    <CharacterSet>Unicode</CharacterSet>
39    <UseOfAtl>Static</UseOfAtl>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42    <ConfigurationType>Application</ConfigurationType>
43    <UseDebugLibraries>false</UseDebugLibraries>
[445]44    <PlatformToolset>v120</PlatformToolset>
[85]45    <WholeProgramOptimization>true</WholeProgramOptimization>
46    <CharacterSet>Unicode</CharacterSet>
47    <UseOfAtl>Static</UseOfAtl>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50    <ConfigurationType>Application</ConfigurationType>
51    <UseDebugLibraries>false</UseDebugLibraries>
[445]52    <PlatformToolset>v120</PlatformToolset>
[85]53    <WholeProgramOptimization>true</WholeProgramOptimization>
54    <CharacterSet>Unicode</CharacterSet>
55    <UseOfAtl>Static</UseOfAtl>
56  </PropertyGroup>
57  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58  <ImportGroup Label="ExtensionSettings">
59  </ImportGroup>
60  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62  </ImportGroup>
63  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68  </ImportGroup>
69  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
70    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71  </ImportGroup>
72  <PropertyGroup Label="UserMacros" />
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74    <LinkIncremental>true</LinkIncremental>
75    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
76    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79    <LinkIncremental>true</LinkIncremental>
80    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
81    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
82  </PropertyGroup>
83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84    <LinkIncremental>false</LinkIncremental>
85    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
86    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
87  </PropertyGroup>
88  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89    <LinkIncremental>false</LinkIncremental>
90    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
91    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
92  </PropertyGroup>
93  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94    <ClCompile>
95      <PrecompiledHeader>Use</PrecompiledHeader>
96      <WarningLevel>Level3</WarningLevel>
97      <Optimization>Disabled</Optimization>
98      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99      <SDLCheck>true</SDLCheck>
100      <ExceptionHandling>Async</ExceptionHandling>
101    </ClCompile>
102    <Link>
103      <SubSystem>Console</SubSystem>
104      <GenerateDebugInformation>true</GenerateDebugInformation>
105    </Link>
106  </ItemDefinitionGroup>
107  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
108    <ClCompile>
109      <PrecompiledHeader>Use</PrecompiledHeader>
110      <WarningLevel>Level3</WarningLevel>
111      <Optimization>Disabled</Optimization>
112      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113      <SDLCheck>true</SDLCheck>
114      <ExceptionHandling>Async</ExceptionHandling>
115    </ClCompile>
116    <Link>
117      <SubSystem>Console</SubSystem>
118      <GenerateDebugInformation>true</GenerateDebugInformation>
119    </Link>
120  </ItemDefinitionGroup>
121  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122    <ClCompile>
123      <WarningLevel>Level3</WarningLevel>
124      <PrecompiledHeader>Use</PrecompiledHeader>
125      <Optimization>Full</Optimization>
126      <FunctionLevelLinking>true</FunctionLevelLinking>
127      <IntrinsicFunctions>true</IntrinsicFunctions>
128      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129      <SDLCheck>true</SDLCheck>
130      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
131      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
132      <OmitFramePointers>true</OmitFramePointers>
133      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
134      <StringPooling>true</StringPooling>
135      <ExceptionHandling>Async</ExceptionHandling>
136      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
137    </ClCompile>
138    <Link>
139      <SubSystem>Console</SubSystem>
140      <GenerateDebugInformation>true</GenerateDebugInformation>
141      <EnableCOMDATFolding>true</EnableCOMDATFolding>
142      <OptimizeReferences>true</OptimizeReferences>
143    </Link>
144  </ItemDefinitionGroup>
145  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
146    <ClCompile>
147      <WarningLevel>Level3</WarningLevel>
148      <PrecompiledHeader>Use</PrecompiledHeader>
149      <Optimization>Full</Optimization>
150      <FunctionLevelLinking>true</FunctionLevelLinking>
151      <IntrinsicFunctions>true</IntrinsicFunctions>
152      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153      <SDLCheck>true</SDLCheck>
154      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
155      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
156      <OmitFramePointers>true</OmitFramePointers>
157      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
158      <StringPooling>true</StringPooling>
159      <ExceptionHandling>Async</ExceptionHandling>
160      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
161    </ClCompile>
162    <Link>
163      <SubSystem>Console</SubSystem>
164      <GenerateDebugInformation>true</GenerateDebugInformation>
165      <EnableCOMDATFolding>true</EnableCOMDATFolding>
166      <OptimizeReferences>true</OptimizeReferences>
167    </Link>
168  </ItemDefinitionGroup>
169  <ItemGroup>
170    <ClInclude Include="stdafx.h" />
171    <ClInclude Include="targetver.h" />
172  </ItemGroup>
173  <ItemGroup>
[445]174    <ClCompile Include="Application.cpp" />
[85]175    <ClCompile Include="stdafx.cpp">
176      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
177      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
178      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
179      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
180    </ClCompile>
181  </ItemGroup>
182  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
183  <ImportGroup Label="ExtensionTargets">
184  </ImportGroup>
185</Project>
Note: See TracBrowser for help on using the repository browser.