Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Commit

Permalink
More solution fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ur0 committed Oct 11, 2017
1 parent bbdaca2 commit bb2714f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Injectee/Injectee.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,17 @@
<LinkIncremental>true</LinkIncremental>
<CustomBuildAfterTargets>
</CustomBuildAfterTargets>
<OutDir>$(MSBuildProjectDirectory)\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(MSBuildProjectDirectory)\$(Platform)\$(Configuration)\build\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<PostBuildEventUseInBuild>true</PostBuildEventUseInBuild>
<OutDir>$(MSBuildProjectDirectory)\$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(MSBuildProjectDirectory)\$(Platform)\$(Configuration)\build\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
4 changes: 2 additions & 2 deletions Translator/Translator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>del $(ProjectDir)\bin\$(Configuration)\Injectee.dll
copy $(ProjectDir)..\x64\$(Configuration)\Injectee.dll $(ProjectDir)bin\$(Configuration)\Injectee.dll</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
Expand Down

0 comments on commit bb2714f

Please sign in to comment.