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

SyncTranslations.vcxproj « mpcresources « mpc-hc « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dcf1c3149bfaa0edc9335702678b4c01d207934 (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
<?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="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>{904017F7-EE7A-49B6-A000-0D2FE5D5809A}</ProjectGuid>
    <Keyword>MakeFileProj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup>
    <ConfigurationType>Makefile</ConfigurationType>
  </PropertyGroup>
  <Import Project="..\..\platform.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <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>
    <BaseIntermediateOutputPath>$(IntDir)</BaseIntermediateOutputPath>
    <NMakeBuildCommandLine>sync.bat Silent</NMakeBuildCommandLine>
    <NMakeCleanCommandLine>del *.rc 2&gt; NUL</NMakeCleanCommandLine>
    <NMakeReBuildCommandLine>sync.bat Silent</NMakeReBuildCommandLine>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>