forked from tsai/mathnet-numerics
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
306 B
9 lines
306 B
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Go" ToolsVersion="4.0">
|
|
|
|
<Target Name="Go" DependsOnTargets="ApplyTemplates"/>
|
|
|
|
<Target Name="ApplyTemplates">
|
|
<!--Exec Command="$(MSBuildProjectDirectory)\apply-t4-templates.bat"/-->
|
|
</Target>
|
|
|
|
</Project>
|