Browse Source

rename defines

Nikos Kastellanos 6 months ago
parent
commit
3c23775529
39 changed files with 87 additions and 87 deletions
  1. 2 2
      Animation/Aether.Animation.DX.csproj
  2. 2 2
      Animation/Aether.Animation.csproj
  3. 2 2
      Atlas/Aether.Atlas.csproj
  4. 3 3
      Content.Pipeline/AnimationImporters/AnimationImporters.csproj
  5. 3 3
      Content.Pipeline/AnimationImporters/Processors/AnimationsProcessor.cs
  6. 1 1
      Content.Pipeline/AnimationImporters/Processors/CpuAnimatedModelProcessor.cs
  7. 1 1
      Content.Pipeline/AnimationImporters/Processors/GpuAnimatedModelProcessor.cs
  8. 0 0
      Content.Pipeline/AnimationImporters/Properties/AssemblyInfo.KNI.cs
  9. 2 2
      Content.Pipeline/AtlasImporter/AtlasImporter.csproj
  10. 2 2
      Content.Pipeline/DDSImporter/DDSImporter.csproj
  11. 1 1
      Content.Pipeline/GraphicsImporters/GraphicsImporters.csproj
  12. 2 2
      Content.Pipeline/RawModelProcessor/RawModelProcessor.csproj
  13. 2 2
      Content.Pipeline/SLMCImporter/SLMCImporter.csproj
  14. 2 2
      Content.Pipeline/TilemapImporters/TilemapImporter.csproj
  15. 2 2
      Content.Pipeline/VoxelImporters/VoxelImporters.csproj
  16. 2 2
      Graphics/Aether.Graphics.csproj
  17. 2 2
      Samples/Animation/Animation.Shared/Samples.Animation.DESKTOPGL.NET8.csproj
  18. 2 2
      Samples/Animation/Animation.Shared/Samples.Animation.WINDOWS.NET8.csproj
  19. 4 4
      Samples/Animation/Animation.Shared/Samples.Animation.WINDOWS.csproj
  20. 2 2
      Samples/Atlas/Atlas.Shared/Samples.Atlas.DESKTOPGL.NET8.csproj
  21. 2 2
      Samples/Atlas/Atlas.Shared/Samples.Atlas.WINDOWS.NET8.csproj
  22. 4 4
      Samples/Atlas/Atlas.Shared/Samples.Atlas.WINDOWS.csproj
  23. 2 2
      Samples/Deferred/Deferred.Shared/Samples.Deferred.DESKTOPGL.NET8.csproj
  24. 2 2
      Samples/Deferred/Deferred.Shared/Samples.Deferred.WINDOWS.NET8.csproj
  25. 4 4
      Samples/Deferred/Deferred.Shared/Samples.Deferred.WINDOWS.csproj
  26. 2 2
      Samples/FXAA/FXAA.Shared/Samples.FXAA.DESKTOPGL.NET8.csproj
  27. 2 2
      Samples/FXAA/FXAA.Shared/Samples.FXAA.WINDOWS.NET8.csproj
  28. 4 4
      Samples/FXAA/FXAA.Shared/Samples.FXAA.WINDOWS.csproj
  29. 2 2
      Samples/SLMC/SLMC.Shared/Samples.SLMC.DESKTOPGL.NET8.csproj
  30. 2 2
      Samples/SLMC/SLMC.Shared/Samples.SLMC.WINDOWS.NET8.csproj
  31. 4 4
      Samples/SLMC/SLMC.Shared/Samples.SLMC.WINDOWS.csproj
  32. 2 2
      Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.DESKTOPGL.NET8.csproj
  33. 2 2
      Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.WINDOWS.NET8.csproj
  34. 4 4
      Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.WINDOWS.csproj
  35. 2 2
      Shaders/Deferred/Aether.Shaders.Deferred.csproj
  36. 2 2
      Shaders/FXAA/Aether.Shaders.FXAA.csproj
  37. 2 2
      Shaders/InfiniteGrid/Aether.Shaders.InfiniteGrid.csproj
  38. 2 2
      Shaders/Tilemap/Aether.Shaders.Tilemap.csproj
  39. 2 2
      Tilemap/Aether.Tilemap.csproj

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

@@ -13,10 +13,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG MAPPEDMEM</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI MAPPEDMEM</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG MAPPEDMEM</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI MAPPEDMEM</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

+ 2 - 2
Animation/Aether.Animation.csproj

@@ -13,10 +13,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

+ 2 - 2
Atlas/Aether.Atlas.csproj

@@ -14,10 +14,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

+ 3 - 3
Content.Pipeline/AnimationImporters/AnimationImporters.csproj

@@ -12,10 +12,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Animation\AnimationsContent.cs" />
@@ -30,7 +30,7 @@
     <Compile Include="Serialization\CpuAnimatedVertexBufferWriter.cs" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="Properties\AssemblyInfo.MG.cs" />
+    <Compile Include="Properties\AssemblyInfo.KNI.cs" />
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

+ 3 - 3
Content.Pipeline/AnimationImporters/Processors/AnimationsProcessor.cs

@@ -48,7 +48,7 @@ namespace nkast.Aether.Content.Pipeline.Processors
             set { _generateKeyframesFrequency = value; }
         }
 
-        [DisplayName("Fix BoneRoot from MG importer")]
+        [DisplayName("Fix BoneRoot from FBX importer")]
         [DefaultValue(false)]
         public virtual bool FixRealBoneRoot
         {
@@ -59,7 +59,7 @@ namespace nkast.Aether.Content.Pipeline.Processors
         public override AnimationsContent Process(NodeContent input, ContentProcessorContext context)
         {
             if(_fixRealBoneRoot)
-                MGFixRealBoneRoot(input, context);
+                FbxFixRealBoneRoot(input, context);
 
             ValidateMesh(input, context, null);
 
@@ -106,7 +106,7 @@ namespace nkast.Aether.Content.Pipeline.Processors
         /// Here we revert that to get the original Skeleton and  
         /// add the real boneRoot to the root node.
         /// </summary>
-        private void MGFixRealBoneRoot(NodeContent input, ContentProcessorContext context)
+        private void FbxFixRealBoneRoot(NodeContent input, ContentProcessorContext context)
         {
             for (int i = input.Children.Count - 1; i >= 0; i--)
             {

+ 1 - 1
Content.Pipeline/AnimationImporters/Processors/CpuAnimatedModelProcessor.cs

@@ -67,7 +67,7 @@ namespace nkast.Aether.Content.Pipeline.Processors
             set { _generateKeyframesFrequency = value; }
         }
 
-        [DisplayName("Fix BoneRoot from MG importer")]
+        [DisplayName("Fix BoneRoot from FBX importer")]
         [DefaultValue(false)]
         public virtual bool FixRealBoneRoot
         {

+ 1 - 1
Content.Pipeline/AnimationImporters/Processors/GpuAnimatedModelProcessor.cs

@@ -46,7 +46,7 @@ namespace nkast.Aether.Content.Pipeline.Processors
             set { _generateKeyframesFrequency = value; }
         }
 
-        [DisplayName("Fix BoneRoot from MG importer")]
+        [DisplayName("Fix BoneRoot from FBX importer")]
         [DefaultValue(false)]
         public virtual bool FixRealBoneRoot
         {

+ 0 - 0
Content.Pipeline/AnimationImporters/Properties/AssemblyInfo.MG.cs → Content.Pipeline/AnimationImporters/Properties/AssemblyInfo.KNI.cs


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

@@ -13,10 +13,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -13,10 +13,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

+ 1 - 1
Content.Pipeline/GraphicsImporters/GraphicsImporters.csproj

@@ -15,7 +15,7 @@
     <DefineConstants>TRACE;DEBUG;WINDOWS</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -12,10 +12,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -13,10 +13,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -13,10 +13,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -13,10 +13,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Vox\VoxImporter.cs" />

+ 2 - 2
Graphics/Aether.Graphics.csproj

@@ -12,10 +12,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

+ 2 - 2
Samples/Animation/Animation.Shared/Samples.Animation.DESKTOPGL.NET8.csproj

@@ -17,10 +17,10 @@
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AnimationSampleComponent.cs" />

+ 2 - 2
Samples/Animation/Animation.Shared/Samples.Animation.WINDOWS.NET8.csproj

@@ -18,10 +18,10 @@
     <UseWindowsForms>True</UseWindowsForms>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AnimationSampleComponent.cs" />

+ 4 - 4
Samples/Animation/Animation.Shared/Samples.Animation.WINDOWS.csproj

@@ -20,8 +20,8 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\Debug\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Debug\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
@@ -29,8 +29,8 @@
     <UseVSHostingProcess>false</UseVSHostingProcess>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <OutputPath>bin\Release\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Release\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>

+ 2 - 2
Samples/Atlas/Atlas.Shared/Samples.Atlas.DESKTOPGL.NET8.csproj

@@ -17,10 +17,10 @@
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AtlasSampleComponent.cs" />

+ 2 - 2
Samples/Atlas/Atlas.Shared/Samples.Atlas.WINDOWS.NET8.csproj

@@ -18,10 +18,10 @@
     <UseWindowsForms>True</UseWindowsForms>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AtlasSampleComponent.cs" />

+ 4 - 4
Samples/Atlas/Atlas.Shared/Samples.Atlas.WINDOWS.csproj

@@ -20,8 +20,8 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\Debug\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Debug\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
@@ -29,8 +29,8 @@
     <UseVSHostingProcess>false</UseVSHostingProcess>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <OutputPath>bin\Release\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Release\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>

+ 2 - 2
Samples/Deferred/Deferred.Shared/Samples.Deferred.DESKTOPGL.NET8.csproj

@@ -17,10 +17,10 @@
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DeferredRendering.cs" />

+ 2 - 2
Samples/Deferred/Deferred.Shared/Samples.Deferred.WINDOWS.NET8.csproj

@@ -18,10 +18,10 @@
     <UseWindowsForms>True</UseWindowsForms>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DeferredRendering.cs" />

+ 4 - 4
Samples/Deferred/Deferred.Shared/Samples.Deferred.WINDOWS.csproj

@@ -20,8 +20,8 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\Debug\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Debug\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
@@ -29,8 +29,8 @@
     <UseVSHostingProcess>false</UseVSHostingProcess>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <OutputPath>bin\Release\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Release\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>

+ 2 - 2
Samples/FXAA/FXAA.Shared/Samples.FXAA.DESKTOPGL.NET8.csproj

@@ -17,10 +17,10 @@
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AntiAliasing.cs" />

+ 2 - 2
Samples/FXAA/FXAA.Shared/Samples.FXAA.WINDOWS.NET8.csproj

@@ -18,10 +18,10 @@
     <UseWindowsForms>True</UseWindowsForms>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AntiAliasing.cs" />

+ 4 - 4
Samples/FXAA/FXAA.Shared/Samples.FXAA.WINDOWS.csproj

@@ -20,8 +20,8 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\Debug\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Debug\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
@@ -29,8 +29,8 @@
     <UseVSHostingProcess>false</UseVSHostingProcess>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <OutputPath>bin\Release\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Release\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>

+ 2 - 2
Samples/SLMC/SLMC.Shared/Samples.SLMC.DESKTOPGL.NET8.csproj

@@ -17,10 +17,10 @@
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="SLMCSampleComponent.cs" />

+ 2 - 2
Samples/SLMC/SLMC.Shared/Samples.SLMC.WINDOWS.NET8.csproj

@@ -18,10 +18,10 @@
     <UseWindowsForms>True</UseWindowsForms>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="SLMCSampleComponent.cs" />

+ 4 - 4
Samples/SLMC/SLMC.Shared/Samples.SLMC.WINDOWS.csproj

@@ -20,8 +20,8 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\Debug\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Debug\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
@@ -29,8 +29,8 @@
     <UseVSHostingProcess>false</UseVSHostingProcess>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <OutputPath>bin\Release\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Release\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>

+ 2 - 2
Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.DESKTOPGL.NET8.csproj

@@ -17,10 +17,10 @@
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TilemapSampleComponent.cs" />

+ 2 - 2
Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.WINDOWS.NET8.csproj

@@ -18,10 +18,10 @@
     <UseWindowsForms>True</UseWindowsForms>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TilemapSampleComponent.cs" />

+ 4 - 4
Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.WINDOWS.csproj

@@ -20,8 +20,8 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\Debug\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Debug\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
@@ -29,8 +29,8 @@
     <UseVSHostingProcess>false</UseVSHostingProcess>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
-    <OutputPath>bin\Release\Windows\MG\</OutputPath>
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <OutputPath>bin\Release\Windows\KNI\</OutputPath>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
     <Optimize>true</Optimize>
     <DebugType>pdbonly</DebugType>
     <PlatformTarget>AnyCPU</PlatformTarget>

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

@@ -12,10 +12,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -12,10 +12,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -12,10 +12,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />

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

@@ -12,10 +12,10 @@
     <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TilemapEffect.cs" />

+ 2 - 2
Tilemap/Aether.Tilemap.csproj

@@ -13,10 +13,10 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
+    <DefineConstants>TRACE;WINDOWS KNI</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="nkast.Xna.Framework" Version="4.0.9001" />