Skip to content

Commit 3885a9e

Browse files
committed
Corrected VS2005 post-build action
1 parent bd9aacd commit 3885a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicDiskPartitioner/DynamicDiskPartitioner.VS2005.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@
202202
<PropertyGroup>
203203
<PostBuildEvent>if $(ConfigurationName) == Release "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\mt.exe" -nologo -manifest "$(ProjectDir)Properties\DynamicDiskPartitioner.exe.manifest" -outputresource:"$(TargetPath)"
204204
if $(ConfigurationName) == Release CD "$(ProjectDir)ILMerge\"
205-
if $(ConfigurationName) == Release "$(ProjectDir)ILMerge\ILMerge.bat"</PostBuildEvent>
205+
if $(ConfigurationName) == Release "$(ProjectDir)ILMerge\ILMerge.VS2005.bat"</PostBuildEvent>
206206
</PropertyGroup>
207207
</Project>

0 commit comments

Comments
 (0)