Created
February 11, 2015 11:13
-
-
Save mkoertgen/4a3605ae28b109d130e5 to your computer and use it in GitHub Desktop.
Enable NCrunch on SharpDx Toolkit projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<!-- override the TkCompileTarget with empty to skip content compilation, e.g. for NCrunch --> | |
<Target Name="TkCompileTarget" /> | |
<Target Name="TkListContentAndCompileTarget" /> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loving NCrunch, loving SharpDx. How to enable NCrunch building SharpDx Toolkit projects? Makeup a new targets-file (see above) and override the targets
TkCompileTarget
andTkListContentAndCompileTarget
as empty. Then, conditionally import the file like