Pingo.TextTransform.ForVS2013
1.0.27
See the version list below for details.
dotnet add package Pingo.TextTransform.ForVS2013 --version 1.0.27
NuGet\Install-Package Pingo.TextTransform.ForVS2013 -Version 1.0.27
<PackageReference Include="Pingo.TextTransform.ForVS2013" Version="1.0.27" />
paket add Pingo.TextTransform.ForVS2013 --version 1.0.27
#r "nuget: Pingo.TextTransform.ForVS2013, 1.0.27"
// Install Pingo.TextTransform.ForVS2013 as a Cake Addin #addin nuget:?package=Pingo.TextTransform.ForVS2013&version=1.0.27 // Install Pingo.TextTransform.ForVS2013 as a Cake Tool #tool nuget:?package=Pingo.TextTransform.ForVS2013&version=1.0.27
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.
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.
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