A set of useful helpers (mostly) written in C++ and C#
Most of the time, you'll want to use the BuildAll.ps1
script. There are 4 parameters you can adjust:
BuildProjects
: whether to build theSimpleKit
solutionCreatePackages
: whether to create NuGet packages for the projects - if you specify this parameter,NuGetSource
should be set as wellProjectLog
: where to log the project build output - by default it's logged to the folder containing the script, to a file namedout.txt
NuGetSource
: a NuGet package source where the packages should be added if theCreatePackages
parameter is set
If you want to build a single project, use the BuildProject.ps1
script:
ProjectName
: name of the project to build, must be within theSimpleKit
solutionCreatePackage
: whether to create a NuGet package for the project - if you specify this parameter,NuGetSource
should be set as wellProjectLog
: where to log the project build output - by default it's logged to the folder containing the script, to a file named{ProjectName}-out.txt
NuGetSource
: a NuGet package source where the package should be added if theCreatePackage
parameter is set
To build and/or use the SimpleKit templates, build the SimpleKit.WindowsRuntime.Templates
project and install the resulting VSIX. VSIX distribution is under consideration.