summaryrefslogtreecommitdiff
path: root/src/mir_core/mir_core_10.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_core/mir_core_10.vcxproj')
-rw-r--r--src/mir_core/mir_core_10.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mir_core/mir_core_10.vcxproj b/src/mir_core/mir_core_10.vcxproj
index 7c2d96412c..e88f91294a 100644
--- a/src/mir_core/mir_core_10.vcxproj
+++ b/src/mir_core/mir_core_10.vcxproj
@@ -133,7 +133,7 @@
</Command>
</PostBuildEvent>
<PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
+ <Command>..\..\build\make_ver.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -166,7 +166,7 @@
<DelayLoadDLLs>miranda64.exe</DelayLoadDLLs>
</Link>
<PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
+ <Command>..\..\build\make_ver.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -210,7 +210,7 @@
</Command>
</PostBuildEvent>
<PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
+ <Command>..\..\build\make_ver.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -246,7 +246,7 @@
<DelayLoadDLLs>miranda64.exe</DelayLoadDLLs>
</Link>
<PreBuildEvent>
- <Command>..\..\bin10\make_ver.bat</Command>
+ <Command>..\..\build\make_ver.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />