Skip to content

Commit 137b943

Browse files
author
Adrien GIVRY
committed
Renaming .exe name after build from OvEditor to Overload
1 parent 8cbe424 commit 137b943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Sources/Overload/OvEditor/OvEditor.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@
4848
<IncludePath>$(ProjectDir)include\;$(SolutionDir)..\..\Build\OvCore\include\;$(IncludePath)</IncludePath>
4949
<LibraryPath>$(SolutionDir)..\..\Build\OvCore\lib\$(Configuration)\;$(LibraryPath)</LibraryPath>
5050
<SourcePath>$(ProjectDir)src\;$(SourcePath)</SourcePath>
51+
<TargetName>Overload</TargetName>
5152
</PropertyGroup>
5253
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
5354
<OutDir>$(SolutionDir)..\..\Bin\$(ProjectName)\$(Configuration)\</OutDir>
5455
<IntDir>$(SolutionDir)..\..\Bin-Int\$(ProjectName)\$(Configuration)\</IntDir>
5556
<IncludePath>$(ProjectDir)include\;$(SolutionDir)..\..\Build\OvCore\include\;$(IncludePath)</IncludePath>
5657
<LibraryPath>$(SolutionDir)..\..\Build\OvCore\lib\$(Configuration)\;$(LibraryPath)</LibraryPath>
5758
<SourcePath>$(ProjectDir)src\;$(SourcePath)</SourcePath>
59+
<TargetName>Overload</TargetName>
5860
</PropertyGroup>
5961
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
6062
<ClCompile>

0 commit comments

Comments
 (0)