summary refs log tree commit diff stats
path: root/plugins/exec/exec.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exec/exec.vcxproj')
-rw-r--r--plugins/exec/exec.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/exec/exec.vcxproj b/plugins/exec/exec.vcxproj
index c68a3a65..002459b1 100644
--- a/plugins/exec/exec.vcxproj
+++ b/plugins/exec/exec.vcxproj
@@ -44,13 +44,13 @@
   <PropertyGroup Label="UserMacros" />

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <LinkIncremental>false</LinkIncremental>

-    <TargetName>xcexec</TargetName>

+    <TargetName>hcexec</TargetName>

     <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir>

     <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

     <LinkIncremental>false</LinkIncremental>

-    <TargetName>xcexec</TargetName>

+    <TargetName>hcexec</TargetName>

     <OutDir>$(SolutionDir)build\$(PlatformName)\bin</OutDir>

     <IntDir>$(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)</IntDir>

   </PropertyGroup>