Skip to content

Commit

Permalink
Merge pull request morganstanley#171 from BalassaMarton/cleanup-move-…
Browse files Browse the repository at this point in the history
…to-folders

Move Messaging projects under `src/`
  • Loading branch information
BalassaMarton authored Mar 10, 2023
2 parents edb6a47 + afc7046 commit 145b100
Show file tree
Hide file tree
Showing 178 changed files with 178 additions and 404 deletions.
7 changes: 7 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<Import Project="../Directory.Build.props" Condition="Exists('../Directory.Build.props')" />

<PropertyGroup>
<ComposeUIRepositoryRoot>$(MSBuildThisFileDirectory)</ComposeUIRepositoryRoot>
</PropertyGroup>
</Project>
9 changes: 0 additions & 9 deletions Tryouts/Messaging/WpfHost/App.xaml

This file was deleted.

113 changes: 0 additions & 113 deletions Tryouts/Messaging/WpfHost/App.xaml.cs

This file was deleted.

22 changes: 0 additions & 22 deletions Tryouts/Messaging/WpfHost/AssemblyInfo.cs

This file was deleted.

13 changes: 0 additions & 13 deletions Tryouts/Messaging/WpfHost/MainWindow.xaml

This file was deleted.

56 changes: 0 additions & 56 deletions Tryouts/Messaging/WpfHost/MainWindow.xaml.cs

This file was deleted.

85 changes: 0 additions & 85 deletions Tryouts/Messaging/WpfHost/MainWindowLoggerProvider.cs

This file was deleted.

20 changes: 0 additions & 20 deletions Tryouts/Messaging/WpfHost/WpfHost.csproj

This file was deleted.

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

<ItemGroup>
<ProjectReference Include="..\..\..\Messaging\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 @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Messaging\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<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" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Messaging\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\..\..\..\..\..\src\messaging\dotnet\src\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\..\..\..\..\Prototypes\ProcessExplorerMessageRouterTopics\ProcessExplorerMessageRouterTopics.csproj" />
<ProjectReference Include="..\ProcessExplorer\ProcessExplorer.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tryouts/Prototypes/ModulesPrototype/ModulesPrototype.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\src\messaging\dotnet\src\Core\MorganStanley.ComposeUI.Messaging.Core.csproj" />
<ProjectReference Include="..\..\..\src\messaging\dotnet\src\Server\MorganStanley.ComposeUI.Messaging.Server.csproj" />
<ProjectReference Include="..\..\Core\Abstractions\MorganStanley.ComposeUI.Tryouts.Core.Abstractions.csproj" />
<ProjectReference Include="..\..\Core\Services\ModulesService\MorganStanley.ComposeUI.Tryouts.Core.Services.ModulesService.csproj" />
<ProjectReference Include="..\..\Core\Utilities\MorganStanley.ComposeUI.Tryouts.Core.Utilities.csproj" />
<ProjectReference Include="..\..\Messaging\Client\MorganStanley.ComposeUI.Messaging.Client.csproj" />
<ProjectReference Include="..\..\Messaging\Server\MorganStanley.ComposeUI.Messaging.Server.csproj" />
<ProjectReference Include="..\..\Plugins\ApplicationPlugins\process explorer\backend\ModuleProcessMonitor\ModuleProcessMonitor.csproj" />
<ProjectReference Include="..\ProcessExplorerMessageRouterTopics\ProcessExplorerMessageRouterTopics.csproj" />
</ItemGroup>
Expand Down
Loading

0 comments on commit 145b100

Please sign in to comment.