Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
79ee230
Create the menu group.
Sep 10, 2015
d7ca521
Add form to request for new file name.
Sep 10, 2015
190196f
Wire add file dialog with add file command.
Sep 11, 2015
80f19b7
Refactor and add 'New {TypeScript,HTML,CSS} File' buttons.
Sep 14, 2015
33799ba
The only change in these files is line ending format.
Sep 14, 2015
a03b377
Merge branch 'AddNewFileMenuGroup' of https://github.com/hoanhtien/no…
mjbvz Apr 25, 2016
2f7fbab
Add header and auto formatting
mjbvz Apr 25, 2016
734f276
Merge branch 'master' into hoanhtien-AddNewFileMenuGroup
mjbvz Jun 22, 2016
8add2a7
Add workspaces reference
mjbvz Jun 29, 2016
d3de8af
Port Node Debug provider to NTVS
mjbvz Jul 1, 2016
825c171
Move to using local copy of workspaces instead
mjbvz Jul 8, 2016
8f512dc
Copy validation package internal too
mjbvz Jul 8, 2016
23c078e
Remove validation from package.config list
mjbvz Jul 8, 2016
75dcbef
Use signed webrole.dll for VS15 (#1200)
mjbvz Aug 10, 2016
3f041dd
Remove dev11 and dev12 references from msbuild files (#1202)
mjbvz Aug 12, 2016
c99a52c
Fix breaking on plain old errors (#1193)
mjbvz Aug 12, 2016
b1c2588
Merge pull request #1206 from Microsoft/lightweight-install
mjbvz Aug 16, 2016
b84f66a
Delete Starter Express App Templates
mjbvz Aug 18, 2016
80b39e4
Remove setup references from setup
mjbvz Aug 18, 2016
9c116b5
Reverting main change
mjbvz Aug 18, 2016
89c99ae
REmove all starter express app templates except the azure ones
mjbvz Aug 18, 2016
2ce524d
Fix potential crash for weird %PATH%
mjbvz Aug 19, 2016
2868b06
Merge pull request #887 from mjbvz/hoanhtien-AddNewFileMenuGroup
mjbvz Aug 19, 2016
5aca18b
Merge pull request #1212 from mjbvz/fix-weird-env-path-potential-exce…
mjbvz Aug 19, 2016
f91b5f5
Merge pull request #1210 from mjbvz/delete-starter-express-templates
mjbvz Aug 22, 2016
5e63c6b
Support *.pug extension for Jade Templates
mjbvz Aug 23, 2016
804cbd8
Alert User if Typescript is not Installed
mjbvz Aug 23, 2016
47319f3
Check hr and then throw, instead of catching exception
mjbvz Aug 23, 2016
cea52c9
Make it more clear that NTVS cannot load if this error happens
mjbvz Aug 23, 2016
ac99d85
Handle Semver parse errors in NpmGetCatalogCommand for 'versions' field
mjbvz Aug 23, 2016
66acc4a
Merge branch 'master' into anyc-prototype
mjbvz Aug 23, 2016
26c9191
Remove added parameter
mjbvz Aug 23, 2016
1d149db
Delete Man Field from Npm package.json parser
mjbvz Aug 23, 2016
d82d3ba
Merge pull request #1227 from mjbvz/delete-man-from-package-json
mjbvz Aug 23, 2016
e66af3c
Merge pull request #1214 from mjbvz/jade-2-the-puggening
mjbvz Aug 24, 2016
a85e9c0
Merge pull request #1215 from mjbvz/alert-user-if-ts-not-installed
mjbvz Aug 25, 2016
8e537a4
Merge pull request #1226 from mjbvz/catch-semver-parse
mjbvz Aug 25, 2016
e0a4e83
Merge pull request #1120 from mjbvz/anyc-prototype
mjbvz Aug 25, 2016
86327f9
Automatic Refactor - Remove Unused Using Statements (#1231)
mjbvz Aug 26, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 1 addition & 26 deletions Build/Common.Build.CSharp.settings
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@
<Optimize>true</Optimize>
<DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
</PropertyGroup>

<PropertyGroup>
<DefineConstants Condition="$(FeatureAzureRemoteDebug)">$(DefineConstants);FEATURE_AZURE_REMOTE_DEBUG</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(VSTarget)' == '15.0' ">
<DefineConstants>$(DefineConstants);DEV15;DEV15_OR_LATER;DEV14_OR_LATER;DEV12_OR_LATER;DEV11_OR_LATER</DefineConstants>
<VSCTDefinitions>DEV15;DEV15_OR_LATER;DEV14_OR_LATER;DEV12_OR_LATER;DEV11_OR_LATER</VSCTDefinitions>
<DefineConstants>$(DefineConstants);DEV15;DEV15_OR_LATER;DEV14_OR_LATER;DEV12_OR_LATER;DEV11_OR_LATER</DefineConstants>
<MicrosoftBuildAssemblyVersion>15.0.0.0</MicrosoftBuildAssemblyVersion>
<MicrosoftBuildAssemblyVersionSuffix>Core</MicrosoftBuildAssemblyVersionSuffix>
</PropertyGroup>
Expand All @@ -47,27 +43,6 @@
<MicrosoftBuildAssemblyVersion>14.0.0.0</MicrosoftBuildAssemblyVersion>
<MicrosoftBuildAssemblyVersionSuffix>Core</MicrosoftBuildAssemblyVersionSuffix>
</PropertyGroup>

<PropertyGroup Condition=" '$(VSTarget)' == '12.0' ">
<DefineConstants>$(DefineConstants);DEV12;DEV12_OR_LATER;DEV11_OR_LATER</DefineConstants>
<VSCTDefinitions>DEV12;DEV12_OR_LATER;DEV11_OR_LATER</VSCTDefinitions>
<MicrosoftBuildAssemblyVersion>12.0.0.0</MicrosoftBuildAssemblyVersion>
<MicrosoftBuildAssemblyVersionSuffix>v12.0</MicrosoftBuildAssemblyVersionSuffix>
</PropertyGroup>

<PropertyGroup Condition=" '$(VSTarget)' == '11.0' ">
<DefineConstants>$(DefineConstants);DEV11;DEV11_OR_LATER</DefineConstants>
<VSCTDefinitions>DEV11;DEV11_OR_LATER</VSCTDefinitions>
<MicrosoftBuildAssemblyVersion>4.0.0.0</MicrosoftBuildAssemblyVersion>
<MicrosoftBuildAssemblyVersionSuffix>v4.0</MicrosoftBuildAssemblyVersionSuffix>
</PropertyGroup>

<PropertyGroup Condition=" '$(VSTarget)' == '10.0' ">
<DefineConstants>$(DefineConstants);DEV10</DefineConstants>
<VSCTDefinitions>DEV10</VSCTDefinitions>
<MicrosoftBuildAssemblyVersion>4.0.0.0</MicrosoftBuildAssemblyVersion>
<MicrosoftBuildAssemblyVersionSuffix>v4.0</MicrosoftBuildAssemblyVersionSuffix>
</PropertyGroup>

<PropertyGroup>
<SignManifests>false</SignManifests>
Expand Down
93 changes: 0 additions & 93 deletions Build/Common.Build.Cpp.settings

This file was deleted.

15 changes: 2 additions & 13 deletions Build/Common.Build.settings
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@

<CodeCoverageEnabled Condition="'$(CodeCoverageEnabled)'==''">true</CodeCoverageEnabled>

<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSTarget Condition="$(VSTarget)=='' and '$(VisualStudioVersion)'=='15.0'">15.0</VSTarget>
<VSTarget Condition="$(VSTarget)=='' and '$(VisualStudioVersion)'=='14.0'">14.0</VSTarget>
<VSTarget Condition="$(VSTarget)=='' and '$(VisualStudioVersion)'=='12.0'">12.0</VSTarget>
<VSTarget Condition="$(VSTarget)=='' and '$(VisualStudioVersion)'=='11.0'">11.0</VSTarget>
<VSTarget Condition="$(VSTarget)==''">10.0</VSTarget>
<VSTarget Condition="$(VSTarget)==''">14.0</VSTarget>
<BuildingInsideVisualStudio Condition="'$(BuildingInsideVisualStudio)' == ''">false</BuildingInsideVisualStudio>

<TargetFrameworkVersion Condition="'$(TargetFrameworkVersion)' == ''">v4.6</TargetFrameworkVersion>
Expand Down Expand Up @@ -89,7 +86,6 @@
</PropertyGroup>



<PropertyGroup>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -116,12 +112,6 @@
<VSMajorVersion>$([System.Double]::Parse($(VSTarget)))</VSMajorVersion>
<_VSUpdateVersion Condition="$(VSUpdateVersion)=='' and $(VisualStudioVersion)!='10.0'">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DevDiv\vs\Servicing\$(VSTarget)\devenv', 'UpdateVersion', null, RegistryView.Registry32))</_VSUpdateVersion>
<VSUpdateVersion Condition="$(VSUpdateVersion)=='' and $(_VSUpdateVersion)!=''">$([System.Int32]::Parse($(_VSUpdateVersion.Substring($([MSBuild]::Add(1, $(_VSUpdateVersion.LastIndexOf(`.`))))))))</VSUpdateVersion>

<!-- Features default to true for release builds -->
<FeatureAzureRemoteDebug>$(ReleaseBuild)</FeatureAzureRemoteDebug>

<!-- Enable features based on VS versions -->
<FeatureAzureRemoteDebug Condition="$(VSMajorVersion) > 12 or ($(VSMajorVersion) == 12 and $(VSUpdateVersion) >= 30723)">true</FeatureAzureRemoteDebug>
</PropertyGroup>

<ItemDefinitionGroup>
Expand All @@ -143,7 +133,6 @@
</ItemDefinitionGroup>

<Import Project="$(TargetsPath)\Common.Build.CSharp.settings" Condition="'$(MSBuildProjectExtension)' == '.csproj' or '$(MSBuildProjectExtension)' == '.tmp_proj'" />
<Import Project="$(TargetsPath)\Common.Build.Cpp.settings" Condition="'$(MSBuildProjectExtension)' == '.vcxproj'" />
<Import Project="$(TargetsPath)\Common.Build.Wix.settings" Condition="'$(MSBuildProjectExtension)' == '.wixproj'" />
<Import Project="$(TargetsPath)\CodeCoverage.proj" />

Expand Down
23 changes: 0 additions & 23 deletions Build/default.12.0Exp.testsettings

This file was deleted.

Binary file not shown.
Loading