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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/mpcresources/SyncTranslations.vcxproj')
-rw-r--r--src/mpc-hc/mpcresources/SyncTranslations.vcxproj7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mpc-hc/mpcresources/SyncTranslations.vcxproj b/src/mpc-hc/mpcresources/SyncTranslations.vcxproj
index acf78b577..6dcf1c314 100644
--- a/src/mpc-hc/mpcresources/SyncTranslations.vcxproj
+++ b/src/mpc-hc/mpcresources/SyncTranslations.vcxproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
@@ -25,11 +25,10 @@
<Import Project="..\..\common.props" />
</ImportGroup>
<PropertyGroup>
- <BaseIntermediateOutputPath>$(IntDir)</BaseIntermediateOutputPath>
+ <BaseIntermediateOutputPath>$(IntDir)</BaseIntermediateOutputPath>
<NMakeBuildCommandLine>sync.bat Silent</NMakeBuildCommandLine>
- <NMakeCleanCommandLine>del *.rc 2> NUL</NMakeCleanCommandLine>
+ <NMakeCleanCommandLine>del *.rc 2&gt; NUL</NMakeCleanCommandLine>
<NMakeReBuildCommandLine>sync.bat Silent</NMakeReBuildCommandLine>
- <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project> \ No newline at end of file