Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Rohan Palaniappan c3c8b190bd
Update NuGet template wizard after recent Microsoft.Windows.SDK.BuildTools addition to WAS. (#1269)
* Add the new Microsoft.Windows.SDK.BuildTools package to the template so that it is installed when a new project is created using the VSIX.

* Addressed comments.

* Added definition for WindowsSDKBuildToolsVersion. Fixing case mismatch of WindowsAppSDKVersion in Directory.Build.props (if this change results in 0.5.7 getting used in the VSIX template project files, then clearly we were just getting lucky so far; I'll remove the line in that case).

* Install of the NuGet pacakge failed because it couldn't be found. I think that's because the source was absent. It may be that we don't want to use the public nuget source here, but this at least will confirm the suspicion.

* Don't underestimate the importance of the semi-colan character.

* Attempted fix of: In the Packages subfolder of the VSIX install, I don't see the Microsoft.Windows.SDK.BuildTools .NUPKG.

* Undoing addition of the public nuget source. We clearly don't need it since we're successfully using the CppWinRT package already.

* Attempt to fix the C++ templates gap: with the wap proj blank app template, the build tools nuget isn't being installed.

* Same for CS templates now.

* Adding some missing changes...

* Adding more missing files...

* Fix mistakes.

* Tabs to spaces.
2021-09-01 17:09:38 -07:00
Howard Kapustein f05b0d0d7a
Rename ProjectReunion -> WindowsAppSDK (#1041)
* ProjectReunion -> WindowsAppSDK rename (first pass. Of many...)

* /build/** renamed

* assets/**

* /docs

* dev\WindowsAppSDK_DLL\

* installer/

* specs/**

* Last pass! Time to test...

* Remove en-us from microsoft URLs e.g. BAD=https://docs.microsoft.com/en-us/blah GOOD=https://docs.microsoft.com/blah. The client+server figure out the appropriate language and update the URL (at least, Microsoft.com does it) so always encode the more generic syntax

* Incorporated feedback

* Merged latest from main and fixed up reunion references brought in

* Incorporated feedback

* Maybe this is it

* This too?

* Fixing another reunion reference that snaked in from recent main...
2021-07-15 22:30:19 -07:00
EHO 21ea015eaf
User/eho makai/reunion framework package (#163)
* allow framework package step to run

* update ProjectReunion.sln with FWP folder hierarchy plus csproj and ps1 edits

* copy framework pkg PRI (and turn on debugging in createnugetpackage yml)

* frameworkpackage PRI project updates

* create localpackages dir

* prune BuildingWithBuildExe

* remove FrameworkPackagePRI and processing

* remove pri from FWP nuspec

* include project reunion dll not design dll

* remove frameworkpackage reference from artifact drop dir in fwp nuspec

* MakeAppxHBelper.cmd

* add outputs to debug makeFWP-steps.yml

* another ProjectReunion_dll fixup

* grr, another projectreunion_dll

* grr2

* winmd not in sdk dir, other removals

* nuke another sdk dir path

* re-enable noiseasset

* remove activatableclass from appxmanifest.xml

* MSTest.pfx

* turn off debugging

* fix ID for framework package nupkg (whatever that is)

* remove activatableclass from appxmanifest and parameterize nuget cmd line

* re-enable reunion version props, script scope for nuget cmd vars

* remove unused FrameworkPackagePRI csproj etc

* try to dump artifacts\drops in CI yml

* fix syntax error

* fix syntax error 2

* undo

* remove noiseasset

* remove noiseasset PNG

* re-enable ActivatableTypes (thx Jevan)

* remove all PRI entries in MakeFrameworkPackage.ps1

* try to get activatable class listing working

* experiment - remove dummy fwp detector type

* fix erroenous ID for nupkg

* remove incorrect line from frameworkpackage nuspec

* turn on debugging temporarily

* publish projectreunion.lib and sampleflatc.h for FWP nupkg

* include microsoft.projectreunion.lib and SampleFlatC.h in fwp nupkg

* fix lib name
2020-09-04 18:00:35 -07:00