ProjectItemsSchema.xaml 437 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (c) 2009-2018 ZeroC, Inc. All rights reserved. -->
  3. <ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties">
  4. <ContentType Name="SliceSourceFile" DisplayName="Slice File" ItemType="SliceCompile" />
  5. <ItemType Name="SliceCompile" DisplayName="Slice File" />
  6. <FileExtension Name=".ice" ContentType="SliceSourceFile" />
  7. </ProjectSchemaDefinitions>