source: trunk/DirectShowSpy/Host01/Host01.vcxproj @ 831

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

Upgrade to VS2017; removed exception filter (hook); improved tracing

File size: 8.3 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>{02A667BA-1492-4BDD-88A4-819AB1CA351B}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>Host01</RootNamespace>
25    <WindowsTargetPlatformVersion>10.0.16299.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      <GenerateDebugInformation>true</GenerateDebugInformation>
101    </Link>
102  </ItemDefinitionGroup>
103  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
104    <ClCompile>
105      <PrecompiledHeader>Use</PrecompiledHeader>
106      <WarningLevel>Level3</WarningLevel>
107      <Optimization>Disabled</Optimization>
108      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109      <SDLCheck>true</SDLCheck>
110    </ClCompile>
111    <Link>
112      <SubSystem>Console</SubSystem>
113      <GenerateDebugInformation>true</GenerateDebugInformation>
114    </Link>
115  </ItemDefinitionGroup>
116  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117    <ClCompile>
118      <WarningLevel>Level3</WarningLevel>
119      <PrecompiledHeader>Use</PrecompiledHeader>
120      <Optimization>MaxSpeed</Optimization>
121      <FunctionLevelLinking>true</FunctionLevelLinking>
122      <IntrinsicFunctions>true</IntrinsicFunctions>
123      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124      <SDLCheck>true</SDLCheck>
125    </ClCompile>
126    <Link>
127      <SubSystem>Console</SubSystem>
128      <GenerateDebugInformation>true</GenerateDebugInformation>
129      <EnableCOMDATFolding>true</EnableCOMDATFolding>
130      <OptimizeReferences>true</OptimizeReferences>
131    </Link>
132  </ItemDefinitionGroup>
133  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
134    <ClCompile>
135      <WarningLevel>Level3</WarningLevel>
136      <PrecompiledHeader>Use</PrecompiledHeader>
137      <Optimization>MaxSpeed</Optimization>
138      <FunctionLevelLinking>true</FunctionLevelLinking>
139      <IntrinsicFunctions>true</IntrinsicFunctions>
140      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141      <SDLCheck>true</SDLCheck>
142    </ClCompile>
143    <Link>
144      <SubSystem>Console</SubSystem>
145      <GenerateDebugInformation>true</GenerateDebugInformation>
146      <EnableCOMDATFolding>true</EnableCOMDATFolding>
147      <OptimizeReferences>true</OptimizeReferences>
148    </Link>
149  </ItemDefinitionGroup>
150  <ItemGroup>
151    <ClCompile Include="Application.cpp">
152      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
153      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
154      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
155      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
156    </ClCompile>
157  </ItemGroup>
158  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
159  <ImportGroup Label="ExtensionTargets">
160  </ImportGroup>
161</Project>
Note: See TracBrowser for help on using the repository browser.