Browse Source

update content.pipeline projects

Nick Kastellanos 2 years ago
parent
commit
931480d82a

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

@@ -33,6 +33,8 @@
     <Compile Include="DDSPixelFormat.cs" />
     <Compile Include="DDSProcessor.cs" />
     <Compile Include="DXT1Block.cs" />
+  </ItemGroup>
+  <ItemGroup>
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
 </Project>

+ 2 - 0
Content.Pipeline/GraphicsImporters/GraphicsImporters.NETSTANDARD.csproj

@@ -36,6 +36,8 @@
     <Compile Include="Serialization\DynamicIndexBufferWriter.cs" />
     <Compile Include="Serialization\DynamicModelWriter.cs" />
     <Compile Include="Serialization\DynamicVertexBufferWriter.cs" />
+  </ItemGroup>
+  <ItemGroup>
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
 </Project>