This file contains hidden or 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
| using System.IO; | |
| using System.Xml.Linq; | |
| using System.Xml.XPath; | |
| using System.Diagnostics; | |
| //version could probably come from REPL input or something | |
| string version = "1.9.1"; | |
| /* bunch of file and folder moving around */ |
This file contains hidden or 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
| <Project DefaultTargets="UpdateSOE" ...> | |
| <Target Name="UpdateSOE" DependsOnTargets="Build"> | |
| <!-- Python needs to be in the path --> | |
| <Exec Command="python $(MSBuildProjectDirectory)\PostBuildEvents\Runner.py"/> | |
| </Target> | |
| </Project> |
NewerOlder