Skip to content

Commit

Permalink
Merge branch 'cdn-download' of https://github.com/kruplm/ComposeUI in…
Browse files Browse the repository at this point in the history
…to cdn-download
  • Loading branch information
kruplm committed Mar 30, 2023
2 parents 3a1c1cb + 12c5bbd commit c399ce7
Show file tree
Hide file tree
Showing 74 changed files with 42 additions and 195 deletions.
30 changes: 0 additions & 30 deletions Tryouts/Core/Abstractions/AssemblyInfo.cs

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions Tryouts/Core/Abstractions/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions Tryouts/Core/README.md

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions Tryouts/Core/Utilities/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Core\Abstractions\MorganStanley.ComposeUI.Tryouts.Core.Abstractions.csproj" />
<ProjectReference Include="../../../../../../prototypes/multi-module-prototype/src/module-loader/dotnet/ModuleLoader/MorganStanley.ComposeUI.ModuleLoader.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\LocalCollector\LocalCollector.csproj" />
<ProjectReference Include="..\ModuleProcessMonitor\ModuleProcessMonitor.csproj" />
<ProjectReference Include="../LocalCollector/LocalCollector.csproj" />
<ProjectReference Include="../ModuleProcessMonitor/ModuleProcessMonitor.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@


<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\src\messaging\dotnet\src\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\..\..\..\..\Prototypes\ProcessExplorerMessageRouterTopics\ProcessExplorerMessageRouterTopics.csproj" />
<ProjectReference Include="..\ProcessExplorer\ProcessExplorer.csproj" />
<ProjectReference Include="../../../../../../src/messaging/dotnet/src/Client/MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\..\..\..\..\..\prototypes\multi-module-prototype\examples\multi-module-example\ProcessExplorerMessageRouterTopics\ProcessExplorerMessageRouterTopics.csproj" />
<ProjectReference Include="../ProcessExplorer/ProcessExplorer.csproj" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down
8 changes: 0 additions & 8 deletions Tryouts/Prototypes/Directory.Build.targets

This file was deleted.

14 changes: 0 additions & 14 deletions Tryouts/Prototypes/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\src\messaging\dotnet\src\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\..\..\..\..\src\messaging\dotnet\src\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ComposeUI.Example.WPFDataGrid\WPFDataGrid.csproj" />
<ProjectReference Include="../ComposeUI.Example.WPFDataGrid/WPFDataGrid.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\src\messaging\dotnet\src\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\..\..\Prototypes\ProcessExplorerMessageRouterTopics\ProcessExplorerMessageRouterTopics.csproj" />
<ProjectReference Include="..\process explorer\backend\LocalCollector\LocalCollector.csproj" />
<ProjectReference Include="..\..\..\..\..\src\messaging\dotnet\src\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\ProcessExplorerMessageRouterTopics\ProcessExplorerMessageRouterTopics.csproj" />
<ProjectReference Include="..\..\..\..\..\Tryouts\Plugins\ApplicationPlugins\process explorer\backend\LocalCollector\LocalCollector.csproj" />
</ItemGroup>
</Project>
Loading

0 comments on commit c399ce7

Please sign in to comment.