Skip to content

Commit

Permalink
Small adjustments to build files
Browse files Browse the repository at this point in the history
  • Loading branch information
GregRos committed Jan 4, 2016
1 parent 13c2951 commit 1cfaaf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Patchwork
4 changes: 2 additions & 2 deletions PoEGameInfo/PoEGameInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">
<Copy SourceFiles="$(TargetPath)" DestinationFiles="$(ProjectDir)..\Patchwork\PatchworkLauncher\$(OutputPath)AppInfo.dll" ContinueOnError="false" />
<Copy SourceFiles="$(ProjectDir)Readme.txt" DestinationFolder="$(ProjectDir)..\Patchwork\PatchworkLauncher" Condition="'$(Configuration)' == 'Publish'"/>
<Copy SourceFiles="$(TargetPath)" DestinationFiles="$(ProjectDir)..\Patchwork\PatchworkLauncher\$(OutDir)AppInfo.dll" ContinueOnError="false" />
<Copy SourceFiles="$(ProjectDir)Readme.txt" DestinationFolder="$(ProjectDir)..\Patchwork\PatchworkLauncher\$(OutDir)" Condition="'$(Configuration)' == 'Publish'"/>
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 1cfaaf8

Please sign in to comment.