Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15 from shazron/auto-generate-templates-on-build
Browse files Browse the repository at this point in the history
Auto generate templates on build
  • Loading branch information
Jesse MacFadyen committed Sep 14, 2011
2 parents 96ff6e7 + 086b310 commit 7e0c091
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 1 addition & 2 deletions framework/WP7GapClassLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<ProjectExtensions />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PreBuildEvent>"%25ProgramFiles(x86)%25\Common Files\microsoft shared\TextTemplating\10.0\TextTransform.exe" $(ProjectDir)\js\phonegap.tt</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>
Expand Down
15 changes: 9 additions & 6 deletions tests/MobileSpecUnitTests/MobileSpecUnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,15 @@
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ProjectExtensions />
<PropertyGroup>
<PreBuildEvent>"%25ProgramFiles(x86)%25\Common Files\microsoft shared\TextTemplating\10.0\TextTransform.exe" $(ProjectDir)\GapSourceDictionary.tt</PreBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 7e0c091

Please sign in to comment.