Skip to content

Commit

Permalink
https://github.com/morganstanley/ComposeUI/issues/47
Browse files Browse the repository at this point in the history
rearranged the code to be in sync with the folder structure.
  • Loading branch information
polyanic committed Jul 27, 2022
1 parent 890cf70 commit fffa918
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See the License for the specific language governing permissions and limitations
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\src\Common\Core\MorganStanley.ComposeUI.Common.Abstractions\MorganStanley.ComposeUI.Common.Abstractions.csproj" />
<ProjectReference Include="..\..\..\src\Common\Core\MorganStanley.ComposeUI.Common.Abstractions\MorganStanley.ComposeUI.Common.Abstractions.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the License for the specific language governing permissions and limitations
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\src\Common\Core\MorganStanley.ComposeUI.Common.BasicModels\MorganStanley.ComposeUI.Common.BasicModels.csproj" />
<ProjectReference Include="..\..\..\src\Common\Core\MorganStanley.ComposeUI.Common.BasicModels\MorganStanley.ComposeUI.Common.BasicModels.csproj" />
<ProjectReference Include="..\MorganStanley.ComposeUI.Tryouts.Abstractions\MorganStanley.ComposeUI.Tryouts.Abstractions.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See the License for the specific language governing permissions and limitations
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\src\Common\Core\MorganStanley.ComposeUI.Common.Utilities\MorganStanley.ComposeUI.Common.Utilities.csproj" />
<ProjectReference Include="..\..\..\src\Common\Core\MorganStanley.ComposeUI.Common.Utilities\MorganStanley.ComposeUI.Common.Utilities.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Core\MorganStanley.ComposeUI.Tryouts.Abstractions\MorganStanley.ComposeUI.Tryouts.Abstractions.csproj" />
<ProjectReference Include="..\..\src\Core\MorganStanley.ComposeUI.Tryouts.BasicModels\MorganStanley.ComposeUI.Tryouts.BasicModels.csproj" />
<ProjectReference Include="..\..\src\Core\MorganStanley.ComposeUI.Tryouts.Utilities\MorganStanley.ComposeUI.Tryouts.Utilities.csproj" />
<ProjectReference Include="..\..\src\Plugins\Services\MorganStanley.ComposeUI.Plugins.TimeService\MorganStanley.ComposeUI.Plugins.TimeService.csproj" />
<ProjectReference Include="..\..\src\Plugins\ViewViewModelPlugins\TimeViewModel\MorganStanley.ComposeUI.Plugins.TimeViewModel.csproj" />
<ProjectReference Include="..\..\src\Visuals\Avalonia\MorganStanley.ComposeUI.Tryouts.VisualUtils\MorganStanley.ComposeUI.Tryouts.Avalonia.VisualUtils.csproj" />
<ProjectReference Include="..\..\Core\MorganStanley.ComposeUI.Tryouts.Abstractions\MorganStanley.ComposeUI.Tryouts.Abstractions.csproj" />
<ProjectReference Include="..\..\Core\MorganStanley.ComposeUI.Tryouts.BasicModels\MorganStanley.ComposeUI.Tryouts.BasicModels.csproj" />
<ProjectReference Include="..\..\Core\MorganStanley.ComposeUI.Tryouts.Utilities\MorganStanley.ComposeUI.Tryouts.Utilities.csproj" />
<ProjectReference Include="..\..\Plugins\Services\MorganStanley.ComposeUI.Plugins.TimeService\MorganStanley.ComposeUI.Plugins.TimeService.csproj" />
<ProjectReference Include="..\..\Plugins\ViewViewModelPlugins\TimeViewModel\MorganStanley.ComposeUI.Plugins.TimeViewModel.csproj" />
<ProjectReference Include="..\..\Visuals\Avalonia\MorganStanley.ComposeUI.Tryouts.VisualUtils\MorganStanley.ComposeUI.Tryouts.Avalonia.VisualUtils.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Com
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tryouts", "Tryouts", "{2D94959E-539E-43A8-B50D-435D969059FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.BasicModels", "..\..\src\Core\MorganStanley.ComposeUI.Tryouts.BasicModels\MorganStanley.ComposeUI.Tryouts.BasicModels.csproj", "{D25CF673-216B-450C-840A-039ECF088CB7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.BasicModels", "..\..\Core\MorganStanley.ComposeUI.Tryouts.BasicModels\MorganStanley.ComposeUI.Tryouts.BasicModels.csproj", "{D25CF673-216B-450C-840A-039ECF088CB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.Utilities", "..\..\src\Core\MorganStanley.ComposeUI.Tryouts.Utilities\MorganStanley.ComposeUI.Tryouts.Utilities.csproj", "{E2CC1CB0-7895-4A50-B62A-20F313A4C3B0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.Utilities", "..\..\Core\MorganStanley.ComposeUI.Tryouts.Utilities\MorganStanley.ComposeUI.Tryouts.Utilities.csproj", "{E2CC1CB0-7895-4A50-B62A-20F313A4C3B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.Avalonia.VisualUtils", "..\..\src\Visuals\Avalonia\MorganStanley.ComposeUI.Tryouts.VisualUtils\MorganStanley.ComposeUI.Tryouts.Avalonia.VisualUtils.csproj", "{AE26BC29-2929-4A96-9789-1039D7806D98}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.Avalonia.VisualUtils", "..\..\Visuals\Avalonia\MorganStanley.ComposeUI.Tryouts.VisualUtils\MorganStanley.ComposeUI.Tryouts.Avalonia.VisualUtils.csproj", "{AE26BC29-2929-4A96-9789-1039D7806D98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{B530EC0C-92A5-445F-8938-DBCD083DCF19}"
EndProject
Expand All @@ -27,9 +27,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{D1
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ViewViewModelPlugins", "ViewViewModelPlugins", "{E83B541E-8621-47EA-8227-A36A196A66E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Plugins.TimeService", "..\..\src\Plugins\Services\MorganStanley.ComposeUI.Plugins.TimeService\MorganStanley.ComposeUI.Plugins.TimeService.csproj", "{16A74606-712A-4A58-BF68-D6A0DE20BD95}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Plugins.TimeService", "..\..\Plugins\Services\MorganStanley.ComposeUI.Plugins.TimeService\MorganStanley.ComposeUI.Plugins.TimeService.csproj", "{16A74606-712A-4A58-BF68-D6A0DE20BD95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Plugins.TimeViewModel", "..\..\src\Plugins\ViewViewModelPlugins\TimeViewModel\MorganStanley.ComposeUI.Plugins.TimeViewModel.csproj", "{C0AA9B1E-9C4B-4AB9-9A75-F7AC090A72F9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Plugins.TimeViewModel", "..\..\Plugins\ViewViewModelPlugins\TimeViewModel\MorganStanley.ComposeUI.Plugins.TimeViewModel.csproj", "{C0AA9B1E-9C4B-4AB9-9A75-F7AC090A72F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{31FA62FA-1FB2-4D41-9D2F-EC3115B0FA26}"
EndProject
Expand All @@ -51,7 +51,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "javascript-binding", "javas
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Common.Abstractions", "..\..\..\src\Common\Core\MorganStanley.ComposeUI.Common.Abstractions\MorganStanley.ComposeUI.Common.Abstractions.csproj", "{0F96C6B6-1D8B-4B93-92E4-DF52314CAEEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.Abstractions", "..\..\src\Core\MorganStanley.ComposeUI.Tryouts.Abstractions\MorganStanley.ComposeUI.Tryouts.Abstractions.csproj", "{2CD78E0B-F6E3-4A47-8D22-DDA7A33703AB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MorganStanley.ComposeUI.Tryouts.Abstractions", "..\..\Core\MorganStanley.ComposeUI.Tryouts.Abstractions\MorganStanley.ComposeUI.Tryouts.Abstractions.csproj", "{2CD78E0B-F6E3-4A47-8D22-DDA7A33703AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See the License for the specific language governing permissions and limitations
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\..\src\Common\Visuals\Avalonia\MorganStanley.ComposeUI.Common.VisualUtils\MorganStanley.ComposeUI.Avalonia.VisualUtils.csproj" />
<ProjectReference Include="..\..\..\..\src\Common\Visuals\Avalonia\MorganStanley.ComposeUI.Common.VisualUtils\MorganStanley.ComposeUI.Avalonia.VisualUtils.csproj" />
<ProjectReference Include="..\..\..\Core\MorganStanley.ComposeUI.Tryouts.Utilities\MorganStanley.ComposeUI.Tryouts.Utilities.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ See the License for the specific language governing permissions and limitations
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Core\MorganStanley.ComposeUI.Common.Interfaces\MorganStanley.ComposeUI.Common.Abstractions.csproj" />
<ProjectReference Include="..\..\..\Core\MorganStanley.ComposeUI.Common.Utilities\MorganStanley.ComposeUI.Common.Utilities.csproj" />
</ItemGroup>

Expand Down
File renamed without changes.

0 comments on commit fffa918

Please sign in to comment.