Skip to content

Commit

Permalink
dirs.proj do not use glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Aug 9, 2022
1 parent 1d796cd commit 27103ae
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 8 deletions.
5 changes: 4 additions & 1 deletion Clocks.Net/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="Clocks.Abstraction\Clocks.Abstraction.csproj" />
<ProjectReference Include="Clocks.IntervalTreeClocks\Clocks.IntervalTreeClocks.csproj" />
<ProjectReference Include="Clocks.LamportClock\Clocks.LamportClock.csproj" />
<ProjectReference Include="Clocks.System\Clocks.System.csproj" />
</ItemGroup>
</Project>
7 changes: 6 additions & 1 deletion GeothermalResearchInstitute/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="GeothermalResearchInstitute.FakePlcV2\GeothermalResearchInstitute.FakePlcV2.csproj" />
<ProjectReference Include="GeothermalResearchInstitute.Grpc\GeothermalResearchInstitute.Grpc.csproj" />
<ProjectReference Include="GeothermalResearchInstitute.PlcClient\GeothermalResearchInstitute.Plc.csproj" />
<ProjectReference Include="GeothermalResearchInstitute.PlcV2\GeothermalResearchInstitute.PlcV2.csproj" />
<ProjectReference Include="GeothermalResearchInstitute.ServerConsole\GeothermalResearchInstitute.ServerConsole.csproj" />
<ProjectReference Include="GeothermalResearchInstitute.Wpf\GeothermalResearchInstitute.Wpf.csproj" />
</ItemGroup>
</Project>
4 changes: 3 additions & 1 deletion MicrosoftExtensions/Logging/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="MSTest\MicrosoftExtensions.Logging.MSTest\MicrosoftExtensions.Logging.MSTest.csproj" />
<ProjectReference Include="Xunit\MicrosoftExtensions.Logging.Xunit\MicrosoftExtensions.Logging.Xunit.csproj" />
<ProjectReference Include="Xunit\MicrosoftExtensions.Logging.Xunit.Tests\MicrosoftExtensions.Logging.Xunit.Tests.csproj" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion SharpCircularList/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="CircularList\CircularList.csproj" />
<ProjectReference Include="CircularList.UnitTest\CircularList.UnitTest.csproj" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion SwigDoc2Latex/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="SwigDoc2Latex.ConsoleApp\SwigDoc2Latex.ConsoleApp.fsproj" />
<ProjectReference Include="SwigDoc2Latex.CsConsoleApp\SwigDoc2Latex.CsConsoleApp.csproj" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion TimeLimiter/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="TimeLimiter\TimeLimiter.csproj" />
<ProjectReference Include="TimeLimiterUnitTest\TimeLimiterUnitTest.csproj" />
</ItemGroup>
</Project>
11 changes: 10 additions & 1 deletion codelab/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="CompdbRegrouper\CompdbRegrouper.csproj" />
<ProjectReference Include="FileManifests\FileManifests.csproj" />
<ProjectReference Include="OxyPlot.SimpleDemo\OxyPlot.SimpleDemo.csproj" />
<ProjectReference Include="ParseHeader\ParseHeader.csproj" />
<ProjectReference Include="PrismLab\PrismLab.csproj" />
<ProjectReference Include="ProtocolLab\ProtocolLab.csproj" />
<ProjectReference Include="SerilogLab\SerilogLab.csproj" />
<ProjectReference Include="TcpServerLab\TcpServerLab.csproj" />
<ProjectReference Include="TplLab\TplLab.csproj" />
<ProjectReference Include="Wpf_lab\Wpf_lab.csproj" />
</ItemGroup>
</Project>
9 changes: 8 additions & 1 deletion third_party/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
<ProjectReference Include="CRC32C.NET\Crc32C.NET\Crc32C.NET.csproj" />
<ProjectReference Include="ExtendedWPFToolkit\Xceed.Wpf.Toolkit\Xceed.Wpf.Toolkit.csproj" />
<ProjectReference Include="FSharp.Data\FSharp.Data\FSharp.Data.fsproj" />
<ProjectReference Include="FSharp.Data\FSharp.Data.DesignTime\FSharp.Data.DesignTime.fsproj" />
<ProjectReference Include="OxyPlot\OxyPlot\OxyPlot.csproj" />
<ProjectReference Include="OxyPlot\OxyPlot.Wpf\OxyPlot.Wpf.csproj" />
<ProjectReference Include="ToggleSwitch\WPF\Demo\Demo.csproj" />
<ProjectReference Include="ToggleSwitch\WPF\ToggleSwitch\ToggleSwitch.csproj" />
</ItemGroup>
</Project>

0 comments on commit 27103ae

Please sign in to comment.