Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
remove duplicate Driver folder in project files (dotnet#10155)
Browse files Browse the repository at this point in the history
Co-authored-by: Don Syme <donsyme@fastmail.com>
  • Loading branch information
2 people authored and nosami committed Feb 22, 2021
1 parent 3af972c commit 3159e4a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@
<EmbeddedResource Include="..\FSStrings.resx">
<Link>FSStrings.resx</Link>
</EmbeddedResource>
<Compile Include="..\Logger.fsi">
<Link>Logger.fsi</Link>
</Compile>
<Compile Include="..\Logger.fs">
<Link>Logger.fs</Link>
</Compile>
<Compile Include="..\..\utils\sformat.fsi">
<Link>ErrorText\sformat.fsi</Link>
</Compile>
Expand All @@ -77,11 +71,17 @@
<Compile Include="..\sr.fs">
<Link>ErrorText\sr.fs</Link>
</Compile>
<Compile Include="..\Logger.fsi">
<Link>Facilities\Logger.fsi</Link>
</Compile>
<Compile Include="..\Logger.fs">
<Link>Facilities\Logger.fs</Link>
</Compile>
<Compile Include="..\LanguageFeatures.fsi">
<Link>Driver\LanguageFeatures.fsi</Link>
<Link>Facilities\LanguageFeatures.fsi</Link>
</Compile>
<Compile Include="..\LanguageFeatures.fs">
<Link>Driver\LanguageFeatures.fs</Link>
<Link>Facilities\LanguageFeatures.fs</Link>
</Compile>
<Compile Include="..\..\utils\prim-lexing.fsi">
<Link>LexYaccRuntime\prim-lexing.fsi</Link>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@
<Link>FSStrings.resx</Link>
<LogicalName>FSStrings.resources</LogicalName>
</EmbeddedResource>
<Compile Include="..\Logger.fsi">
<Link>Logger.fsi</Link>
</Compile>
<Compile Include="..\Logger.fs">
<Link>Logger.fs</Link>
</Compile>
<Compile Include="..\..\utils\sformat.fsi">
<Link>ErrorText\sformat.fsi</Link>
</Compile>
Expand All @@ -76,11 +70,17 @@
<Compile Include="..\sr.fs">
<Link>ErrorText\sr.fs</Link>
</Compile>
<Compile Include="..\Logger.fsi">
<Link>Facilities\Logger.fsi</Link>
</Compile>
<Compile Include="..\Logger.fs">
<Link>Facilities\Logger.fs</Link>
</Compile>
<Compile Include="..\LanguageFeatures.fsi">
<Link>Driver\LanguageFeatures.fsi</Link>
<Link>Facilities\LanguageFeatures.fsi</Link>
</Compile>
<Compile Include="..\LanguageFeatures.fs">
<Link>Driver\LanguageFeatures.fs</Link>
<Link>Facilities\LanguageFeatures.fs</Link>
</Compile>
<Compile Include="..\..\utils\prim-lexing.fsi">
<Link>LexYaccRuntime\prim-lexing.fsi</Link>
Expand Down

0 comments on commit 3159e4a

Please sign in to comment.