Welcome to mirror list, hosted at ThFree Co, Russian Federation.

VTSReader.vcxproj « VTSReader « reader « filters « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f960ef2c069b45b800f19da7bfd191a43c25541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug Filter|Win32">
      <Configuration>Debug Filter</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug Filter|x64">
      <Configuration>Debug Filter</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release Filter|Win32">
      <Configuration>Release Filter</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release Filter|x64">
      <Configuration>Release Filter</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{664E726B-EEEE-403A-AC15-345D9C9E1375}</ProjectGuid>
    <RootNamespace>VTSReader</RootNamespace>
    <Keyword>MFCProj</Keyword>
    <ProjectName>VTSReader</ProjectName>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <Import Project="..\..\..\platform.props" />
  <PropertyGroup Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <UseOfMfc>Static</UseOfMfc>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="$(Configuration.Contains('Filter'))" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\..\..\common.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <TargetExt Condition="$(Configuration.Contains('Filter'))">.ax</TargetExt>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>..\..\..\..\include;..\..\..\thirdparty;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="!$(Configuration.Contains('Filter'))">
    <ClCompile>
      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="$(Configuration.Contains('Filter'))">
    <Link>
      <AdditionalDependencies>Vfw32.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <ModuleDefinitionFile>VTSReader.def</ModuleDefinitionFile>
    </Link>
    <ResourceCompile>
      <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="stdafx.cpp">
      <PrecompiledHeader>Create</PrecompiledHeader>
    </ClCompile>
    <ClCompile Include="VTSReader.cpp" />
  </ItemGroup>
  <ItemGroup>
    <None Include="VTSReader.def" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="resource.h">
      <ExcludedFromBuild Condition="!$(Configuration.Contains('Filter'))">true</ExcludedFromBuild>
    </ClInclude>
    <ClInclude Include="stdafx.h" />
    <ClInclude Include="VTSReader.h" />
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="VTSReader.rc">
      <ExcludedFromBuild Condition="!$(Configuration.Contains('Filter'))">true</ExcludedFromBuild>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\DeCSS\DeCSS.vcxproj">
      <Project>{1a2dfd1a-3c6c-44d1-909d-294af646b575}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\DSUtil\DSUtil.vcxproj">
      <Project>{fc70988b-1ae5-4381-866d-4f405e28ac42}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\thirdparty\VirtualDub\Kasumi\Kasumi.vcxproj">
      <Project>{0d252872-7542-4232-8d02-53f9182aee15}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\thirdparty\VirtualDub\system\system.vcxproj">
      <Project>{c2082189-3ecb-4079-91fa-89d3c8a305c0}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\thirdparty\BaseClasses\BaseClasses.vcxproj">
      <Project>{e8a3f6fa-ae1c-4c8e-a0b6-9c8480324eaa}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\Filters.vcxproj">
      <Project>{273b3149-3192-4b75-a791-470320b90812}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\..\thirdparty\AsyncReader\AsyncReader.vcxproj">
      <Project>{9f31d122-e84d-485a-a58d-09dad01a56ce}</Project>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>