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

8 Коммитов

Автор SHA1 Сообщение Дата
Dustin Campbell c60efd0664 Update StartVS script
This change updates the StartVS script in the following ways:

* Ported batch file to a PowerShell script. The batch file is still
  there. It just runs the PowerShell script.
* Added a `-chooseVS` switch that displays a menu of Visual Studio
  instances that are installed and allows the user to pick one to
  launch.
* Added an `-includeRoslynDeps` switch that sets an environment variable
  that controls whether Roslyn dependencies are included with the
  Razor extension or not.
2023-01-10 09:19:06 -08:00
Fred Silberberg fcae93171c
Update file encoding to UTF-8 with BOM (#8099)
Since integrating our repos, there have been a number of changes in PRs that touch the encoding of the file, adding or removing a BOM as the editor in question decides. I've standardized on UTF-8 with BOM, as we do in roslyn, and put it in the .gitattributes so it should hopefully stay consistent.
2023-01-10 01:57:58 +00:00
David Wengier 6b3dd52c9d Consolidate all projects in to Razor.sln
* Remove razor-compiler.sln from root directory
* Move Razor.sln and Razor.Slim.slnf into root directory
* Put all projects from razor-compiler.sln into Razor.sln, with same solution folder layout
* Fix builds and docs
* Remove a couple of redundant files in the src\Razor folder
2022-11-13 16:01:05 +11:00
Ryan Brandenburg ec5cb4f1ef
Set default for startvs.cmd (#5658) 2021-10-25 09:53:42 -07:00
Tanay Parikh 267520e425
Update Scripts from ASP.NET Core (#2353)
@ryanbrandenburg pointed out my change from `. .\activate.ps1` to `.\activate.ps1` in the build from source PR. I've been `.\activate.ps1` and haven't run into any particular issues, however, it's not the recommended way to source due to [scoping](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_scripts#script-scope-and-dot-sourcing). dotnet/aspnetcore enforces this dot sourcing, so I copied over the script changes here.

Also noticed startvs.cmd had changed so brought that over as well.
2020-08-11 17:04:48 -07:00
Nate McMaster 2b2632b4b0 Update startvs.cmd
Co-Authored-By: bricelam <bricelam@users.noreply.github.com>
2018-12-20 11:48:57 -08:00
Brice Lambson 4a3c8233b8 Update startvs.cmd 2018-12-20 11:48:57 -08:00
Nate McMaster 6323be79bf
Add a script for starting Visual Studio with the right environment variables (#15) 2018-12-05 17:47:59 -08:00