diff --git a/Samples/WindowsFormsEditor/WindowsFormsEditor_WindowsMetro.csproj b/Samples/WindowsFormsEditor/WindowsFormsEditor_WindowsMetro.csproj index 5f1bbcfd..b2cf9dbd 100644 --- a/Samples/WindowsFormsEditor/WindowsFormsEditor_WindowsMetro.csproj +++ b/Samples/WindowsFormsEditor/WindowsFormsEditor_WindowsMetro.csproj @@ -40,7 +40,9 @@ - + + Form + Form1.cs diff --git a/Samples/WindowsGame/WindowsGame_WindowsMetro.csproj b/Samples/WindowsGame/WindowsGame_WindowsMetro.csproj index 819f8e2f..c46c0211 100644 --- a/Samples/WindowsGame/WindowsGame_WindowsMetro.csproj +++ b/Samples/WindowsGame/WindowsGame_WindowsMetro.csproj @@ -67,7 +67,9 @@ - + + Form + AddInSelector.cs diff --git a/Tools/ProjectConverter/Platforms/Metro/MetroAssets.cs b/Tools/ProjectConverter/Platforms/Metro/MetroAssets.cs index 074e5b9e..b9a43048 100644 --- a/Tools/ProjectConverter/Platforms/Metro/MetroAssets.cs +++ b/Tools/ProjectConverter/Platforms/Metro/MetroAssets.cs @@ -31,7 +31,7 @@ namespace ProjectConverter.Platforms.Metro } XName contentNodeName = XName.Get("Content", itemGroup.Name.NamespaceName); - string anxAssetsPath = "../../media/MetroDefaultAssets"; + string anxAssetsPath = "../media/MetroDefaultAssets"; foreach (string assetFilepath in Directory.GetFiles(anxAssetsPath)) { string filename = Path.GetFileName(assetFilepath); diff --git a/build/ANX.Framework.build b/build/ANX.Framework.build index 01c72e14..d4b25d5a 100644 --- a/build/ANX.Framework.build +++ b/build/ANX.Framework.build @@ -1,4 +1,4 @@ - + @@ -650,8 +650,10 @@ - - + +