|
13 | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
| 16 | + <RestorePackages>true</RestorePackages> |
16 | 17 | <BuildPackage>true</BuildPackage> |
| 18 | + <TransformOnBuild>true</TransformOnBuild> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 21 | <DebugSymbols>true</DebugSymbols> |
|
55 | 57 | </ProjectReference> |
56 | 58 | </ItemGroup> |
57 | 59 | <ItemGroup> |
58 | | - <None Include="Patterns.Testing.nuspec" /> |
| 60 | + <None Include="Patterns.Testing.nuspec"> |
| 61 | + <AutoGen>True</AutoGen> |
| 62 | + <DesignTime>True</DesignTime> |
| 63 | + <DependentUpon>Patterns.Testing.tt</DependentUpon> |
| 64 | + </None> |
| 65 | + <None Include="Patterns.Testing.tt"> |
| 66 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 67 | + <LastGenOutput>Patterns.Testing.nuspec</LastGenOutput> |
| 68 | + </None> |
| 69 | + </ItemGroup> |
| 70 | + <ItemGroup> |
| 71 | + <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
59 | 72 | </ItemGroup> |
60 | 73 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
61 | 74 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" /> |
| 75 | + <Import Project="$(SolutionDir)\T4\Microsoft.TextTemplating.targets" /> |
62 | 76 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
63 | 77 | Other similar extension points exist, see Microsoft.Common.targets. |
64 | 78 | <Target Name="BeforeBuild"> |
|
0 commit comments