source: trunk/Utilities/DirectShowReferenceSource/Sample/MfGenerate/MfGenerate.vcxproj @ 636

Last change on this file since 636 was 636, checked in by roman, 7 years ago
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.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="Release|Win32">
9      <Configuration>Release</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectGuid>{82FBECED-7035-4426-B7FC-6C4A3633733A}</ProjectGuid>
15    <Keyword>Win32Proj</Keyword>
16    <RootNamespace>MfGenerate</RootNamespace>
17    <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
18  </PropertyGroup>
19  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21    <ConfigurationType>Application</ConfigurationType>
22    <UseDebugLibraries>true</UseDebugLibraries>
23    <PlatformToolset>v140</PlatformToolset>
24    <CharacterSet>Unicode</CharacterSet>
25  </PropertyGroup>
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseDebugLibraries>false</UseDebugLibraries>
29    <PlatformToolset>v140</PlatformToolset>
30    <WholeProgramOptimization>true</WholeProgramOptimization>
31    <CharacterSet>Unicode</CharacterSet>
32  </PropertyGroup>
33  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34  <ImportGroup Label="ExtensionSettings">
35  </ImportGroup>
36  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38  </ImportGroup>
39  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41  </ImportGroup>
42  <PropertyGroup Label="UserMacros" />
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44    <LinkIncremental>true</LinkIncremental>
45    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
46    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49    <LinkIncremental>false</LinkIncremental>
50    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
51    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
52  </PropertyGroup>
53  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54    <ClCompile>
55      <PrecompiledHeader>Use</PrecompiledHeader>
56      <WarningLevel>Level3</WarningLevel>
57      <Optimization>Disabled</Optimization>
58      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59      <SDLCheck>true</SDLCheck>
60    </ClCompile>
61    <Link>
62      <SubSystem>Console</SubSystem>
63      <MfGenerateDebugInformation>true</MfGenerateDebugInformation>
64      <GenerateDebugInformation>true</GenerateDebugInformation>
65      <LargeAddressAware>true</LargeAddressAware>
66    </Link>
67  </ItemDefinitionGroup>
68  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69    <ClCompile>
70      <WarningLevel>Level3</WarningLevel>
71      <PrecompiledHeader>Use</PrecompiledHeader>
72      <Optimization>MaxSpeed</Optimization>
73      <FunctionLevelLinking>true</FunctionLevelLinking>
74      <IntrinsicFunctions>true</IntrinsicFunctions>
75      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76      <SDLCheck>true</SDLCheck>
77    </ClCompile>
78    <Link>
79      <SubSystem>Console</SubSystem>
80      <MfGenerateDebugInformation>true</MfGenerateDebugInformation>
81      <EnableCOMDATFolding>true</EnableCOMDATFolding>
82      <OptimizeReferences>true</OptimizeReferences>
83      <LargeAddressAware>true</LargeAddressAware>
84    </Link>
85  </ItemDefinitionGroup>
86  <ItemGroup>
87    <ClInclude Include="stdafx.h" />
88    <ClInclude Include="targetver.h" />
89  </ItemGroup>
90  <ItemGroup>
91    <ClCompile Include="Application.cpp" />
92    <ClCompile Include="stdafx.cpp">
93      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
94      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
95    </ClCompile>
96  </ItemGroup>
97  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
98  <ImportGroup Label="ExtensionTargets">
99  </ImportGroup>
100</Project>
Note: See TracBrowser for help on using the repository browser.