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

Commit36a3f0f

Browse files
dsymedsyme
dsyme
authored and
dsyme
committed
2 parentsf1ef5f3 +7e1fd6a commit36a3f0f

File tree

201 files changed

+1981
-1686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+1981
-1686
lines changed

‎.gitignore‎

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@ scripts/*.patch
2121
/src/fsharp/FSharp.Compiler.Server.Shared/*.resx
2222
/src/fsharp/fsi/Fsi.sln
2323
/src/fsharp/FSharp.Build/*.resources
24-
/src/fsharp/FSharp.Compiler/*.resx
25-
/src/fsharp/FSharp.Compiler/*.resources
26-
/src/fsharp/FSharp.Compiler/*.sln
27-
/src/fsharp/FSharp.Compiler/*.userprefs
24+
/src/fsharp/FSharp.Compiler.Private/*.resx
25+
/src/fsharp/FSharp.Compiler.Private/*.resources
26+
/src/fsharp/FSharp.Compiler.Private/*.sln
27+
/src/fsharp/FSharp.Compiler.Private/*.userprefs
2828
/src/*.log
29-
/src/fsharp/FSharp.Compiler/illex.fs
30-
/src/fsharp/FSharp.Compiler/ilpars.fs
31-
/src/fsharp/FSharp.Compiler/ilpars.fsi
32-
/src/fsharp/FSharp.Compiler/lex.fs
33-
/src/fsharp/FSharp.Compiler/pars.fs
34-
/src/fsharp/FSharp.Compiler/pars.fsi
35-
/src/fsharp/FSharp.Compiler/pplex.fs
36-
/src/fsharp/FSharp.Compiler/pppars.fs
37-
/src/fsharp/FSharp.Compiler/pppars.fsi
38-
/src/fsharp/FSharp.Compiler-proto/illex.fs
39-
/src/fsharp/FSharp.Compiler-proto/ilpars.fs
40-
/src/fsharp/FSharp.Compiler-proto/ilpars.fsi
41-
/src/fsharp/FSharp.Compiler-proto/lex.fs
42-
/src/fsharp/FSharp.Compiler-proto/pars.fs
43-
/src/fsharp/FSharp.Compiler-proto/pars.fsi
44-
/src/fsharp/FSharp.Compiler-proto/pplex.fs
45-
/src/fsharp/FSharp.Compiler-proto/pppars.fs
46-
/src/fsharp/FSharp.Compiler-proto/pppars.fsi
29+
/src/fsharp/FSharp.Compiler.Private/illex.fs
30+
/src/fsharp/FSharp.Compiler.Private/ilpars.fs
31+
/src/fsharp/FSharp.Compiler.Private/ilpars.fsi
32+
/src/fsharp/FSharp.Compiler.Private/lex.fs
33+
/src/fsharp/FSharp.Compiler.Private/pars.fs
34+
/src/fsharp/FSharp.Compiler.Private/pars.fsi
35+
/src/fsharp/FSharp.Compiler.Private/pplex.fs
36+
/src/fsharp/FSharp.Compiler.Private/pppars.fs
37+
/src/fsharp/FSharp.Compiler.Private/pppars.fsi
38+
/src/fsharp/Fsc-proto/illex.fs
39+
/src/fsharp/Fsc-proto/ilpars.fs
40+
/src/fsharp/Fsc-proto/ilpars.fsi
41+
/src/fsharp/Fsc-proto/lex.fs
42+
/src/fsharp/Fsc-proto/pars.fs
43+
/src/fsharp/Fsc-proto/pars.fsi
44+
/src/fsharp/Fsc-proto/pplex.fs
45+
/src/fsharp/Fsc-proto/pppars.fs
46+
/src/fsharp/Fsc-proto/pppars.fsi
4747
/src/fsharp/FSharp.LanguageService.Compiler/illex.*
4848
/src/fsharp/FSharp.LanguageService.Compiler/ilpars.*
4949
/src/fsharp/FSharp.LanguageService.Compiler/lex.*

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Includes commits up to `3385e58aabc91368c8e1f551650ba48705aaa285`
202202
* Allow breakpoints to be set inside of quotations
203203
* Support "Publish" action in project system for web, Azure
204204
* Bugfix[#126](https://visualfsharp.codeplex.com/workitem/126): F# package installer does not honor custom install paths for express SKUs
205-
* Bugfix[#75](https://visualfsharp.codeplex.com/workitem/75): Microsoft.FSharp.targets shim not deployed with F# SDK
205+
* Bugfix[#75](https://visualfsharp.codeplex.com/workitem/75): Microsoft.FSharp.Targets shim not deployed with F# SDK
206206
* Bugfix: Fix crash in smart indent provider
207207
* Bugfix[#55](https://visualfsharp.codeplex.com/workitem/55): Cannot add reference to F# PCL project
208208
* Bugfix: Typos in tutorial project script

‎DEVGUIDE.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ To build and test Visual F# IDE Tools, install these requirements:
9393
- Under the "Other Toolsets" workloads, select "Visual Studio extension development"
9494
- Under the "Individual components" tab select "Windows 10 SDK" as shown below (needed for compiling RC resource, see#2556):\
9595
![image](https://cloud.githubusercontent.com/assets/1249087/23730261/5c78c850-041b-11e7-9d9d-62766351fd0f.png)
96+
- Failing to install this will lead to error FS0193: Could not find file visualfsharp\vsintegration\src\FSharp.ProjectSystem.FSharp\obj\net40\ProjectResources.rc.res.
9697

9798
Steps to build:
9899

@@ -157,7 +158,7 @@ This gives a much tighter inner development loop than uninstalling/reinstalling
157158

158159
####[Optional] Clobber the F# SDK on the machine
159160

160-
**Note:** The step below will try to clobber the machine-wide installed F# SDK on your machine. This replaces the``fsc.exe`` used by the standardinnstall location or``Microsoft.FSharp.targets``.**Repairing Visual Studio 15 is currently the only way to revert this step.**
161+
**Note:** The step below will try to clobber the machine-wide installed F# SDK on your machine. This replaces the``fsc.exe`` used by the standardinstall location or``Microsoft.FSharp.Targets``.**Repairing Visual Studio 15 is currently the only way to revert this step.**
161162

162163
For**Debug**:
163164

‎VisualFSharp.sln‎

Lines changed: 503 additions & 709 deletions
Large diffs are not rendered by default.

‎artifacts/.gitignore‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.nupkg
1+
*

‎attributions.md‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This is for those who contributed language features, compiler improvements, or i
3131
-[Gustavo Leon](https://github.com/gmpl)
3232
-[Steffen Forkmann](https://github.com/forki)
3333
-[Libo Zeng](https://github.com/liboz)
34+
-[Rikki Gibson](https://github.com/RikkiGibson)
3435

3536
**SRTP Improvements**
3637

@@ -85,6 +86,11 @@ This is for those who contributed Visual Studio IDE features and platform suppor
8586
* Separate color themes for light and dark mode -[Jakub Majocha](https://github.com/majocha)
8687
* Semantic highlighting -[Vasily Kirichenko](https://github.com/vasily-kirichenko) and[Jared Hester](github.com/cloudroutine)
8788
* ReSharper-like ordering in Completion lists -[Vasily Kirichenko](https://github.com/vasily-kirichenko)
89+
* Collapse to Definition -[Vasily Kirichenko](https://github.com/vasily-kirichenko)
90+
* Support for Editor Settings -[Jakub Majocha](https://github.com/majocha)
91+
* Localized Go to Definition Status Bar -[Saul Rennison](https://github.com/saul)
92+
* R#-like completion for items in unopened namespaces -[Vasily Kirichenko](https://github.com/vasily-kirichenko)
93+
* Wrap XML docs -[Jakub Majocha](https://github.com/majocha)
8894

8995
**Project System**
9096

@@ -106,6 +112,8 @@ This is for those who contributed Visual Studio IDE features and platform suppor
106112
* Add open Statement Analyzer and Codefix -[Vasily Kirichenko](https://github.com/vasily-kirichenko)
107113
* Simplify Name Analyzer and Codefix -[Vasily Kirichenko](https://github.com/vasily-kirichenko)
108114
* Gray Out Unused Values -[Vasily Kirichenko](https://github.com/vasily-kirichenko)
115+
* Unused Declarations Analyzer and Codefix -[Vasily Kirichenko](https://github.com/vasily-kirichenko)
116+
* Add reference to\<assembly\> analyzer and codefix -[Saul Rennison](https://github.com/saul)
109117

110118
###.NET Core Support
111119

@@ -123,4 +131,4 @@ Infrastructure isn't the sexiest stuff in the world, but it's absolutely necessa
123131
*[Zp Babbi](https://github.com/zpbappi)
124132
*[Gauthier Segay](https://github.com/smoothdeveloper)
125133
*[Jared Hester](github.com/cloudroutine)
126-
*[Cameron Taggert](https://github.com/ctaggart)
134+
*[Cameron Taggert](https://github.com/ctaggart)

‎build-everything.proj‎

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ProjectsWithCoreClrInclude="src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj" />
2525
<ProjectsWithCoreClrInclude="src/fsharp/Fsc/Fsc.fsproj" />
2626
<ProjectsWithCoreClrInclude="src/fsharp/fsi/Fsi.fsproj" />
27-
<ProjectsWithCoreClrInclude="src/fsharp/FSharp.Compiler.Host.netcore.nuget/FSharp.Compiler.Host.proj" />
27+
<ProjectsWithCoreClrInclude="src/fsharp/FSharp.Compiler.nuget/FSharp.Compiler.nuget.proj" />
2828
</ItemGroup>
2929

3030
<ItemGroupCondition="'$(BUILD_PORTABLE)'=='1'">
@@ -43,6 +43,10 @@
4343
<SetupProjectsInclude="setup/fsharp-setup-build.proj" />
4444
</ItemGroup>
4545

46+
<ItemGroupCondition="'$(BUILD_NUGET)'=='1'">
47+
<NugetProjectsInclude="src/fsharp/FSharp.Core.nuget/FSharp.Core.nuget.proj" />
48+
</ItemGroup>
49+
4650
<!-- +++++++++++++++++++++++ Project selection for testing +++++++++++++++++++++++++++++++-->
4751

4852
<ItemGroupCondition="'$(TEST_NET40_COREUNIT_SUITE)'=='1'" >
@@ -53,7 +57,7 @@
5357
<ProjectsWithCoreClrInclude="src/fsharp/FSharp.Core.Unittests/FSharp.Core.Unittests.fsproj"/>
5458
</ItemGroup>
5559

56-
<ItemGroupCondition="'$(TEST_PORTABLE_COREUNIT_SUITE)'=='1'" >
60+
<ItemGroupCondition="'$(TEST_PORTABLE_COREUNIT_SUITE)'=='1' and ('$(TargetDotnetProfile)' == 'portable7' or '$(TargetDotnetProfile)' == 'portable78' or '$(TargetDotnetProfile)' == 'portable259')" >
5761
<ProjectsWithPortableFrameworksInclude="src/fsharp/FSharp.Core.Unittests/FSharp.Core.Unittests.fsproj"/>
5862
</ItemGroup>
5963

@@ -81,34 +85,39 @@
8185
<!-- +++++++++++++++++++++++ Targets +++++++++++++++++++++++++++++++-->
8286

8387
<TargetName="Build">
84-
<MSBuildProjects="@(ProjectsWithNet40)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
85-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable7;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
86-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable47;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
87-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable78;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
88-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable259;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
89-
<MSBuildProjects="@(ProjectsWithCoreClr)"Targets="Build"BuildInParallel="false"Properties="Configuration=$(Configuration);TargetFramework=coreclr;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
90-
<MSBuildProjects="@(SetupProjects)"Targets="Build"BuildInParallel="false"Properties="Configuration=$(Configuration);BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
88+
<MSBuildProjects="@(ProjectsWithNet40)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
89+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable7;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
90+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable47;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
91+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable78;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
92+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable259;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
93+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=xamarinmacmobile;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
94+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Build"BuildInParallel="false"Properties="Configuration=$(Configuration);TargetDotnetProfile=monoandroid10+monotouch10+xamarinios10;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
95+
<MSBuildProjects="@(ProjectsWithCoreClr)"Targets="Build"BuildInParallel="false"Properties="Configuration=$(Configuration);TargetDotnetProfile=coreclr;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
96+
<MSBuildProjects="@(SetupProjects)"Targets="Build"BuildInParallel="false"Properties="Configuration=$(Configuration);BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
97+
<MSBuildProjects="@(NugetProjects)"Targets="Build"BuildInParallel="false"Properties="Configuration=$(Configuration);" />
9198
</Target>
9299

93100
<TargetName="Rebuild">
94-
<MSBuildProjects="@(ProjectsWithNet40)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
95-
<MSBuildProjects="@(ProjectsWithNet40PlusDefine)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN);FSHARP_SUITE_DRIVES_CORECLR_TESTS=true" />
96-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable7;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
97-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable47;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
98-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable78;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
99-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable259;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
100-
<MSBuildProjects="@(ProjectsWithCoreClr)"Targets="Rebuild"BuildInParallel="false"Properties="Configuration=$(Configuration);TargetFramework=coreclr;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
101-
<MSBuildProjects="@(SetupProjects)"Targets="Rebuild"BuildInParallel="false"Properties="Configuration=$(Configuration);BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
101+
<MSBuildProjects="@(ProjectsWithNet40)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
102+
<MSBuildProjects="@(ProjectsWithNet40PlusDefine)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN);FSHARP_SUITE_DRIVES_CORECLR_TESTS=true" />
103+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable7;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
104+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable47;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
105+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable78;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
106+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Rebuild"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable259;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
107+
<MSBuildProjects="@(ProjectsWithCoreClr)"Targets="Rebuild"BuildInParallel="false"Properties="Configuration=$(Configuration);TargetDotnetProfile=coreclr;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
108+
<MSBuildProjects="@(SetupProjects)"Targets="Rebuild"BuildInParallel="false"Properties="Configuration=$(Configuration);BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
109+
<MSBuildProjects="@(NugetProjects)"Targets="Rebuild"BuildInParallel="false"Properties="Configuration=$(Configuration);" />
102110
</Target>
103111

104112
<TargetName="Clean">
105-
<MSBuildProjects="@(ProjectsWithNet40)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
106-
<MSBuildProjects="@(ProjectsWithNet40PlusDefine)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN);FSHARP_SUITE_DRIVES_CORECLR_TESTS=true" />
107-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable7;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
108-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable47;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
109-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable78;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
110-
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetFramework=portable259;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
111-
<MSBuildProjects="@(ProjectsWithCoreClr)"Targets="Clean"BuildInParallel="false"Properties="Configuration=$(Configuration);TargetFramework=coreclr;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
112-
<MSBuildProjects="@(SetupProjects)"Targets="Clean"BuildInParallel="false"Properties="Configuration=$(Configuration);BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
113+
<MSBuildProjects="@(ProjectsWithNet40)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
114+
<MSBuildProjects="@(ProjectsWithNet40PlusDefine)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=net40;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN);FSHARP_SUITE_DRIVES_CORECLR_TESTS=true" />
115+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable7;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
116+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable47;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
117+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable78;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
118+
<MSBuildProjects="@(ProjectsWithPortableFrameworks)"Targets="Clean"BuildInParallel="true"Properties="Configuration=$(Configuration);TargetDotnetProfile=portable259;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
119+
<MSBuildProjects="@(ProjectsWithCoreClr)"Targets="Clean"BuildInParallel="false"Properties="Configuration=$(Configuration);TargetDotnetProfile=coreclr;BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
120+
<MSBuildProjects="@(SetupProjects)"Targets="Clean"BuildInParallel="false"Properties="Configuration=$(Configuration);BUILD_PUBLICSIGN=$(BUILD_PUBLICSIGN)" />
121+
<MSBuildProjects="@(NugetProjects)"Targets="Clean"BuildInParallel="false"Properties="Configuration=$(Configuration);" />
113122
</Target>
114123
</Project>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp