Samples
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <TypeMockLocation>C:\Sources\TypeMock</TypeMockLocation>
  </PropertyGroup>
  <Import Project ="$(TypeMockLocation)\TypeMock.MSBuild.Tasks"/>
  <Target Name="RegisterTypeMock">
    <TypeMockRegister Company ="TypeMock" License="YourLicense" AutoDeploy=”True”/>
  </Target>
</Project>