Skip to content
Snippets Groups Projects
Commit 0bc054d2 authored by Tim Übelhör's avatar Tim Übelhör
Browse files

Fixed wrong references after solution cleanup.

parent 44492e99
Branches
Tags
No related merge requests found
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<Reference Include="System.XML" /> <Reference Include="System.XML" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\FmuDataSource\LocalMode.csproj"> <ProjectReference Include="..\LocalMode\LocalMode.csproj">
<Project>{bd7edbdf-7a21-43c5-88a2-008d22b1ba84}</Project> <Project>{bd7edbdf-7a21-43c5-88a2-008d22b1ba84}</Project>
<Name>LocalMode</Name> <Name>LocalMode</Name>
</ProjectReference> </ProjectReference>
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<Project>{237a2853-17d9-4f66-aed9-66313717ae77}</Project> <Project>{237a2853-17d9-4f66-aed9-66313717ae77}</Project>
<Name>UserControls</Name> <Name>UserControls</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\Remote\RemoteMode.csproj"> <ProjectReference Include="..\RemoteMode\RemoteMode.csproj">
<Project>{a9e8e0a9-b3ec-436c-b9b9-9a4c4169f544}</Project> <Project>{a9e8e0a9-b3ec-436c-b9b9-9a4c4169f544}</Project>
<Name>RemoteMode</Name> <Name>RemoteMode</Name>
</ProjectReference> </ProjectReference>
... ...
......
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<Project>{ec30c97a-2d84-42aa-9865-f3045eecc241}</Project> <Project>{ec30c97a-2d84-42aa-9865-f3045eecc241}</Project>
<Name>Files</Name> <Name>Files</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\FmuDataSource\LocalMode.csproj"> <ProjectReference Include="..\LocalMode\LocalMode.csproj">
<Project>{bd7edbdf-7a21-43c5-88a2-008d22b1ba84}</Project> <Project>{bd7edbdf-7a21-43c5-88a2-008d22b1ba84}</Project>
<Name>LocalMode</Name> <Name>LocalMode</Name>
</ProjectReference> </ProjectReference>
... ...
......
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
</EmbeddedResource> </EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\FmuDataSource\LocalMode.csproj"> <ProjectReference Include="..\LocalMode\LocalMode.csproj">
<Project>{bd7edbdf-7a21-43c5-88a2-008d22b1ba84}</Project> <Project>{bd7edbdf-7a21-43c5-88a2-008d22b1ba84}</Project>
<Name>LocalMode</Name> <Name>LocalMode</Name>
</ProjectReference> </ProjectReference>
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<Project>{237A2853-17D9-4F66-AED9-66313717AE77}</Project> <Project>{237A2853-17D9-4F66-AED9-66313717AE77}</Project>
<Name>UserControls</Name> <Name>UserControls</Name>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\Remote\RemoteMode.csproj"> <ProjectReference Include="..\RemoteMode\RemoteMode.csproj">
<Project>{a9e8e0a9-b3ec-436c-b9b9-9a4c4169f544}</Project> <Project>{a9e8e0a9-b3ec-436c-b9b9-9a4c4169f544}</Project>
<Name>RemoteMode</Name> <Name>RemoteMode</Name>
</ProjectReference> </ProjectReference>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment