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

RARFileSource.vcxproj « RARFileSource « thirdparty « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66ab95ce512d302bc094bf69d626f8913d0b681d (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
<?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|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</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>{2B7F22D7-1750-47C5-8709-1A3688B62499}</ProjectGuid>
    <RootNamespace>RARFileSource</RootNamespace>
    <Keyword>Win32Proj</Keyword>
    <ProjectName>RARFileSource</ProjectName>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <Import Project="..\..\platform.props" />
  <PropertyGroup Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
  </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" />
    <Import Project="..\..\common-3rd-party.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros">
    <NOMINMAX>False</NOMINMAX>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <AdditionalIncludeDirectories>library;..\BaseClasses;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <PrecompiledHeader>NotUsing</PrecompiledHeader>
    </ClCompile>
    <ResourceCompile>
      <ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>
    </ResourceCompile>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="library\File.cpp" />
    <ClCompile Include="library\List.cpp">
      <ExcludedFromBuild>true</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="library\Mediatype.cpp" />
    <ClCompile Include="library\OutputPin.cpp" />
    <ClCompile Include="library\RAR.cpp" />
    <ClCompile Include="library\RFS.cpp" />
    <ClCompile Include="library\Utils.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="library\Anchor.h" />
    <ClInclude Include="library\File.h" />
    <ClInclude Include="library\List.h" />
    <ClInclude Include="library\Mediatype.h" />
    <ClInclude Include="library\OutputPin.h" />
    <ClInclude Include="library\RAR.h" />
    <ClInclude Include="library\RAR_defines.h" />
    <ClInclude Include="library\resource.h" />
    <ClInclude Include="library\RFS.h" />
    <ClInclude Include="library\Utils.h" />
  </ItemGroup>
  <ItemGroup>
    <None Include="library\RFS.def" />
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="library\RFS.rc" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\filters\Filters.vcxproj">
      <Project>{273b3149-3192-4b75-a791-470320b90812}</Project>
    </ProjectReference>
    <ProjectReference Include="..\BaseClasses\BaseClasses.vcxproj">
      <Project>{e8a3f6fa-ae1c-4c8e-a0b6-9c8480324eaa}</Project>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>