Browse Source

seperate Artifacts

Nick Kastellanos 2 years ago
parent
commit
3b498c2bca
48 changed files with 110 additions and 110 deletions
  1. 2 2
      Animation/Aether.Animation.NET4.DX.csproj
  2. 2 2
      Animation/Aether.Animation.NET4.XNA.csproj
  3. 2 2
      Animation/Aether.Animation.NET4.csproj
  4. 2 2
      Animation/Aether.Animation.PORTABLE.csproj
  5. 8 8
      Animation/Aether.Animation.UAP.csproj
  6. 2 2
      Atlas/Aether.Atlas.NET4.XNA.csproj
  7. 2 2
      Atlas/Aether.Atlas.NET4.csproj
  8. 2 2
      Atlas/Aether.Atlas.PORTABLE.csproj
  9. 2 2
      Content.Pipeline/AnimationImporters/AnimationImporters.NET4.XNA.csproj
  10. 2 2
      Content.Pipeline/AnimationImporters/AnimationImporters.NET4.csproj
  11. 2 2
      Content.Pipeline/AnimationImporters/AnimationImporters.PORTABLE.csproj
  12. 2 2
      Content.Pipeline/AtlasImporter/AtlasImporter.NET4.XNA.csproj
  13. 2 2
      Content.Pipeline/AtlasImporter/AtlasImporter.NET4.csproj
  14. 2 2
      Content.Pipeline/DDSImporter/DDSImporter.NET4.csproj
  15. 2 2
      Content.Pipeline/DDSImporter/DDSImporter.PORTABLE.csproj
  16. 2 2
      Content.Pipeline/GraphicsImporters/GraphicsImporters.NET4.XNA.csproj
  17. 2 2
      Content.Pipeline/GraphicsImporters/GraphicsImporters.NET4.csproj
  18. 2 2
      Content.Pipeline/GraphicsImporters/GraphicsImporters.PORTABLE.csproj
  19. 2 2
      Content.Pipeline/RawModelProcessor/RawModelProcessor.NET4.csproj
  20. 2 2
      Content.Pipeline/RawModelProcessor/RawModelProcessor.PORTABLE.csproj
  21. 2 2
      Content.Pipeline/SLMCImporter/SLMCImporter.NET4.XNA.csproj
  22. 2 2
      Content.Pipeline/SLMCImporter/SLMCImporter.NET4.csproj
  23. 2 2
      Content.Pipeline/TilemapImporters/TilemapImporter.NET4.XNA.csproj
  24. 2 2
      Content.Pipeline/TilemapImporters/TilemapImporter.NET4.csproj
  25. 1 1
      Content.Pipeline/TilemapImporters/TilemapImporter.NET4.csproj.user
  26. 2 2
      Content.Pipeline/VoxelImporters/VoxelImporters.NET4.XNA.csproj
  27. 2 2
      Content.Pipeline/VoxelImporters/VoxelImporters.NET4.csproj
  28. 2 2
      Graphics/Aether.Graphics.NET4.XNA.csproj
  29. 2 2
      Graphics/Aether.Graphics.NET4.csproj
  30. 2 2
      Graphics/Aether.Graphics.PORTABLE.csproj
  31. 2 2
      Samples/AnimationContent/Content.mgcb
  32. 1 1
      Samples/AtlasContent/Samples.AtlasContent.mgcb
  33. 1 1
      Samples/SLMCContent/Samples.SLMCContent.mgcb
  34. 1 1
      Samples/TilemapContent/Samples.TilemapContent.mgcb
  35. 2 2
      Shaders/Deferred/Aether.Shaders.Deferred.NET4.XNA.csproj
  36. 2 2
      Shaders/Deferred/Aether.Shaders.Deferred.NET4.csproj
  37. 8 8
      Shaders/Deferred/Aether.Shaders.Deferred.UAP.csproj
  38. 2 2
      Shaders/FXAA/Aether.Shaders.FXAA.NET4.XNA.csproj
  39. 2 2
      Shaders/FXAA/Aether.Shaders.FXAA.NET4.csproj
  40. 8 8
      Shaders/FXAA/Aether.Shaders.FXAA.UAP.csproj
  41. 2 2
      Shaders/InfiniteGrid/Aether.Shaders.InfiniteGrid.NET4.XNA.csproj
  42. 2 2
      Shaders/InfiniteGrid/Aether.Shaders.InfiniteGrid.NET4.csproj
  43. 2 2
      Shaders/Tilemap/Aether.Shaders.Tilemap.NET4.XNA.csproj
  44. 2 2
      Shaders/Tilemap/Aether.Shaders.Tilemap.NET4.csproj
  45. 2 2
      Shaders/Tilemap/Aether.Shaders.Tilemap.PORTABLE.csproj
  46. 2 2
      Tilemap/Aether.Tilemap.NET4.XNA.csproj
  47. 2 2
      Tilemap/Aether.Tilemap.NET4.csproj
  48. 2 2
      Tilemap/Aether.Tilemap.PORTABLE.csproj

+ 2 - 2
Animation/Aether.Animation.NET4.DX.csproj

@@ -15,7 +15,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4.DX\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4.DX\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG MAPPEDMEM</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4.DX\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4.DX\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG MAPPEDMEM</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Animation/Aether.Animation.NET4.XNA.csproj

@@ -23,7 +23,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -36,7 +36,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Animation/Aether.Animation.NET4.csproj

@@ -15,7 +15,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Animation/Aether.Animation.PORTABLE.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\Portable\</OutputPath>
     <DefineConstants>DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\Portable\</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>

+ 8 - 8
Animation/Aether.Animation.UAP.csproj

@@ -23,7 +23,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\uap\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\uap\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -34,7 +34,7 @@
     <PlatformTarget>AnyCPU</PlatformTarget>
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\uap\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\uap\</OutputPath>
     <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -44,7 +44,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
     <PlatformTarget>ARM</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\Artifacts\Debug\uap\ARM\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\uap\ARM\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -56,7 +56,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
     <PlatformTarget>ARM</PlatformTarget>
-    <OutputPath>..\Artifacts\Release\uap\ARM\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\uap\ARM\</OutputPath>
     <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>
@@ -70,7 +70,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     <PlatformTarget>x64</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\Artifacts\Debug\uap\x64\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\uap\x64\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -82,7 +82,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     <PlatformTarget>x64</PlatformTarget>
-    <OutputPath>..\Artifacts\Release\uap\x64\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\uap\x64\</OutputPath>
     <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>
@@ -96,7 +96,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     <PlatformTarget>x86</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\Artifacts\Debug\uap\x86\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\uap\x86\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10 MAPPEDMEM</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -108,7 +108,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     <PlatformTarget>x86</PlatformTarget>
-    <OutputPath>..\Artifacts\Release\uap\x86\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\uap\x86\</OutputPath>
     <DefineConstants>TRACE;W10 MAPPEDMEM</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>

+ 2 - 2
Atlas/Aether.Atlas.NET4.XNA.csproj

@@ -23,7 +23,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -36,7 +36,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Atlas/Aether.Atlas.NET4.csproj

@@ -15,7 +15,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Atlas/Aether.Atlas.PORTABLE.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\Portable\</OutputPath>
     <DefineConstants>DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\Portable\</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>

+ 2 - 2
Content.Pipeline/AnimationImporters/AnimationImporters.NET4.XNA.csproj

@@ -15,7 +15,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/AnimationImporters/AnimationImporters.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/AnimationImporters/AnimationImporters.PORTABLE.csproj

@@ -20,7 +20,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\Portable\</OutputPath>
     <DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -28,7 +28,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\Portable\</OutputPath>
     <DefineConstants>TRACE;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/AtlasImporter/AtlasImporter.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/AtlasImporter/AtlasImporter.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/DDSImporter/DDSImporter.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/DDSImporter/DDSImporter.PORTABLE.csproj

@@ -22,7 +22,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\Portable\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -31,7 +31,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\Portable\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/GraphicsImporters/GraphicsImporters.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/GraphicsImporters/GraphicsImporters.NET4.csproj

@@ -18,7 +18,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -27,7 +27,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/GraphicsImporters/GraphicsImporters.PORTABLE.csproj

@@ -20,7 +20,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\Portable\</OutputPath>
     <DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -28,7 +28,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\Portable\</OutputPath>
     <DefineConstants>TRACE;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/RawModelProcessor/RawModelProcessor.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/RawModelProcessor/RawModelProcessor.PORTABLE.csproj

@@ -20,7 +20,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\Portable\</OutputPath>
     <DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -28,7 +28,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\Portable\</OutputPath>
     <DefineConstants>TRACE;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/SLMCImporter/SLMCImporter.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/SLMCImporter/SLMCImporter.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/TilemapImporters/TilemapImporter.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/TilemapImporters/TilemapImporter.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 1 - 1
Content.Pipeline/TilemapImporters/TilemapImporter.NET4.csproj.user

@@ -12,7 +12,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <StartAction>Program</StartAction>
     <StartProgram>C:\Program Files %28x86%29\MSBuild\MonoGame\v3.0\Tools\MGCB.exe</StartProgram>
-    <StartArguments>/reference:..\..\Artifacts\Debug\net4\Aether.Content.Pipeline.TilemapImporter.dll /importer:TilemapImporter /processor:TilemapProcessor /build:tilemapNoMipmap.tmx</StartArguments>
+    <StartArguments>/reference:..\..\Artifacts\Debug\Processors\net4\Aether.Content.Pipeline.TilemapImporter.dll /importer:TilemapImporter /processor:TilemapProcessor /build:tilemapNoMipmap.tmx</StartArguments>
     <StartWorkingDirectory>P:\nkast\Aether.Extras\Samples\TilemapContent</StartWorkingDirectory>
   </PropertyGroup>
 </Project>

+ 2 - 2
Content.Pipeline/VoxelImporters/VoxelImporters.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Content.Pipeline/VoxelImporters/VoxelImporters.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -26,7 +26,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Graphics/Aether.Graphics.NET4.XNA.csproj

@@ -20,7 +20,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -32,7 +32,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Graphics/Aether.Graphics.NET4.csproj

@@ -18,7 +18,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -27,7 +27,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Graphics/Aether.Graphics.PORTABLE.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\Portable\</OutputPath>
     <DefineConstants>DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\Portable\</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>

+ 2 - 2
Samples/AnimationContent/Content.mgcb

@@ -10,8 +10,8 @@
 
 #-------------------------------- References --------------------------------#
 
-/reference:..\..\Artifacts\Debug\net4\Aether.Content.Pipeline.AnimationImporters.dll
-/reference:..\..\Artifacts\Debug\net4\Aether.Content.Pipeline.GraphicsImporters.dll
+/reference:..\..\Artifacts\Debug\Processors\net4\Aether.Content.Pipeline.AnimationImporters.dll
+/reference:..\..\Artifacts\Debug\Processors\net4\Aether.Content.Pipeline.GraphicsImporters.dll
 
 #---------------------------------- Content ---------------------------------#
 

+ 1 - 1
Samples/AtlasContent/Samples.AtlasContent.mgcb

@@ -10,7 +10,7 @@
 
 #-------------------------------- References --------------------------------#
 
-/reference:..\..\Artifacts\Debug\net4\Aether.Content.Pipeline.AtlasImporter.dll
+/reference:..\..\Artifacts\Debug\Processors\net4\Aether.Content.Pipeline.AtlasImporter.dll
 
 #---------------------------------- Content ---------------------------------#
 

+ 1 - 1
Samples/SLMCContent/Samples.SLMCContent.mgcb

@@ -10,7 +10,7 @@
 
 #-------------------------------- References --------------------------------#
 
-/reference:..\..\Artifacts\Debug\net4\Aether.Content.Pipeline.SLMCImporter.dll
+/reference:..\..\Artifacts\Debug\Processors\net4\Aether.Content.Pipeline.SLMCImporter.dll
 
 #---------------------------------- Content ---------------------------------#
 

+ 1 - 1
Samples/TilemapContent/Samples.TilemapContent.mgcb

@@ -10,7 +10,7 @@
 
 #-------------------------------- References --------------------------------#
 
-/reference:..\..\Artifacts\Debug\net4\Aether.Content.Pipeline.TilemapImporter.dll
+/reference:..\..\Artifacts\Debug\Processors\net4\Aether.Content.Pipeline.TilemapImporter.dll
 
 #---------------------------------- Content ---------------------------------#
 

+ 2 - 2
Shaders/Deferred/Aether.Shaders.Deferred.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Shaders/Deferred/Aether.Shaders.Deferred.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 8 - 8
Shaders/Deferred/Aether.Shaders.Deferred.UAP.csproj

@@ -23,7 +23,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\uap\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -34,7 +34,7 @@
     <PlatformTarget>AnyCPU</PlatformTarget>
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\uap\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -44,7 +44,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
     <PlatformTarget>ARM</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\..\Artifacts\Debug\uap\ARM\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\ARM\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -56,7 +56,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
     <PlatformTarget>ARM</PlatformTarget>
-    <OutputPath>..\..\Artifacts\Release\uap\ARM\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\ARM\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>
@@ -70,7 +70,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     <PlatformTarget>x64</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\..\Artifacts\Debug\uap\x64\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x64\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -82,7 +82,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     <PlatformTarget>x64</PlatformTarget>
-    <OutputPath>..\..\Artifacts\Release\uap\x64\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\x64\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>
@@ -96,7 +96,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     <PlatformTarget>x86</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\..\Artifacts\Debug\uap\x86\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x86\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -108,7 +108,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     <PlatformTarget>x86</PlatformTarget>
-    <OutputPath>..\..\Artifacts\Release\uap\x86\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\x86\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>

+ 2 - 2
Shaders/FXAA/Aether.Shaders.FXAA.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Shaders/FXAA/Aether.Shaders.FXAA.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 8 - 8
Shaders/FXAA/Aether.Shaders.FXAA.UAP.csproj

@@ -23,7 +23,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\uap\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -34,7 +34,7 @@
     <PlatformTarget>AnyCPU</PlatformTarget>
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\uap\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -44,7 +44,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
     <PlatformTarget>ARM</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\..\Artifacts\Debug\uap\ARM\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\ARM\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -56,7 +56,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
     <PlatformTarget>ARM</PlatformTarget>
-    <OutputPath>..\..\Artifacts\Release\uap\ARM\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\ARM\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>
@@ -70,7 +70,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     <PlatformTarget>x64</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\..\Artifacts\Debug\uap\x64\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x64\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -82,7 +82,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     <PlatformTarget>x64</PlatformTarget>
-    <OutputPath>..\..\Artifacts\Release\uap\x64\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\x64\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>
@@ -96,7 +96,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
     <PlatformTarget>x86</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>..\..\Artifacts\Debug\uap\x86\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x86\</OutputPath>
     <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
     <NoWarn>;2008</NoWarn>
     <DebugType>full</DebugType>
@@ -108,7 +108,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     <PlatformTarget>x86</PlatformTarget>
-    <OutputPath>..\..\Artifacts\Release\uap\x86\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\uap\x86\</OutputPath>
     <DefineConstants>TRACE;W10</DefineConstants>
     <Optimize>true</Optimize>
     <NoWarn>;2008</NoWarn>

+ 2 - 2
Shaders/InfiniteGrid/Aether.Shaders.InfiniteGrid.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Shaders/InfiniteGrid/Aether.Shaders.InfiniteGrid.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Shaders/Tilemap/Aether.Shaders.Tilemap.NET4.XNA.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Shaders/Tilemap/Aether.Shaders.Tilemap.NET4.csproj

@@ -17,7 +17,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Shaders/Tilemap/Aether.Shaders.Tilemap.PORTABLE.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\Portable\</OutputPath>
     <DefineConstants>DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\Portable\</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>

+ 2 - 2
Tilemap/Aether.Tilemap.NET4.XNA.csproj

@@ -23,7 +23,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -36,7 +36,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4.XNA\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
     <DefineConstants>WINDOWS XNA</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Tilemap/Aether.Tilemap.NET4.csproj

@@ -15,7 +15,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\net4\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\net4\</OutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 2
Tilemap/Aether.Tilemap.PORTABLE.csproj

@@ -16,7 +16,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>..\Artifacts\Debug\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Debug\Libraries\Portable\</OutputPath>
     <DefineConstants>DEBUG;PORTABLE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\Artifacts\Release\Portable\</OutputPath>
+    <OutputPath>..\Artifacts\Release\Libraries\Portable\</OutputPath>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>