mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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.g.cpp"
|
||||
#include "ImmersiveView.h"
|
||||
#include "OpenGLES.h"
|
||||
|
||||
using namespace winrt::Windows::UI::Xaml;
|
||||
using namespace winrt::Windows::UI::Core;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "BrowserPage.g.h"
|
||||
#include "ImmersiveView.h"
|
||||
#include "ServoControl.h"
|
||||
#include "ServoControl\ServoControl.h"
|
||||
|
||||
|
||||
namespace winrt::ServoApp::implementation {
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "OpenGLES.h"
|
||||
#include "Common/DeviceResources.h"
|
||||
#include "ImmersiveMain.h"
|
||||
|
||||
|
|
|
@ -151,7 +151,6 @@
|
|||
<ClInclude Include="ImmersiveMain.h" />
|
||||
<ClInclude Include="ImmersiveView.h" />
|
||||
<ClInclude Include="logs.h" />
|
||||
<ClInclude Include="OpenGLES.h" />
|
||||
<ClInclude Include="pch.h" />
|
||||
<ClInclude Include="App.h">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
|
@ -159,8 +158,9 @@
|
|||
<ClInclude Include="BrowserPage.h">
|
||||
<DependentUpon>BrowserPage.xaml</DependentUpon>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Servo.h" />
|
||||
<ClInclude Include="ServoControl.h" />
|
||||
<ClInclude Include="ServoControl\OpenGLES.h" />
|
||||
<ClInclude Include="ServoControl\Servo.h" />
|
||||
<ClInclude Include="ServoControl\ServoControl.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml">
|
||||
|
@ -298,7 +298,6 @@
|
|||
<ClCompile Include="Content\SpinningCubeRenderer.cpp" />
|
||||
<ClCompile Include="ImmersiveMain.cpp" />
|
||||
<ClCompile Include="ImmersiveView.cpp" />
|
||||
<ClCompile Include="OpenGLES.cpp" />
|
||||
<ClCompile Include="pch.cpp">
|
||||
<PrecompiledHeader>Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
|
@ -310,8 +309,9 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
|
||||
<ClCompile Include="logs.cpp" />
|
||||
<ClCompile Include="Servo.cpp" />
|
||||
<ClCompile Include="ServoControl.cpp" />
|
||||
<ClCompile Include="ServoControl\OpenGLES.cpp" />
|
||||
<ClCompile Include="ServoControl\Servo.cpp" />
|
||||
<ClCompile Include="ServoControl\ServoControl.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Midl Include="App.idl">
|
||||
|
@ -320,7 +320,7 @@
|
|||
<Midl Include="BrowserPage.idl">
|
||||
<DependentUpon>BrowserPage.xaml</DependentUpon>
|
||||
</Midl>
|
||||
<Midl Include="ServoControl.idl" />
|
||||
<Midl Include="ServoControl\ServoControl.idl" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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\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>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<ItemGroup>
|
||||
<Midl Include="BrowserPage.idl" />
|
||||
<Midl Include="App.idl" />
|
||||
<Midl Include="ServoControl.idl">
|
||||
<Midl Include="ServoControl\ServoControl.idl">
|
||||
<Filter>ServoControl</Filter>
|
||||
</Midl>
|
||||
</ItemGroup>
|
||||
|
@ -27,13 +27,13 @@
|
|||
<Filter>Content</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ImmersiveMain.cpp" />
|
||||
<ClCompile Include="ServoControl.cpp">
|
||||
<ClCompile Include="ServoControl\OpenGLES.cpp">
|
||||
<Filter>ServoControl</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Servo.cpp">
|
||||
<ClCompile Include="ServoControl\Servo.cpp">
|
||||
<Filter>ServoControl</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="OpenGLES.cpp">
|
||||
<ClCompile Include="ServoControl\ServoControl.cpp">
|
||||
<Filter>ServoControl</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
|
@ -65,13 +65,13 @@
|
|||
<Filter>Content</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="ImmersiveMain.h" />
|
||||
<ClInclude Include="ServoControl.h">
|
||||
<ClInclude Include="ServoControl\OpenGLES.h">
|
||||
<Filter>ServoControl</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Servo.h">
|
||||
<ClInclude Include="ServoControl\Servo.h">
|
||||
<Filter>ServoControl</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="OpenGLES.h">
|
||||
<ClInclude Include="ServoControl\ServoControl.h">
|
||||
<Filter>ServoControl</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
|
@ -238,4 +238,4 @@
|
|||
<ItemGroup>
|
||||
<ApplicationDefinition Include="App.xaml" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue