Pingo.TextTransform.ForVS2013 1.0.28

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pingo.TextTransform.ForVS2013 --version 1.0.28
NuGet\Install-Package Pingo.TextTransform.ForVS2013 -Version 1.0.28
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pingo.TextTransform.ForVS2013" Version="1.0.28">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pingo.TextTransform.ForVS2013 --version 1.0.28
#r "nuget: Pingo.TextTransform.ForVS2013, 1.0.28"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pingo.TextTransform.ForVS2013 as a Cake Addin
#addin nuget:?package=Pingo.TextTransform.ForVS2013&version=1.0.28

// Install Pingo.TextTransform.ForVS2013 as a Cake Tool
#tool nuget:?package=Pingo.TextTransform.ForVS2013&version=1.0.28

Upfront Requirments
Modeling SDK for Microsoft Visual Studio 2013
https://www.microsoft.com/en-us/download/details.aspx?id=40754

Microsoft Visual Studio 2013 SDK
https://www.microsoft.com/en-us/download/details.aspx?id=40758

Directory Structure layout requirements:
{ProjectRoot}\projroot.txt - just a file that needs to exist
{ProjectRoot}\CM\BuildVersion.ini - how my versions get set.  All my TT work reads this and produces the necessary files with the right version.
i.e. AssemblyInfo.tt begets AssemblyInfo.cs, {projectName}.tt begets {projectName}.nuspec, etc.
{ProjectRoot}\src\
                       \src\{solutionname}.sln
                       \src\.nuget\
                       \src\{projectfolder(s)}

This will import a target that gives my TT code access to some of the following;
<T4ParameterValues Include="BuildIniFile">

puts the TextTransform requirments in, like

 <PropertyGroup>
   <TransformOnBuild>true</TransformOnBuild>
   <OverwriteReadOnlyOutputFiles>true</OverwriteReadOnlyOutputFiles>
   <!-- Other properties can be inserted here -->
 </PropertyGroup>
 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v12.0\TextTemplating\Microsoft.TextTemplating.targets" />

My projects extensively use TT, and this is the easiest way to get them setup correctly without manually editing the files.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Pingo.TextTransform.ForVS2013:

Package Downloads
Pingo.OctoPack.TextTransform.ForVS2013

My package description.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.30 2,437 6/3/2015
1.0.29 1,845 3/28/2015
1.0.28 2,639 2/18/2015
1.0.27 1,841 2/5/2015

BuildVersion.Ini

;// Version information for an assembly consists of the following four values:
;//
;//      Major Version
;//      Minor Version
;//      Build Number
;//      Revision
;//
[General]
Company=Pingo LLC


[Version]
MajorVersion=1
MinorVersion=0
BuildNumber=6
Revision=0
PreRelease=
EnableNightly=false