mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
move control to its own directory
This commit is contained in:
parent
663ec48e00
commit
92f57b66d1
12 changed files with 17 additions and 19 deletions
|
@ -7,7 +7,6 @@
|
||||||
#include "BrowserPage.h"
|
#include "BrowserPage.h"
|
||||||
#include "BrowserPage.g.cpp"
|
#include "BrowserPage.g.cpp"
|
||||||
#include "ImmersiveView.h"
|
#include "ImmersiveView.h"
|
||||||
#include "OpenGLES.h"
|
|
||||||
|
|
||||||
using namespace winrt::Windows::UI::Xaml;
|
using namespace winrt::Windows::UI::Xaml;
|
||||||
using namespace winrt::Windows::UI::Core;
|
using namespace winrt::Windows::UI::Core;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#include "BrowserPage.g.h"
|
#include "BrowserPage.g.h"
|
||||||
#include "ImmersiveView.h"
|
#include "ImmersiveView.h"
|
||||||
#include "ServoControl.h"
|
#include "ServoControl\ServoControl.h"
|
||||||
|
|
||||||
|
|
||||||
namespace winrt::ServoApp::implementation {
|
namespace winrt::ServoApp::implementation {
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "OpenGLES.h"
|
|
||||||
#include "Common/DeviceResources.h"
|
#include "Common/DeviceResources.h"
|
||||||
#include "ImmersiveMain.h"
|
#include "ImmersiveMain.h"
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,6 @@
|
||||||
<ClInclude Include="ImmersiveMain.h" />
|
<ClInclude Include="ImmersiveMain.h" />
|
||||||
<ClInclude Include="ImmersiveView.h" />
|
<ClInclude Include="ImmersiveView.h" />
|
||||||
<ClInclude Include="logs.h" />
|
<ClInclude Include="logs.h" />
|
||||||
<ClInclude Include="OpenGLES.h" />
|
|
||||||
<ClInclude Include="pch.h" />
|
<ClInclude Include="pch.h" />
|
||||||
<ClInclude Include="App.h">
|
<ClInclude Include="App.h">
|
||||||
<DependentUpon>App.xaml</DependentUpon>
|
<DependentUpon>App.xaml</DependentUpon>
|
||||||
|
@ -159,8 +158,9 @@
|
||||||
<ClInclude Include="BrowserPage.h">
|
<ClInclude Include="BrowserPage.h">
|
||||||
<DependentUpon>BrowserPage.xaml</DependentUpon>
|
<DependentUpon>BrowserPage.xaml</DependentUpon>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="Servo.h" />
|
<ClInclude Include="ServoControl\OpenGLES.h" />
|
||||||
<ClInclude Include="ServoControl.h" />
|
<ClInclude Include="ServoControl\Servo.h" />
|
||||||
|
<ClInclude Include="ServoControl\ServoControl.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ApplicationDefinition Include="App.xaml">
|
<ApplicationDefinition Include="App.xaml">
|
||||||
|
@ -298,7 +298,6 @@
|
||||||
<ClCompile Include="Content\SpinningCubeRenderer.cpp" />
|
<ClCompile Include="Content\SpinningCubeRenderer.cpp" />
|
||||||
<ClCompile Include="ImmersiveMain.cpp" />
|
<ClCompile Include="ImmersiveMain.cpp" />
|
||||||
<ClCompile Include="ImmersiveView.cpp" />
|
<ClCompile Include="ImmersiveView.cpp" />
|
||||||
<ClCompile Include="OpenGLES.cpp" />
|
|
||||||
<ClCompile Include="pch.cpp">
|
<ClCompile Include="pch.cpp">
|
||||||
<PrecompiledHeader>Create</PrecompiledHeader>
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -310,8 +309,9 @@
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
|
<ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
|
||||||
<ClCompile Include="logs.cpp" />
|
<ClCompile Include="logs.cpp" />
|
||||||
<ClCompile Include="Servo.cpp" />
|
<ClCompile Include="ServoControl\OpenGLES.cpp" />
|
||||||
<ClCompile Include="ServoControl.cpp" />
|
<ClCompile Include="ServoControl\Servo.cpp" />
|
||||||
|
<ClCompile Include="ServoControl\ServoControl.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Midl Include="App.idl">
|
<Midl Include="App.idl">
|
||||||
|
@ -320,7 +320,7 @@
|
||||||
<Midl Include="BrowserPage.idl">
|
<Midl Include="BrowserPage.idl">
|
||||||
<DependentUpon>BrowserPage.xaml</DependentUpon>
|
<DependentUpon>BrowserPage.xaml</DependentUpon>
|
||||||
</Midl>
|
</Midl>
|
||||||
<Midl Include="ServoControl.idl" />
|
<Midl Include="ServoControl\ServoControl.idl" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
|
@ -358,4 +358,4 @@
|
||||||
<Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.targets'))" />
|
<Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.targets'))" />
|
||||||
<Error Condition="!Exists('..\packages\ANGLE.WindowsStore.Servo.2.1.13\build\native\ANGLE.WindowsStore.Servo.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ANGLE.WindowsStore.Servo.2.1.13\build\native\ANGLE.WindowsStore.Servo.targets'))" />
|
<Error Condition="!Exists('..\packages\ANGLE.WindowsStore.Servo.2.1.13\build\native\ANGLE.WindowsStore.Servo.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ANGLE.WindowsStore.Servo.2.1.13\build\native\ANGLE.WindowsStore.Servo.targets'))" />
|
||||||
</Target>
|
</Target>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Midl Include="BrowserPage.idl" />
|
<Midl Include="BrowserPage.idl" />
|
||||||
<Midl Include="App.idl" />
|
<Midl Include="App.idl" />
|
||||||
<Midl Include="ServoControl.idl">
|
<Midl Include="ServoControl\ServoControl.idl">
|
||||||
<Filter>ServoControl</Filter>
|
<Filter>ServoControl</Filter>
|
||||||
</Midl>
|
</Midl>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -27,13 +27,13 @@
|
||||||
<Filter>Content</Filter>
|
<Filter>Content</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="ImmersiveMain.cpp" />
|
<ClCompile Include="ImmersiveMain.cpp" />
|
||||||
<ClCompile Include="ServoControl.cpp">
|
<ClCompile Include="ServoControl\OpenGLES.cpp">
|
||||||
<Filter>ServoControl</Filter>
|
<Filter>ServoControl</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="Servo.cpp">
|
<ClCompile Include="ServoControl\Servo.cpp">
|
||||||
<Filter>ServoControl</Filter>
|
<Filter>ServoControl</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="OpenGLES.cpp">
|
<ClCompile Include="ServoControl\ServoControl.cpp">
|
||||||
<Filter>ServoControl</Filter>
|
<Filter>ServoControl</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -65,13 +65,13 @@
|
||||||
<Filter>Content</Filter>
|
<Filter>Content</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="ImmersiveMain.h" />
|
<ClInclude Include="ImmersiveMain.h" />
|
||||||
<ClInclude Include="ServoControl.h">
|
<ClInclude Include="ServoControl\OpenGLES.h">
|
||||||
<Filter>ServoControl</Filter>
|
<Filter>ServoControl</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="Servo.h">
|
<ClInclude Include="ServoControl\Servo.h">
|
||||||
<Filter>ServoControl</Filter>
|
<Filter>ServoControl</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="OpenGLES.h">
|
<ClInclude Include="ServoControl\ServoControl.h">
|
||||||
<Filter>ServoControl</Filter>
|
<Filter>ServoControl</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -238,4 +238,4 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ApplicationDefinition Include="App.xaml" />
|
<ApplicationDefinition Include="App.xaml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue