Browse Source

rename content projects

Nikos Kastellanos 11 months ago
parent
commit
b4a4fe5502
36 changed files with 24 additions and 24 deletions
  1. 1 1
      Samples/Animation/Animation.Shared/Samples.Animation.DESKTOPGL.NET8.csproj
  2. 1 1
      Samples/Animation/Animation.Shared/Samples.Animation.WINDOWS.NET8.csproj
  3. 1 1
      Samples/Animation/Animation.Shared/Samples.Animation.WINDOWS.csproj
  4. 1 1
      Samples/Animation/Animation.Shared/Samples.Animation.XNA.csproj
  5. 0 0
      Samples/Animation/AnimationContent/AnimationContent.contentproj
  6. 0 0
      Samples/Animation/AnimationContent/AnimationContent.mgcb
  7. 1 1
      Samples/Atlas/Atlas.Shared/Samples.Atlas.DESKTOPGL.NET8.csproj
  8. 1 1
      Samples/Atlas/Atlas.Shared/Samples.Atlas.WINDOWS.NET8.csproj
  9. 1 1
      Samples/Atlas/Atlas.Shared/Samples.Atlas.WINDOWS.csproj
  10. 1 1
      Samples/Atlas/Atlas.Shared/Samples.Atlas.XNA.csproj
  11. 0 0
      Samples/Atlas/AtlasContent/AtlasContent.contentproj
  12. 0 0
      Samples/Atlas/AtlasContent/AtlasContent.mgcb
  13. 1 1
      Samples/Deferred/Deferred.Shared/Samples.Deferred.DESKTOPGL.NET8.csproj
  14. 1 1
      Samples/Deferred/Deferred.Shared/Samples.Deferred.WINDOWS.NET8.csproj
  15. 1 1
      Samples/Deferred/Deferred.Shared/Samples.Deferred.WINDOWS.csproj
  16. 1 1
      Samples/Deferred/Deferred.Shared/Samples.Deferred.XNA.csproj
  17. 0 0
      Samples/Deferred/DeferredContent/DeferredContent.contentproj
  18. 0 0
      Samples/Deferred/DeferredContent/DeferredContent.mgcb
  19. 1 1
      Samples/FXAA/FXAA.Shared/Samples.FXAA.DESKTOPGL.NET8.csproj
  20. 1 1
      Samples/FXAA/FXAA.Shared/Samples.FXAA.WINDOWS.NET8.csproj
  21. 1 1
      Samples/FXAA/FXAA.Shared/Samples.FXAA.WINDOWS.csproj
  22. 1 1
      Samples/FXAA/FXAA.Shared/Samples.FXAA.XNA.csproj
  23. 0 0
      Samples/FXAA/FXAAContent/FXAAContent.contentproj
  24. 0 0
      Samples/FXAA/FXAAContent/FXAAContent.mgcb
  25. 1 1
      Samples/SLMC/SLMC.Shared/Samples.SLMC.DESKTOPGL.NET8.csproj
  26. 1 1
      Samples/SLMC/SLMC.Shared/Samples.SLMC.WINDOWS.NET8.csproj
  27. 1 1
      Samples/SLMC/SLMC.Shared/Samples.SLMC.WINDOWS.csproj
  28. 1 1
      Samples/SLMC/SLMC.Shared/Samples.SLMC.XNA.csproj
  29. 0 0
      Samples/SLMC/SLMCContent/SLMCContent.contentproj
  30. 0 0
      Samples/SLMC/SLMCContent/SLMCContent.mgcb
  31. 1 1
      Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.DESKTOPGL.NET8.csproj
  32. 1 1
      Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.WINDOWS.NET8.csproj
  33. 1 1
      Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.WINDOWS.csproj
  34. 1 1
      Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.XNA.csproj
  35. 0 0
      Samples/Tilemap/TilemapContent/.TilemapContent.mgcb
  36. 0 0
      Samples/Tilemap/TilemapContent/TilemapContent.contentproj

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

@@ -45,7 +45,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\AnimationContent\Content.mgcb">
+    <KniContentReference Include="..\AnimationContent\AnimationContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -46,7 +46,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\AnimationContent\Content.mgcb">
+    <KniContentReference Include="..\AnimationContent\AnimationContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -60,7 +60,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\AnimationContent\Content.mgcb">
+    <KniContentReference Include="..\AnimationContent\AnimationContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
     <None Include="app.config" />

+ 1 - 1
Samples/Animation/Animation.Shared/Samples.Animation.XNA.csproj

@@ -93,7 +93,7 @@
       <Project>{908EC8FF-B0ED-478A-B486-702E578AF64A}</Project>
       <Name>Aether.Shaders.InfiniteGrid.NET4.XNA</Name>
     </ProjectReference>
-    <ProjectReference Include="..\AnimationContent\Samples.AnimationContent.contentproj">
+    <ProjectReference Include="..\AnimationContent\AnimationContent.contentproj">
       <Name>Samples.AnimationContent %28Content%29</Name>
       <XnaReferenceType>Content</XnaReferenceType>
       <Project>{B02966BF-88BC-41B2-80EF-8F8C5F98FA98}</Project>

+ 0 - 0
Samples/Animation/AnimationContent/Samples.AnimationContent.contentproj → Samples/Animation/AnimationContent/AnimationContent.contentproj


+ 0 - 0
Samples/Animation/AnimationContent/Content.mgcb → Samples/Animation/AnimationContent/AnimationContent.mgcb


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

@@ -45,7 +45,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\AtlasContent\Samples.AtlasContent.mgcb">
+    <KniContentReference Include="..\AtlasContent\AtlasContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -46,7 +46,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\AtlasContent\Samples.AtlasContent.mgcb">
+    <KniContentReference Include="..\AtlasContent\AtlasContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -60,7 +60,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\AtlasContent\Samples.AtlasContent.mgcb">
+    <KniContentReference Include="..\AtlasContent\AtlasContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
     <None Include="app.config" />

+ 1 - 1
Samples/Atlas/Atlas.Shared/Samples.Atlas.XNA.csproj

@@ -85,7 +85,7 @@
       <Project>{644629BB-1A4E-4932-8E50-4F93BC938794}</Project>
       <Name>Aether.Atlas.NET4.XNA</Name>
     </ProjectReference>
-    <ProjectReference Include="..\AtlasContent\Samples.AtlasContent.contentproj">
+    <ProjectReference Include="..\AtlasContent\AtlasContent.contentproj">
       <Project>{4CA82D0E-2414-460C-9A70-2DA3C3AF96B6}</Project>
       <Name>Samples.AtlasContent %28Content%29</Name>
       <XnaReferenceType>Content</XnaReferenceType>

+ 0 - 0
Samples/Atlas/AtlasContent/Samples.AtlasContent.contentproj → Samples/Atlas/AtlasContent/AtlasContent.contentproj


+ 0 - 0
Samples/Atlas/AtlasContent/Samples.AtlasContent.mgcb → Samples/Atlas/AtlasContent/AtlasContent.mgcb


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

@@ -48,7 +48,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\DeferredContent\Samples.DeferredContent.mgcb">
+    <KniContentReference Include="..\DeferredContent\DeferredContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -49,7 +49,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\DeferredContent\Samples.DeferredContent.mgcb">
+    <KniContentReference Include="..\DeferredContent\DeferredContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -63,7 +63,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\DeferredContent\Samples.DeferredContent.mgcb">
+    <KniContentReference Include="..\DeferredContent\DeferredContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
     <None Include="app.config" />

+ 1 - 1
Samples/Deferred/Deferred.Shared/Samples.Deferred.XNA.csproj

@@ -88,7 +88,7 @@
       <Project>{B82B862D-C728-4A10-8A56-65D688E022C8}</Project>
       <Name>Aether.Shaders.Deferred.NET4.XNA</Name>
     </ProjectReference>
-    <ProjectReference Include="..\DeferredContent\Samples.DeferredContent.contentproj">
+    <ProjectReference Include="..\DeferredContent\DeferredContent.contentproj">
       <Project>{FEFA33C9-E197-458C-845E-5FA513C38DF4}</Project>
       <Name>Samples.DeferredContent %28Content%29</Name>
       <XnaReferenceType>Content</XnaReferenceType>

+ 0 - 0
Samples/Deferred/DeferredContent/Samples.DeferredContent.contentproj → Samples/Deferred/DeferredContent/DeferredContent.contentproj


+ 0 - 0
Samples/Deferred/DeferredContent/Samples.DeferredContent.mgcb → Samples/Deferred/DeferredContent/DeferredContent.mgcb


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

@@ -47,7 +47,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\FXAAContent\Samples.FXAAContent.mgcb">
+    <KniContentReference Include="..\FXAAContent\FXAAContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -48,7 +48,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\FXAAContent\Samples.FXAAContent.mgcb">
+    <KniContentReference Include="..\FXAAContent\FXAAContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -62,7 +62,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\FXAAContent\Samples.FXAAContent.mgcb">
+    <KniContentReference Include="..\FXAAContent\FXAAContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
     <None Include="app.config" />

+ 1 - 1
Samples/FXAA/FXAA.Shared/Samples.FXAA.XNA.csproj

@@ -87,7 +87,7 @@
       <Project>{89E0198E-7298-411A-B5C1-61F2754A3F80}</Project>
       <Name>Aether.Shaders.FXAA.NET4.XNA</Name>
     </ProjectReference>
-    <ProjectReference Include="..\FXAAContent\Samples.FXAAContent.contentproj">
+    <ProjectReference Include="..\FXAAContent\FXAAContent.contentproj">
       <Project>{578BBDBD-874B-4738-B956-93AAADD67D60}</Project>
       <Name>Samples.FXAAContent %28Content%29</Name>
       <XnaReferenceType>Content</XnaReferenceType>

+ 0 - 0
Samples/FXAA/FXAAContent/Samples.FXAAContent.contentproj → Samples/FXAA/FXAAContent/FXAAContent.contentproj


+ 0 - 0
Samples/FXAA/FXAAContent/Samples.FXAAContent.mgcb → Samples/FXAA/FXAAContent/FXAAContent.mgcb


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

@@ -45,7 +45,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\SLMCContent\Samples.SLMCContent.mgcb">
+    <KniContentReference Include="..\SLMCContent\SLMCContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -46,7 +46,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\SLMCContent\Samples.SLMCContent.mgcb">
+    <KniContentReference Include="..\SLMCContent\SLMCContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -60,7 +60,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\SLMCContent\Samples.SLMCContent.mgcb">
+    <KniContentReference Include="..\SLMCContent\SLMCContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
     <None Include="app.config" />

+ 1 - 1
Samples/SLMC/SLMC.Shared/Samples.SLMC.XNA.csproj

@@ -81,7 +81,7 @@
     </Content>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\SLMCContent\Samples.SLMCContent.contentproj">
+    <ProjectReference Include="..\SLMCContent\SLMCContent.contentproj">
       <Project>{99A5C5A9-03E3-41C6-A121-EF423F6CEB23}</Project>
       <Name>Samples.SLMCContent %28Content%29</Name>
       <XnaReferenceType>Content</XnaReferenceType>

+ 0 - 0
Samples/SLMC/SLMCContent/Samples.SLMCContent.contentproj → Samples/SLMC/SLMCContent/SLMCContent.contentproj


+ 0 - 0
Samples/SLMC/SLMCContent/Samples.SLMCContent.mgcb → Samples/SLMC/SLMCContent/SLMCContent.mgcb


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

@@ -45,7 +45,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\TilemapContent\Samples.TilemapContent.mgcb">
+    <KniContentReference Include="..\TilemapContent\TilemapContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -46,7 +46,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\TilemapContent\Samples.TilemapContent.mgcb">
+    <KniContentReference Include="..\TilemapContent\TilemapContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
   </ItemGroup>

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

@@ -60,7 +60,7 @@
     <Content Include="Icon.ico" />
   </ItemGroup>
   <ItemGroup>
-    <KniContentReference Include="..\TilemapContent\Samples.TilemapContent.mgcb">
+    <KniContentReference Include="..\TilemapContent\TilemapContent.mgcb">
       <Link>Content\Content.mgcb</Link>
     </KniContentReference>
     <None Include="app.config" />

+ 1 - 1
Samples/Tilemap/Tilemap.Shared/Samples.Tilemaps.XNA.csproj

@@ -93,7 +93,7 @@
       <Project>{746551BA-FB64-43B0-8479-0506B930D3E5}</Project>
       <Name>Aether.Tilemap.NET4.XNA</Name>
     </ProjectReference>
-    <ProjectReference Include="..\TilemapContent\Samples.TilemapContent.contentproj">
+    <ProjectReference Include="..\TilemapContent\TilemapContent.contentproj">
       <Project>{CC95FC77-31DC-4120-895C-4764ED092F4E}</Project>
       <Name>Samples.TilemapContent %28Content%29</Name>
       <XnaReferenceType>Content</XnaReferenceType>

+ 0 - 0
Samples/Tilemap/TilemapContent/Samples.TilemapContent.mgcb → Samples/Tilemap/TilemapContent/.TilemapContent.mgcb


+ 0 - 0
Samples/Tilemap/TilemapContent/Samples.TilemapContent.contentproj → Samples/Tilemap/TilemapContent/TilemapContent.contentproj