Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2296c2b

Browse files
committed
cleanup Directory.Build.props/.targets and remove packages.config
1 parent4314d69 commit2296c2b

21 files changed

+4
-126
lines changed

‎build.cmd‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -624,11 +624,6 @@ if "%RestorePackages%" == "true" (
624624
%_nugetexe% restore packages.config!_nugetoptions!
625625
@if ERRORLEVEL1echo Error: Nuget restore failed&&goto :failure
626626

627-
if"%BUILD_VS%"=="1" (
628-
%_nugetexe% restore vsintegration\packages.config!_nugetoptions!
629-
@if ERRORLEVEL1echo Error: Nuget restore failed&&goto :failure
630-
)
631-
632627
if"%BUILD_SETUP%"=="1" (
633628
%_nugetexe% restore setup\packages.config!_nugetoptions!
634629
@if ERRORLEVEL1echo Error: Nuget restore failed&&goto :failure
File renamed without changes.

‎vsintegration/Templates.Directory.Build.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22

3-
<ImportProject="FSharp.Directory.Build.props" />
3+
<ImportProject="Directory.Build.props" />
44

55
<PropertyGroup>
66
<TargetFramework>net46</TargetFramework>

‎vsintegration/Templates.Directory.Build.targets‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22

3-
<ImportProject="FSharp.Directory.Build.targets" />
3+
<ImportProject="Directory.Build.targets" />
44

55
<PropertyGroup>
66
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\$(TargetDotnetProfile)\bin\$(TemplateCategory)\$(AssemblyName)</OutputPath>

‎vsintegration/Utils/LanguageServiceProfiling/Directory.Build.props‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎vsintegration/Utils/LanguageServiceProfiling/Directory.Build.targets‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎vsintegration/Vsix/FSharp.Directory.Build.props‎renamed to ‎vsintegration/Vsix/Directory.Build.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22

3-
<ImportProject="$([MSBuild]::GetPathOfFileAbove('FSharp.Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
3+
<ImportProject="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44

55
<PropertyGroup>
66
<VSRootSuffix>RoslynDev</VSRootSuffix>

‎vsintegration/Vsix/FSharp.Directory.Build.targets‎renamed to ‎vsintegration/Vsix/Directory.Build.targets‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22

3-
<ImportProject="$([MSBuild]::GetPathOfFileAbove('FSharp.Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />
3+
<ImportProject="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)../'))" />
44

55
<ItemGroup>
66
<BootstrapperPackageInclude=".NETFramework,Version=v4.6">

‎vsintegration/Vsix/VisualFSharpFull/Directory.Build.props‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp