source: trunk/Utilities/DirectShowReferenceSource/Sample/MfGenerate2/MfGenerate2.vcxproj @ 937

Last change on this file since 937 was 823, checked in by roman, 6 years ago

Sync and added MfGenerateFlac? sample

File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="15.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>{4523C190-398B-4B21-8426-B0A112C03EED}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>MfGenerate2</RootNamespace>
25    <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29    <ConfigurationType>Application</ConfigurationType>
30    <UseDebugLibraries>true</UseDebugLibraries>
31    <PlatformToolset>v141</PlatformToolset>
32    <CharacterSet>Unicode</CharacterSet>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <UseDebugLibraries>true</UseDebugLibraries>
37    <PlatformToolset>v141</PlatformToolset>
38    <CharacterSet>Unicode</CharacterSet>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
41    <ConfigurationType>Application</ConfigurationType>
42    <UseDebugLibraries>false</UseDebugLibraries>
43    <PlatformToolset>v141</PlatformToolset>
44    <WholeProgramOptimization>true</WholeProgramOptimization>
45    <CharacterSet>Unicode</CharacterSet>
46  </PropertyGroup>
47  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48    <ConfigurationType>Application</ConfigurationType>
49    <UseDebugLibraries>false</UseDebugLibraries>
50    <PlatformToolset>v141</PlatformToolset>
51    <WholeProgramOptimization>true</WholeProgramOptimization>
52    <CharacterSet>Unicode</CharacterSet>
53  </PropertyGroup>
54  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55  <ImportGroup Label="ExtensionSettings">
56  </ImportGroup>
57  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Debug|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  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68  </ImportGroup>
69  <PropertyGroup Label="UserMacros" />
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
71    <LinkIncremental>true</LinkIncremental>
72    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
73    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
76    <LinkIncremental>true</LinkIncremental>
77    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
78    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
81    <LinkIncremental>false</LinkIncremental>
82    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
83    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
84  </PropertyGroup>
85  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86    <LinkIncremental>false</LinkIncremental>
87    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
88    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
89  </PropertyGroup>
90  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
91    <ClCompile>
92      <PrecompiledHeader>Use</PrecompiledHeader>
93      <WarningLevel>Level3</WarningLevel>
94      <Optimization>Disabled</Optimization>
95      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96      <SDLCheck>true</SDLCheck>
97    </ClCompile>
98    <Link>
99      <SubSystem>Console</SubSystem>
100      <MfGenerate2DebugInformation>true</MfGenerate2DebugInformation>
101      <GenerateDebugInformation>true</GenerateDebugInformation>
102      <LargeAddressAware>true</LargeAddressAware>
103    </Link>
104  </ItemDefinitionGroup>
105  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106    <ClCompile>
107      <PrecompiledHeader>Use</PrecompiledHeader>
108      <WarningLevel>Level3</WarningLevel>
109      <Optimization>Disabled</Optimization>
110      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111      <SDLCheck>true</SDLCheck>
112    </ClCompile>
113    <Link>
114      <SubSystem>Console</SubSystem>
115      <MfGenerate2DebugInformation>true</MfGenerate2DebugInformation>
116      <GenerateDebugInformation>true</GenerateDebugInformation>
117      <LargeAddressAware>true</LargeAddressAware>
118    </Link>
119  </ItemDefinitionGroup>
120  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121    <ClCompile>
122      <WarningLevel>Level3</WarningLevel>
123      <PrecompiledHeader>Use</PrecompiledHeader>
124      <Optimization>MaxSpeed</Optimization>
125      <FunctionLevelLinking>true</FunctionLevelLinking>
126      <IntrinsicFunctions>true</IntrinsicFunctions>
127      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128      <SDLCheck>true</SDLCheck>
129    </ClCompile>
130    <Link>
131      <SubSystem>Console</SubSystem>
132      <MfGenerate2DebugInformation>true</MfGenerate2DebugInformation>
133      <EnableCOMDATFolding>true</EnableCOMDATFolding>
134      <OptimizeReferences>true</OptimizeReferences>
135      <LargeAddressAware>true</LargeAddressAware>
136    </Link>
137  </ItemDefinitionGroup>
138  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
139    <ClCompile>
140      <WarningLevel>Level3</WarningLevel>
141      <PrecompiledHeader>Use</PrecompiledHeader>
142      <Optimization>MaxSpeed</Optimization>
143      <FunctionLevelLinking>true</FunctionLevelLinking>
144      <IntrinsicFunctions>true</IntrinsicFunctions>
145      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
146      <SDLCheck>true</SDLCheck>
147    </ClCompile>
148    <Link>
149      <SubSystem>Console</SubSystem>
150      <MfGenerate2DebugInformation>true</MfGenerate2DebugInformation>
151      <EnableCOMDATFolding>true</EnableCOMDATFolding>
152      <OptimizeReferences>true</OptimizeReferences>
153      <LargeAddressAware>true</LargeAddressAware>
154    </Link>
155  </ItemDefinitionGroup>
156  <ItemGroup>
157    <ClInclude Include="stdafx.h" />
158    <ClInclude Include="targetver.h" />
159  </ItemGroup>
160  <ItemGroup>
161    <ClCompile Include="Application.cpp" />
162    <ClCompile Include="stdafx.cpp">
163      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
164      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
165      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
166      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
167    </ClCompile>
168  </ItemGroup>
169  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170  <ImportGroup Label="ExtensionTargets">
171  </ImportGroup>
172</Project>
Note: See TracBrowser for help on using the repository browser.