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

Commit3f42eb4

Browse files
authored
rename PatternMatcher.csproj to FSharp.PatternMatcher.csproj (dotnet#4682)
1 parentf3f2fc0 commit3f42eb4

File tree

36 files changed

+4
-4
lines changed

36 files changed

+4
-4
lines changed

‎VisualFSharp.sln‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FSharp.Build.UnitTests", "t
141141
EndProject
142142
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="PEVerify","tests\fsharpqa\testenv\src\PEVerify\PEVerify.csproj","{B0689A4E-07D8-494D-A0C8-791CB1D74E54}"
143143
EndProject
144-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="PatternMatcher","vsintegration\src\PatternMatcher\PatternMatcher.csproj","{18227628-DF90-4C47-AF3D-CC72D2EDD986}"
144+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") ="FSharp.PatternMatcher","vsintegration\src\FSharp.PatternMatcher\FSharp.PatternMatcher.csproj","{18227628-DF90-4C47-AF3D-CC72D2EDD986}"
145145
EndProject
146146
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") ="Legacy","Legacy","{CCAB6E50-34C6-42AF-A6B0-567C29FCD91B}"
147147
EndProject

‎build/config/AssemblySignToolData.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"net40\\bin\\*\\FSharp.ProjectSystem.PropertyPages.resources.dll",
3333
"net40\\bin\\FSharp.ProjectSystem.FSharp.dll",
3434
"net40\\bin\\*\\FSharp.ProjectSystem.FSharp.resources.dll",
35-
"net40\\bin\\PatternMatcher.dll",
35+
"net40\\bin\\FSharp.PatternMatcher.dll",
3636
"coreclr\\bin\\FSharp.Core.dll",
3737
"coreclr\\bin\\*\\FSharp.Core.resources.dll",
3838
"coreclr\\bin\\FSharp.Build.dll",

‎vsintegration/fsharp-vsintegration-src-build.proj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ProjectFilesInclude="src\FSharp.ProjectSystem.FSharp\ProjectSystem.fsproj" />
1515
<ProjectFilesInclude="src\FSharp.ProjectSystem.PropertyPages\FSharp.PropertiesPages.vbproj" />
1616
<ProjectFilesInclude="src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj" />
17-
<ProjectFilesInclude="src\PatternMatcher\PatternMatcher.csproj" />
17+
<ProjectFilesInclude="src\FSharp.PatternMatcher\FSharp.PatternMatcher.csproj" />
1818
</ItemGroup>
1919

2020
<ImportProject="..\src\root.traversal.targets"/>

‎vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
<ItemGroup>
101101
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" />
102102
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Compiler.Private\FSharp.Compiler.Private.fsproj" />
103+
<ProjectReferenceInclude="..\FSharp.PatternMatcher\FSharp.PatternMatcher.csproj" />
103104
<ProjectReferenceInclude="..\FSharp.UIResources\FSharp.UIResources.csproj" />
104105
<ProjectReferenceInclude="..\FSharp.VS.FSI\FSharp.VS.FSI.fsproj" />
105-
<ProjectReferenceInclude="..\PatternMatcher\PatternMatcher.csproj" />
106106
</ItemGroup>
107107

108108
<ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp