From bf97e6ba69fd19abf454c865331fac25d0567546 Mon Sep 17 00:00:00 2001 From: "SND\\AstrorEnales_cp" Date: Sun, 12 Aug 2012 21:43:28 +0000 Subject: [PATCH] Updated Metro Converter and fixed a missing project reference --- ...mework.ContentPipeline_WindowsMetro.csproj | 2 - ...X.Framework.TestCenter_WindowsMetro.csproj | 2 - .../ANX.Framework_WindowsMetro.csproj | 2 - ...NX.InputDevices.OpenTK_WindowsMetro.csproj | 2 - .../ANX.InputDevices.Test_WindowsMetro.csproj | 2 - ...Devices.Windows.Kinect_WindowsMetro.csproj | 2 - ...Devices.Windows.XInput_WindowsMetro.csproj | 2 - ....InputSystem.Recording_WindowsMetro.csproj | 2 - ...X.InputSystem.Standard_WindowsMetro.csproj | 2 - ...aSystem.Windows.OpenAL_WindowsMetro.csproj | 2 - ...X.PlatformSystem.Linux_WindowsMetro.csproj | 2 - ...X.PlatformSystem.Metro_WindowsMetro.csproj | 2 - ....PlatformSystem.PsVita_WindowsMetro.csproj | 2 - ...PlatformSystem.Windows_WindowsMetro.csproj | 2 - ...derSystem.Windows.DX10_WindowsMetro.csproj | 2 - ...nderSystem.Windows.GL3_WindowsMetro.csproj | 2 - ...NX.RenderSystem.PsVita_WindowsMetro.csproj | 2 - ...derSystem.Windows.DX11_WindowsMetro.csproj | 2 - .../ANX.RenderSystem.Windows.Metro.csproj | 4 ++ ...NX.RenderSystem.Windows.Metro_Linux.csproj | 4 ++ ...X.RenderSystem.Windows.Metro_PSVita.csproj | 4 ++ ...erSystem.Windows.Metro_WindowsMetro.csproj | 6 +- .../KeyboardSample_WindowsMetro.csproj | 28 ++------ Samples/Kinect/Kinect_WindowsMetro.csproj | 28 ++------ .../ModelSample_WindowsMetro.csproj | 28 ++------ .../MultiRenderTarget_WindowsMetro.csproj | 28 ++------ .../Primitives/Primitives_WindowsMetro.csproj | 28 ++------ .../RecordingSample_WindowsMetro.csproj | 28 ++------ .../RenderTarget_WindowsMetro.csproj | 28 ++------ .../SimpleSprite_WindowsMetro.csproj | 27 ++------ .../StencilBuffer_WindowsMetro.csproj | 28 ++------ .../TextRendering_WindowsMetro.csproj | 28 ++------ .../VertexIndexBuffer_WindowsMetro.csproj | 28 ++------ .../WindowsFormsEditor_WindowsMetro.csproj | 7 +- .../WindowsGame_WindowsMetro.csproj | 28 ++------ .../WpfEditor/WpfEditor_WindowsMetro.csproj | 7 +- Samples/Xinput/Xinput_WindowsMetro.csproj | 7 +- ...ANX.SoundSystem.OpenAL_WindowsMetro.csproj | 2 - ...dSystem.Windows.XAudio_WindowsMetro.csproj | 2 - .../ANXStatusComparer_WindowsMetro.csproj | 7 +- .../Platforms/MetroConverter.cs | 69 +++++++++++++++++-- .../ProjectConverter_WindowsMetro.csproj | 7 +- ...ockShaderCodeGenerator_WindowsMetro.csproj | 7 +- 43 files changed, 171 insertions(+), 333 deletions(-) diff --git a/ANX.Framework.ContentPipeline/ANX.Framework.ContentPipeline_WindowsMetro.csproj b/ANX.Framework.ContentPipeline/ANX.Framework.ContentPipeline_WindowsMetro.csproj index 585d29df..904e504d 100644 --- a/ANX.Framework.ContentPipeline/ANX.Framework.ContentPipeline_WindowsMetro.csproj +++ b/ANX.Framework.ContentPipeline/ANX.Framework.ContentPipeline_WindowsMetro.csproj @@ -8,9 +8,7 @@ Properties ANX.Framework.ContentPipeline ANX.Framework.ContentPipeline - 4.5 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/ANX.Framework.TestCenter/ANX.Framework.TestCenter_WindowsMetro.csproj b/ANX.Framework.TestCenter/ANX.Framework.TestCenter_WindowsMetro.csproj index c4b40ad6..0874825a 100644 --- a/ANX.Framework.TestCenter/ANX.Framework.TestCenter_WindowsMetro.csproj +++ b/ANX.Framework.TestCenter/ANX.Framework.TestCenter_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.Framework.TestCenter ANX.Framework.TestCenter - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/ANX.Framework/ANX.Framework_WindowsMetro.csproj b/ANX.Framework/ANX.Framework_WindowsMetro.csproj index 0af79ee9..afd765d9 100644 --- a/ANX.Framework/ANX.Framework_WindowsMetro.csproj +++ b/ANX.Framework/ANX.Framework_WindowsMetro.csproj @@ -31,8 +31,6 @@ ANX.Framework ANX.Framework {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4.5 - 8.0 diff --git a/InputSystems/ANX.InputDevices.OpenTK/ANX.InputDevices.OpenTK_WindowsMetro.csproj b/InputSystems/ANX.InputDevices.OpenTK/ANX.InputDevices.OpenTK_WindowsMetro.csproj index e6e21233..698a640d 100644 --- a/InputSystems/ANX.InputDevices.OpenTK/ANX.InputDevices.OpenTK_WindowsMetro.csproj +++ b/InputSystems/ANX.InputDevices.OpenTK/ANX.InputDevices.OpenTK_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.InputDevices.OpenTK ANX.InputDevices.OpenTK - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/InputSystems/ANX.InputDevices.Test/ANX.InputDevices.Test_WindowsMetro.csproj b/InputSystems/ANX.InputDevices.Test/ANX.InputDevices.Test_WindowsMetro.csproj index 2d0d728f..03260802 100644 --- a/InputSystems/ANX.InputDevices.Test/ANX.InputDevices.Test_WindowsMetro.csproj +++ b/InputSystems/ANX.InputDevices.Test/ANX.InputDevices.Test_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.InputDevices.Test ANX.InputDevices.Test - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/InputSystems/ANX.InputDevices.Windows.Kinect/ANX.InputDevices.Windows.Kinect_WindowsMetro.csproj b/InputSystems/ANX.InputDevices.Windows.Kinect/ANX.InputDevices.Windows.Kinect_WindowsMetro.csproj index 6e30ad4f..64e9bc43 100644 --- a/InputSystems/ANX.InputDevices.Windows.Kinect/ANX.InputDevices.Windows.Kinect_WindowsMetro.csproj +++ b/InputSystems/ANX.InputDevices.Windows.Kinect/ANX.InputDevices.Windows.Kinect_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.InputDevices.Windows.Kinect ANX.InputDevices.Windows.Kinect - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 x86 diff --git a/InputSystems/ANX.InputDevices.Windows.XInput/ANX.InputDevices.Windows.XInput_WindowsMetro.csproj b/InputSystems/ANX.InputDevices.Windows.XInput/ANX.InputDevices.Windows.XInput_WindowsMetro.csproj index 2d46f159..da687e26 100644 --- a/InputSystems/ANX.InputDevices.Windows.XInput/ANX.InputDevices.Windows.XInput_WindowsMetro.csproj +++ b/InputSystems/ANX.InputDevices.Windows.XInput/ANX.InputDevices.Windows.XInput_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.InputDevices.Windows.XInput ANX.InputDevices.Windows.XInput - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/InputSystems/ANX.InputSystem.Recording/ANX.InputSystem.Recording_WindowsMetro.csproj b/InputSystems/ANX.InputSystem.Recording/ANX.InputSystem.Recording_WindowsMetro.csproj index 6f7fd536..685dac50 100644 --- a/InputSystems/ANX.InputSystem.Recording/ANX.InputSystem.Recording_WindowsMetro.csproj +++ b/InputSystems/ANX.InputSystem.Recording/ANX.InputSystem.Recording_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.InputSystem.Recording ANX.InputSystem.Recording - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/InputSystems/ANX.InputSystem.Standard/ANX.InputSystem.Standard_WindowsMetro.csproj b/InputSystems/ANX.InputSystem.Standard/ANX.InputSystem.Standard_WindowsMetro.csproj index 7005f688..f0ed091b 100644 --- a/InputSystems/ANX.InputSystem.Standard/ANX.InputSystem.Standard_WindowsMetro.csproj +++ b/InputSystems/ANX.InputSystem.Standard/ANX.InputSystem.Standard_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.InputSystem.Standard ANX.InputSystem.Standard - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/MediaSystems/ANX.MediaSystem.Windows.OpenAL/ANX.MediaSystem.Windows.OpenAL_WindowsMetro.csproj b/MediaSystems/ANX.MediaSystem.Windows.OpenAL/ANX.MediaSystem.Windows.OpenAL_WindowsMetro.csproj index 171d3dc7..0f08228a 100644 --- a/MediaSystems/ANX.MediaSystem.Windows.OpenAL/ANX.MediaSystem.Windows.OpenAL_WindowsMetro.csproj +++ b/MediaSystems/ANX.MediaSystem.Windows.OpenAL/ANX.MediaSystem.Windows.OpenAL_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.MediaSystem.Windows.OpenAL ANX.MediaSystem.Windows.OpenAL - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/PlatformSystems/ANX.PlatformSystem.Linux/ANX.PlatformSystem.Linux_WindowsMetro.csproj b/PlatformSystems/ANX.PlatformSystem.Linux/ANX.PlatformSystem.Linux_WindowsMetro.csproj index f75095a4..11f2ac6c 100644 --- a/PlatformSystems/ANX.PlatformSystem.Linux/ANX.PlatformSystem.Linux_WindowsMetro.csproj +++ b/PlatformSystems/ANX.PlatformSystem.Linux/ANX.PlatformSystem.Linux_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.PlatformSystem.Linux ANX.PlatformSystem.Linux - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/PlatformSystems/ANX.PlatformSystem.Metro/ANX.PlatformSystem.Metro_WindowsMetro.csproj b/PlatformSystems/ANX.PlatformSystem.Metro/ANX.PlatformSystem.Metro_WindowsMetro.csproj index 59e39dbd..e6415766 100644 --- a/PlatformSystems/ANX.PlatformSystem.Metro/ANX.PlatformSystem.Metro_WindowsMetro.csproj +++ b/PlatformSystems/ANX.PlatformSystem.Metro/ANX.PlatformSystem.Metro_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.PlatformSystem.Metro ANX.PlatformSystem.Metro - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/PlatformSystems/ANX.PlatformSystem.PsVita/ANX.PlatformSystem.PsVita_WindowsMetro.csproj b/PlatformSystems/ANX.PlatformSystem.PsVita/ANX.PlatformSystem.PsVita_WindowsMetro.csproj index d50e1bb3..3295e560 100644 --- a/PlatformSystems/ANX.PlatformSystem.PsVita/ANX.PlatformSystem.PsVita_WindowsMetro.csproj +++ b/PlatformSystems/ANX.PlatformSystem.PsVita/ANX.PlatformSystem.PsVita_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.PlatformSystem.PsVita ANX.PlatformSystem.PsVita - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/PlatformSystems/ANX.PlatformSystem.Windows/ANX.PlatformSystem.Windows_WindowsMetro.csproj b/PlatformSystems/ANX.PlatformSystem.Windows/ANX.PlatformSystem.Windows_WindowsMetro.csproj index 7e13d961..6219918f 100644 --- a/PlatformSystems/ANX.PlatformSystem.Windows/ANX.PlatformSystem.Windows_WindowsMetro.csproj +++ b/PlatformSystems/ANX.PlatformSystem.Windows/ANX.PlatformSystem.Windows_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.PlatformSystem.Windows ANX.PlatformSystem.Windows - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/RenderSystems/ANX.Framework.Windows.DX10/ANX.RenderSystem.Windows.DX10_WindowsMetro.csproj b/RenderSystems/ANX.Framework.Windows.DX10/ANX.RenderSystem.Windows.DX10_WindowsMetro.csproj index ac4fc21e..6b741452 100644 --- a/RenderSystems/ANX.Framework.Windows.DX10/ANX.RenderSystem.Windows.DX10_WindowsMetro.csproj +++ b/RenderSystems/ANX.Framework.Windows.DX10/ANX.RenderSystem.Windows.DX10_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.RenderSystem.Windows.DX10 ANX.RenderSystem.Windows.DX10 - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/RenderSystems/ANX.Framework.Windows.GL3/ANX.RenderSystem.Windows.GL3_WindowsMetro.csproj b/RenderSystems/ANX.Framework.Windows.GL3/ANX.RenderSystem.Windows.GL3_WindowsMetro.csproj index b2b452dd..b739c7f7 100644 --- a/RenderSystems/ANX.Framework.Windows.GL3/ANX.RenderSystem.Windows.GL3_WindowsMetro.csproj +++ b/RenderSystems/ANX.Framework.Windows.GL3/ANX.RenderSystem.Windows.GL3_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.RenderSystem.Windows.GL3 ANX.RenderSystem.Windows.GL3 - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/RenderSystems/ANX.RenderSystem.PsVita/ANX.RenderSystem.PsVita_WindowsMetro.csproj b/RenderSystems/ANX.RenderSystem.PsVita/ANX.RenderSystem.PsVita_WindowsMetro.csproj index 1924eabf..30a73117 100644 --- a/RenderSystems/ANX.RenderSystem.PsVita/ANX.RenderSystem.PsVita_WindowsMetro.csproj +++ b/RenderSystems/ANX.RenderSystem.PsVita/ANX.RenderSystem.PsVita_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.RenderSystem.PsVita ANX.RenderSystem.PsVita - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 true diff --git a/RenderSystems/ANX.RenderSystem.Windows.DX11/ANX.RenderSystem.Windows.DX11_WindowsMetro.csproj b/RenderSystems/ANX.RenderSystem.Windows.DX11/ANX.RenderSystem.Windows.DX11_WindowsMetro.csproj index 7a79265d..3c51a8da 100644 --- a/RenderSystems/ANX.RenderSystem.Windows.DX11/ANX.RenderSystem.Windows.DX11_WindowsMetro.csproj +++ b/RenderSystems/ANX.RenderSystem.Windows.DX11/ANX.RenderSystem.Windows.DX11_WindowsMetro.csproj @@ -10,10 +10,8 @@ Properties ANX.RenderSystem.Windows.DX11 ANX.RenderSystem.Windows.DX11 - 4.5 512 {BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 8.0 x86 diff --git a/RenderSystems/ANX.RenderSystem.Windows.Metro/ANX.RenderSystem.Windows.Metro.csproj b/RenderSystems/ANX.RenderSystem.Windows.Metro/ANX.RenderSystem.Windows.Metro.csproj index 46359f2d..c655d363 100644 --- a/RenderSystems/ANX.RenderSystem.Windows.Metro/ANX.RenderSystem.Windows.Metro.csproj +++ b/RenderSystems/ANX.RenderSystem.Windows.Metro/ANX.RenderSystem.Windows.Metro.csproj @@ -83,6 +83,10 @@ {6899F0C9-70B9-4EB0-9DD3-E598D4BE3E35} ANX.Framework + + {04F6041E-475E-4B2A-A889-6A33EABD718B} + ANX.PlatformSystem.Metro +