summaryrefslogtreecommitdiff
path: root/protocols/Tox/Tox.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-06-16 11:28:57 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-06-16 11:28:57 +0000
commitdfd18494fc9a3bc20fd3991e32c1af384d47eada (patch)
tree1e8b435863d1c12e93390720c012a987e813f42e /protocols/Tox/Tox.vcxproj
parent31088e42fa1ff9048dbdc5851117ed4ead896fba (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@14198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox.vcxproj')
-rw-r--r--protocols/Tox/Tox.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Tox/Tox.vcxproj b/protocols/Tox/Tox.vcxproj
index 14c80bcb67..1f4ef1a818 100644
--- a/protocols/Tox/Tox.vcxproj
+++ b/protocols/Tox/Tox.vcxproj
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
+ <ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
@@ -33,7 +33,7 @@
<AdditionalDependencies>Winmm.lib;dnsapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent Condition="'$(Platform)'=='Win32'">
- <Command>copy bin\x86\libtox.* "$(SolutionDir)$(Configuration)\Libs\" /y
+ <Command>xcopy bin\x86\libtox.* "$(SolutionDir)$(Configuration)\Libs\libtox.*" /y
copy docs\tox.ini "$(SolutionDir)$(Configuration)\Plugins" /y</Command>
</PostBuildEvent>
<PostBuildEvent Condition="'$(Platform)'=='x64'">
@@ -50,4 +50,4 @@ copy docs\tox.ini "$(SolutionDir)$(Configuration)64\Plugins" /y</Command>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>
-</Project>
+</Project> \ No newline at end of file