Skip to content

Commit ffc65c9

Browse files
committed
Split dotnet solutions between authoring and MVP, both now load and run
1 parent 4acfbbc commit ffc65c9

File tree

9 files changed

+129
-353
lines changed

9 files changed

+129
-353
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.31911.260
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Files", ".Solution Files", "{196B5D43-B228-4632-9BC3-EAAF79B4EDA5}"
7+
ProjectSection(SolutionItems) = preProject
8+
..\nuget.config = ..\nuget.config
9+
..\Packages.props = ..\Packages.props
10+
EndProjectSection
11+
EndProject
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mvp.Environment.Platform", "Mvp.Environment.Platform\Mvp.Environment.Platform.csproj", "{89A72153-4995-4607-98B1-B8C75679926E}"
13+
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mvp.Project.MvpSite.Platform", "Mvp.Project.MvpSite.Platform\Mvp.Project.MvpSite.Platform.csproj", "{816F099C-E14B-4468-9E34-87F993C6484D}"
15+
EndProject
16+
Global
17+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18+
Debug|Any CPU = Debug|Any CPU
19+
Release|Any CPU = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22+
{89A72153-4995-4607-98B1-B8C75679926E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{89A72153-4995-4607-98B1-B8C75679926E}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{89A72153-4995-4607-98B1-B8C75679926E}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{89A72153-4995-4607-98B1-B8C75679926E}.Release|Any CPU.Build.0 = Release|Any CPU
26+
{816F099C-E14B-4468-9E34-87F993C6484D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{816F099C-E14B-4468-9E34-87F993C6484D}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{816F099C-E14B-4468-9E34-87F993C6484D}.Release|Any CPU.ActiveCfg = Release|Any CPU
29+
{816F099C-E14B-4468-9E34-87F993C6484D}.Release|Any CPU.Build.0 = Release|Any CPU
30+
EndGlobalSection
31+
GlobalSection(SolutionProperties) = preSolution
32+
HideSolutionNode = FALSE
33+
EndGlobalSection
34+
GlobalSection(ExtensibilityGlobals) = postSolution
35+
SolutionGuid = {7A7C4987-3A11-41A9-8915-5457EF7B5A6F}
36+
EndGlobalSection
37+
EndGlobal

authoring/platform/XmCloudIntroduction.sln

Lines changed: 0 additions & 172 deletions
This file was deleted.

headapps/MvpSite/Mvp.Feature.People.Rendering/Mvp.Feature.People.Rendering.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
<ItemGroup>
27-
<ProjectReference Include="..\..\..\Foundation\Configuration\rendering\Mvp.Foundation.Configuration.Rendering.csproj" />
27+
<ProjectReference Include="..\Mvp.Foundation.Configuration.Rendering\Mvp.Foundation.Configuration.Rendering.csproj" />
2828
</ItemGroup>
2929

3030
</Project>

headapps/MvpSite/Mvp.Project.MvpSite.Rendering/Mvp.Project.MvpSite.Rendering.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<ProjectReference Include="..\..\..\Feature\BasicContent\rendering\Mvp.Feature.BasicContent.Rendering.csproj" />
53-
<ProjectReference Include="..\..\..\Feature\Navigation\rendering\Mvp.Feature.Navigation.Rendering.csproj" />
54-
<ProjectReference Include="..\..\..\Feature\People\rendering\Mvp.Feature.People.Rendering.csproj" />
55-
<ProjectReference Include="..\..\..\Feature\Selections\rendering\Mvp.Feature.Selections.Rendering.csproj" />
56-
<ProjectReference Include="..\..\..\Feature\Social\rendering\Mvp.Feature.Social.Rendering.csproj" />
57-
<ProjectReference Include="..\..\..\Feature\User\rendering\Mvp.Feature.User.Rendering.csproj" />
58-
<ProjectReference Include="..\..\..\Foundation\Configuration\rendering\Mvp.Foundation.Configuration.Rendering.csproj" />
52+
<ProjectReference Include="..\Mvp.Feature.BasicContent.Rendering\Mvp.Feature.BasicContent.Rendering.csproj" />
53+
<ProjectReference Include="..\Mvp.Feature.Navigation.Rendering\Mvp.Feature.Navigation.Rendering.csproj" />
54+
<ProjectReference Include="..\Mvp.Feature.People.Rendering\Mvp.Feature.People.Rendering.csproj" />
55+
<ProjectReference Include="..\Mvp.Feature.Selections.Rendering\Mvp.Feature.Selections.Rendering.csproj" />
56+
<ProjectReference Include="..\Mvp.Feature.Social.Rendering\Mvp.Feature.Social.Rendering.csproj" />
57+
<ProjectReference Include="..\Mvp.Feature.User.Rendering\Mvp.Feature.User.Rendering.csproj" />
58+
<ProjectReference Include="..\Mvp.Foundation.Configuration.Rendering\Mvp.Foundation.Configuration.Rendering.csproj" />
5959
</ItemGroup>
6060

6161
</Project>
File renamed without changes.

0 commit comments

Comments
 (0)