Skip to content

Instantly share code, notes, and snippets.

@he-dev
Created October 25, 2015 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save he-dev/b615b65b90e7fe7ac186 to your computer and use it in GitHub Desktop.
Save he-dev/b615b65b90e7fe7ac186 to your computer and use it in GitHub Desktop.
Custom app.config
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PostBuildEvent>xcopy "$(ProjectDir)custom.app.config" "$(TargetDir)Application.config" /Y</PostBuildEvent>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment