Skip to content

Commit

Permalink
fix verbose codegen project
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Dec 27, 2023
1 parent c570bd5 commit 13fd9d7
Showing 1 changed file with 1 addition and 73 deletions.
74 changes: 1 addition & 73 deletions build/SharpGLTF.CodeGen/SharpGLTF.CodeGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,78 +13,6 @@

<ItemGroup>
<Folder Include="Schemas\" />
<None Update="Schemas\**\*" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<None Update="Schemas\EXT_mesh_features\schema\featureId.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_mesh_features\schema\featureIdAttribute.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_mesh_features\schema\featureIdTexture.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_mesh_features\schema\mesh.primitive.EXT_mesh_features.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\class.property.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\class.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\definitions.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\enum.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\enum.value.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\EXT_structural_metadata.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\glTF.EXT_structural_metadata.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\mesh.primitive.EXT_structural_metadata.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\propertyAttribute.property.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\propertyAttribute.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\propertyTable.property.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\propertyTable.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\propertyTexture.property.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\propertyTexture.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_structural_metadata\schema\schema.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<None Update="Schemas\EXT_instance_features\schema\featureId.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_instance_features\schema\featureIdAttribute.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Schemas\EXT_instance_features\schema\node.EXT_instance_features.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit 13fd9d7

Please sign in to comment.